How To - Java
last update 6th January 2002
Juergen Schwister / Cologne / Germany
MailTo:Juergen.Schwister@gmx.net
http://home.vr-web.de/jSwi
Why Java
Java is a Programming language which can be used on many Platforms like
Windows™, MAC OS™, Linux, Unix, OS/390™, AS400™ and some more.
For each plattform is Java Runtime Environment available.
On the one hand you need a compiler (JAVAC) to generate Class files (*.class) from source Files (*.java),
on the other hand you need a Runtime Environment (JRE) to execute the class files.
The class files do not need to be compiled on each platform. Once compiled they will run on nearly
every JRE.
Where to get a JRE
Look at Sun ,IBM or
Apple to get the JRE.
What is a JAR file
A JAR File is a file containis the neccesary class file to run a Java Application.
The class files can decompressed with WinZip™ or Stuffit™ but there is no need
to do so, because the JRE can handle such JAR files.