Wednesday, September 10, 2014

Changes 9/9/14

Java:

  • Read book, and started installing IntelliJ, which is a java IDE.
  • I'm on windows, and I couldn't figure out how to set my java home directory

2 comments:

  1. 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

    ReplyDelete
    Replies
    1. 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