CSC153 2004S, Class 29: Intro Java Admin: * Where is Chase? * Exams due * I'll try to remember to link to labs and readings. * About Java only in outline Overview: * Your first Java program * Compiling and running Java programs * Lab (J1.3, J1.5) Reminder: * Designed by Sun Microsystems for * Embedded systems * Big-scale programming * "Write once, run anywhere" The name of your file must match the name of your class. Go for it! To edit a file * Open a terminal window and type "gedit" (or "emacs" or "vi" or ...) To compile a file export PATH=/usr/java/j2sdk1.4.1_03/bin:$PATH javac File.java To run that program java File In Greetings.java Drop the lines that say "import SimpleInput;" and "import SimpleOutput;"