Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Javac problem

Options
  • 15-03-2007 7:13pm
    #1
    Closed Accounts Posts: 936 ✭✭✭


    Hey guys,

    I used to do a bit of Java programming back in college and I am looking to get back into it. I have my java sdk installed and have set my JAVA_HOME variable in the enviormental settings as the location of my java sdk installation. However when I try to compile using the javac command I keep getting an error saying 'javac is not recognised as an internal or external command, operable program or batch file'. Where am I going wrong?


Comments

  • Registered Users Posts: 68,317 ✭✭✭✭seamus


    You need to add the path to the javac binary to your %PATH% variable in Windows in order to execute it from any directory.


  • Closed Accounts Posts: 936 ✭✭✭Beecher


    Seamus you are a gent and a legend, works fantastic :D


Advertisement