Date: Sat, 17 May 1997 10:56:34 -0700
Message-Id: <199705171756.KAA12755@puffin.eng.sun.com>
From: Marianne Mueller <mrm@Eng>
To: suonvier@algonet.se
Subject: Re: please reply
You need a .class file.
You have to compile the .java file into a .class file using the Java
compiler:
% javac *.java
Then, you might need to add the name of your directory where the
.class files are stored, to the CLASSPATH environment variable used by
your browser.
You can download a copy of the Java compiler from
http://java.sun.com/products/jdk/1.1
Follow the documentation links on that page for more information on
how to use the tools like javac, and for more information on how to
set CLASSPATH.
Marianne
p.s. java-security isn't a general purpose support hotline so please
understand if we don't answer follow up questions you might have!