Thanks for giving the heads up.  I'm very new to this Java thing but I
wonder if something is not quite right in the path or environment settings.
I can compile at the command line by typing 'javac HelloWorld.java'
(omitting the .exe) and it works just fine.  I'm not getting the error you
are getting.  No biggie unless whatever it is has an effect in some of the
later labs. 

 

----------------------------

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