Up: Summer Course 1996: CMWH Schedule
Java: An introduction
Java is a hot, new computer language from Sun Microsystems. It was
designed for writing programs that can be embedded in web pages; the
program is downloaded with the page, and is executed withing a web
browser. However, Java can also be used to write stand alone programs
as well.
Although Java is still very new, there is a great deal of intense
development activity, and a number of useful Java applets are publicly
available already.
Setting your Environment Variables
At the Center, you need to issue the following commands (you can put
them in your .cshrc, etc if you want).
setenv CLASSPATH .:/u/java/classes.mips/:/u/java/classes.mips/java/:/u/java/classes.mips/sun/
setenv PATH ${PATH}:/u/java/bin
Getting Started
Learning More
Here are a few online resources.
- Javasoft -- The main Sun
site. Download the JDK from here. The official documentation is also
online here.
- The
Java Repository -- This site has the Java Developers' Kit, a
selection of Java-enabled browsers, and developer tools in one
convenient location.
- Java World -- IDG's online
Java Magazine. This is one of the best sources of Java related news
and reviews.
- Gamelan -- Gamelan is the
central repository of Java resources.
- Digital
Espresso -- Usenet news summaries. Lots of FAQ type info, plus
opinion, announcements, etc.
There are also many print resources. Two I particularly favor are:
Up: Summer Course 1996: CMWH Schedule
The Geometry Center Home Page
Comments to:
webmaster@geom.umn.edu
Created: May 29 1996 ---
Last modified: Thu Jun 6 11:37:31 1996