<%@ EnableSessionState=true %> <% Option Explicit dim thisurl thisURL=Request.ServerVariables("PATH_INFO") & "?" & Request.ServerVariables("QUERY_STRING") const title="Java Games tutorial #1" %>
Current area: HOME -> Java Games tutorial #1

Java Games tutorial #1

We're going to cover a lot of ground in this tutorial. By the time you finish, you will have:

  1. Installed the Java 2 SDK (software development kit) on your computer.
  2. Installed the BlueJ IDE (integrated development environment) on your computer.
  3. Debugged a complete, "finished" Java project.
  4. Created a new Java project and written your first lines of code.

But before we jump right in, let's cover a bit of philosophy...