SophE,

It looks to me like your having trouble understanding "Environment
Variables", %JAVA_HOME%\bin is an environment variable...its sorta
like a roadsign but for your computer... like a roadsign that says
"New York exit 19" it gives you a direction to drive your car.
Environment variables map your computer to a folder where it can look
for support files to compile, and run your projects. Here is a great
site that help me understand them...

http://vlaurie.com/computers2/Articles/environment.htm

On May 28, 1:05 pm, SophE Kravitz <[email protected]> wrote:
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to