you should add the javac to your windows path environment variable , right click "My computer" --> Properties --> Advanced tab --> click at "Environment variables" at the system variables section click on the "path" variable and choose edit, add at end a ";" and after it add "full path to your javac.exe"
On Sat, Jul 25, 2009 at 7:36 PM, pedro oliveira <[email protected]>wrote: > Hi, > Im having problems using the javac compiler in windows vista. > > When i make javac MyHelloWorld.java , it appears a message telling that the > javac is not a command. > > So i cant compile a project using the prompt. > > Using NetBeans i have no problems at all. > > Any sugestions? > > Thanks > > > Pedro Oliveira > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
