Javatpoint Logo

How to Run and Execute the Free Project "FeeReport" in Eclipse IDE

By: raman9*** On: Sun Mar 12 19:06:26 IST 2017     Question Reputation0 Answer Reputation0 Quiz Belt Series Points0  0Blank User
Here are the Steps I performed so far:-
1. Download the Eclipse Project and extract it
2. Copy Paste the Project in the common path where are Projects are stored.
3. Import the Project in Eclipse

My Query is how to run the Project now as I cannot see the Entry Point for Execution.

PS: I am new core Java and is in learning Phase
Up0Down
core java  x  328Tags

 
You must be having mail class in your project. This is the starting point for any java application. To run your project, just right click on your class opened in eclipse and right click --> Run As --> Run as Application.
You can see output on console.
Image Created0Down

By: [email protected] On: Tue Mar 14 11:42:01 IST 2017 Question Reputation0 Answer Reputation0 Belt Series Points0 0User Image
Are You Satisfied :0Yes0No