if you don't want to set PATH each time when run command javac ,it is
possible to make the path setting permanent but you have to be very
careful because your system might crash if you make a mistake, in
Windows XP, go to Control Panel, choose "System," click on the
"Advanced" tab, click on the "Environment variables" button. In the
lower list, "System variables," click on Path: , Click "Edit" and at
the end append
;C:\Program Files\Java\jdk1.6.0_14\bin
i read it from http://www.skylit.com/javamethods/faqs/javaindos.html

On Jul 18, 11:49 pm, kenneth okoli <[email protected]> wrote:
> 1  Please help me out. To compile my program using command promt i must have 
> to type
> C:\java>C:\"Program Files"\Java\jdk1.6.0_14\bin\javac HelloWorldApp.java each 
> time.
> What do i do to make it as short as C:\java>javac HelloWorldApp.java?
> NB: I am using IDE 6.7

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