errr, no, you don't need to include the '.exe'.  The command line will
look for a file with the name specified anywhere on the path.  If the
file specified exists, and has an extension of either .exe, .bat,
or .com the command line will run it.  If the command works when you
put the .exe and doesn't work if you don't add it, then something is
weird.


On Dec 18, 1:24 am, "Jerry & Felicia Mays" <[email protected]>
wrote:
> 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