Hello-
I do not understand what some parts of Lab 1001 means:
How do I find %JAVA_HOME%\bin?
How do I compile once I've located Javac?
Thanks!
3. Compile Hello.java using javac
compiler. The javac compiler
comes with J2SE SDK you've download. It resides in %JAVA_HOME%\bin (Windows)
or $JAVA_HOME/bin (Solaris/Linux)
directory. The result of compilation will be the creation of Hello.class file.
C:\myjavaprograms>javac
Hello.java
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/javaprogrammingwithpassion?hl=en
-~----------~----~----~----~------~----~------~--~---