The JDK is missing and is required to run some NetBeans modules. I’v done.. EVERYTHING!! -.- (5 posts)

  • Profile picture of Addez Addez63p said 3 months, 2 weeks ago:

    I get this shit all the time!
    I’v downloaded java 7 and netbeans 7.1 and tried to make it work. It didnt.
    I uninstalled the whole shit multiple times and installed
    java sdk 6.9.1 with netbeans 6 and I even checked the confg file in netbeans, Its in the correct path!!
    I have no clue why this shit is bugging me!!!
    Heeelp!! I’m dyying!

  • Profile picture of Tr3kk3r Tr3kk3r2p said 3 months, 2 weeks ago:

    are you running under Windows or Linux? I had a similar issue under ubuntu 11.10. I fixed this by running jmp as root user. (Not the best of all solutions, but worked for me).

  • Profile picture of normen normen1290p said 3 months, 2 weeks ago:

    Its not the correct path if it complains like this. Maybe you set the install dir (like Programs/Java) that would be wrong.

  • Profile picture of Addez Addez63p said 3 months, 2 weeks ago:

    Even in the jmonkeyplatform.confg it says:

    …overridden by using –jdkhome switch
    #jdkhome=”C:/Program Files/Java/jdk1.6.0_30″

    # clusters’ paths separated by path…

  • Profile picture of survivor survivor106p said 3 months, 2 weeks ago:

    “#jdkhome” means it’s commented out. Remove the “#”. Or maybe the environment variable JAVA_HOME or JDK_HOME points to a different path. Open a command line prompt (cmd.exe) and type “set JAVA_HOME” and “set JDK_HOME” to check them. You could also check the JRE settings in the Java Control Panel.