Developers! Developers! Developers! Developers! My Github
It's not a "home directory", but rather an environment variable called the CLASSPATH that needs to be set. A quick googling led me here:http://docs.oracle.com/javase/tutorial/essential/environment/paths.html
What actually happened was I forgot to install the JDK, but the IntelliJ error was unhelpful and just said "Not a valid java home directory" instead of "No JDK Found" or something
It's not a "home directory", but rather an environment variable called the CLASSPATH that needs to be set. A quick googling led me here:
ReplyDeletehttp://docs.oracle.com/javase/tutorial/essential/environment/paths.html
What actually happened was I forgot to install the JDK, but the IntelliJ error was unhelpful and just said "Not a valid java home directory" instead of "No JDK Found" or something
Delete