1)Expand the Java Project
2)Right click on src folder-->new -->package-->click on Package
3) Enter package name-->click on finish button
4)Right click on package name-->New -->class-->click on class
5)Enter class name & Check the main() checkbox-->click on Finish button
6) Java class will show like below
7)Run the Java Program in Eclipse
Click menu Run > Run (or press Ctrl + F11), Eclipse will execute the application and show the output in the Console view:
2)Right click on src folder-->new -->package-->click on Package
3) Enter package name-->click on finish button
4)Right click on package name-->New -->class-->click on class
5)Enter class name & Check the main() checkbox-->click on Finish button
6) Java class will show like below
7)Run the Java Program in Eclipse
Click menu Run > Run (or press Ctrl + F11), Eclipse will execute the application and show the output in the Console view:
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.