JDK Installing is soo hard

Discussion in 'Plugin Development' started by Iasonsyk, Apr 17, 2017.

Thread Status:
Not open for further replies.
  1. Offline

    Iasonsyk

    Hey, I have installed JDK to make a plugin but I can't figure out the path stuff.I have tried soo many times but nothing can someone tell me an easy tutorial? Thanks :)
     
  2. Offline

    Zombie_Striker

  3. Offline

    Iasonsyk

    I don't know but its when you got to Environment Variables and enter this thing C:\Program Files\Java\jdk1.8.0_121;
     
  4. @Zombie_Striker
    He's probably talking about the System PATH variable when using the command line.

    @lasonsyk
    The JDK should do the System PATH variable automatically. In addition to that, you don't really even need to do it. All it does is lets you type java in the command line as a shorthand for "C:\Programs\.....\bin\"

    If you do really need a tutorial, it's different for all operating systems, so you'll need to tell us which one you got.
     
  5. Offline

    Iasonsyk

    I am new to coding so I didn't understand the half you said. I have win7 64bit
     
  6. Offline

    MCMastery

    What he's saying is that you don't really ever need to do that. Editing the environment variables is not necessary, Java does it for you
     
Thread Status:
Not open for further replies.

Share This Page