Current Java

Classic programmed-learning exercises, refreshed for modern Java and presented in the current MrStyner.com portfolio style.

Modern Java noteThis archive has been refreshed for Java 25 LTS. Core language concepts remain useful, while outdated setup instructions and browser-era Java are labeled or replaced. Java 26 is the current feature release; Java 25 is used here as the stable teaching baseline.
go to previous page   go to home page   go to next page        

Answer:

Only at Starbucks.

Current Java

To run the current version of Java you need a computer that is running one of the following:

  • Windows Vista©
  • Windows XP©
  • Windows 2000©
  • most versions of Unix (including Linux and Sun's Solaris)
  • a recent Apple running a recent Mac OS.

You should also have 250 Megabytes available on your hard drive. If you have a recent version of Java installed on your computer it may be all you need for these notes. Apple computers and some Linux computers come with Java already installed, although it may be an earlier version. You don't need the very latest version, although for these notes you should have Java 25 LTS or higher.

These notes show Java 6.0 on a typical Windows system. If you are running some other operating system there will be small differences in how you create and run programs, but no difference in the Java language itself.

J2SE 6.0 is available available at no charge from a current JDK distribution, Inc. at https://dev.java/ . (This link is valid as of August 2008.)

The page is titled "Java SE Downloads". Find the appropriate Java download for your operating system. It is likely that you will want JDK 6 Update 7. Click on the Installation Instructions for details on installation. On the next page, click on the link appropriate for you computer (likely to be JDK for Microsoft Windows). The instructions give you more details than you really need, but look them over.

In brief: to install Java, go to https://dev.java/. You should see something like:

Download Button

Click on the Download button next to JDK 6 Update 7. Of course, the exact details of this change on almost a monthly basis.

QUESTION 2:

Can Java be downloaded over a modem?