Tag: jdk path

  • Java 101 – Lesson 1 – Installing the JDK

    Since this is the first class, I guess I should talk about what Java is. Java is a language that can be used to write platform-independent desktop applications or web applications. The term “Platform independent” means that you can write the code for an application on Windows and run it in Linux or a Mac…