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

JDK Question

  • 21-03-2011 1:45pm
    #1
    Registered Users, Registered Users 2 Posts: 2,457 ✭✭✭


    How do I run the JDK? I've installed 6u24 on 32Bit XP, but I can't find a .exe to run. Any ideas?


Comments

  • Registered Users, Registered Users 2 Posts: 105 ✭✭damoth


    What exactly are you trying to do.. are you trying to run a Java program or compile Java code you have written.

    The Java 'executables' should be found in the /bin directory within your Java directory.

    Use 'java' to run a program and 'javac' to compile one (both from the command line unless you are using an IDE).

    It would be easier to help if you provided more info about what you want to do...

    Edit: Here's a nice link: http://www.apl.jhu.edu/~hall/java/beginner/settingup.html


  • Registered Users, Registered Users 2 Posts: 2,457 ✭✭✭giggsy664


    Got it working myself :pac:

    Was trying to actually run the JDK in general. Had to change the PATH variable to C:\program files etc.

    Cheers


Advertisement