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

Running a JavaCompiler

Options
  • 22-11-2005 6:57pm
    #1
    Closed Accounts Posts: 1,450 ✭✭✭


    I'm just doing some basic programming and i hav created some java files but i cant compile them what do i have to do to get it running.i have java running.


Comments

  • Registered Users Posts: 1,636 ✭✭✭henbane




  • Closed Accounts Posts: 1,450 ✭✭✭dimerocks


    ive done all that but my problem is when i attempt to compile it say javac is not a recognised internal command and stuff like that
    sorry i should have read further down there


  • Registered Users Posts: 885 ✭✭✭clearz


    If you have windows XP/2000 then this will do.

    1) Right click on my computer and click on properties.
    2) Click on the Advanced tab and then on Enviormental Variables.
    3) Under user varibles locate PATH click it and click edit. Then at the end of what is already there type a semi-colon and then the path to your java bin folder. For me its C:\Program Files\Java\jdk1.5.0\bin. If the path variable is not there create a new variable and call it PATH then add the java bin path to it.


Advertisement