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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Javac problem

  • 15-03-2007 6: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, Registered Users 2 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