0

I've installed java SE and downloaded and installed the JDK here the below link but can't seem to find the JDK file to point JAVA_HOME to. Please help I just want an environment to learn java in!

http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html

Cheeseburger
  • 153
  • 5

2 Answers2

1

I assume this is some sort of linux. This how to do it in ubuntu. http://www.wikihow.com/Set-Up-Your-Java_Home-Path-in-Ubuntu

I don't believe windows needs a setup other than running the installer. Also look into eclipse as it is my favorite IDE for Java and super easy to use. Sounds like you're new to Java.

allegory
  • 124
  • 1
  • 1
  • 10
  • Apologies I should have noted it is indeed windows. I downloaded netbeans as recommended by Pankaj and it seems to work fine. Thank you for your answer anyway – Cheeseburger Jan 08 '16 at 14:29
1

Install netbeans that will provide you an excellent IDE to begin with Java. Its easy to use and awesome IDE.

Download netbeans with Java SE version which you will find on their download page.

Pankaj Prakash
  • 2,300
  • 30
  • 31