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

Java infuriating install

Options

Comments

  • Registered Users Posts: 291 ✭✭Seridisand


    Read the Stackoverflow answer, if you have a jdk installed, that intellij requires, it should be under C:\Program Files\(x86 - depending on 32/64 bit system)\Java\JDK.some_version

    You need to point it to this, not the top level directory


  • Closed Accounts Posts: 3,419 ✭✭✭cowboyBuilder


    Seridisand wrote: »
    Read the Stackoverflow answer, if you have a jdk installed, that intellij requires, it should be under C:\Program Files\(x86 - depending on 32/64 bit system)\Java\JDK.some_version

    You need to point it to this, not the top level directory


    I did, the screenshot was just another attempt.

    it was originally under C:\Program Files (x86)\Java ...

    Tried all the subs too ..


  • Registered Users Posts: 291 ✭✭Seridisand


    Make sure the JDK is installed: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html

    Run the installer, and take note of the installation directory of the JDK

    Add Java to your environment PATH https://java.com/en/download/help/path.xml

    Point IntelliJ to a valid JDK, that will be under either
    C:\Program Files\java
    C:\Program Files(x86)\java
    **Custom Location that you choose


  • Registered Users Posts: 2,762 ✭✭✭Sheeps


    Did you download the JRE or JDK? The JRE is run time only where as JDK has all the tools intellij needs to compile java code as well as the run time environment.


  • Closed Accounts Posts: 3,419 ✭✭✭cowboyBuilder


    Sheeps wrote: »
    Did you download the JRE or JDK? The JRE is run time only where as JDK has all the tools intellij needs to compile java code as well as the run time environment.


    Thanks so much, that was it, after installing the JDK, IntelliJ is working

    Funny, that site still says java disabled, even tho it is enabled :confused:

    Anyway, no matter all I need is IntelliJ.


  • Advertisement
Advertisement