I as getting a "'javac' is not recognized as an internal or external
command, operable program or batch file" error on the HelloWorldApp.  I went
to the common problems section of assignment where it shows how to popint to
the path of the "javac.exe".  The instructions it shows is slightly wrong.
It shows to type this:

 

C:\jdk6\bin\javac HelloWorldApp.java

 

It should be C:\jdk6\bin\javac.exe HelloWorldApp.java (note that you must
put .exe after javac)
 
This may be inconsequential to everyone but maybe it would save someone else
a little time.

 


--~--~---------~--~----~------------~-------~--~----~
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