Open main menu

CDOT Wiki β

Changes

Basics : Develop Simple Apps Fedora

38 bytes added, 20:27, 18 January 2011
Your First Java Program in Eclipse
Now enter the name of your class, '''First''' and check the box '''public static void main(String[] args)''' and then click '''Finish'''. [[Image:j7.png|thumb]]
 
 
In the edit view add in your print method as shown. [[Image:j9.png|thumb]]
 
 
 
Save your program and then select '''Run''', '''Run As''', '''Java Application'''. [[Image:j12.png|thumb]]
 
 
The output of your program is shown in the '''Console''' view. [[Image:j13.png|thumb]]
 
 
 
 
 
 
 
 
'''Congratulations!'''
63
edits