>I made an applet and put it web and I get java security error when my web
> page loads. I know I need a JAR file and assign some type of permissions
[quoted text clipped - 3 lines]
> Iam using the jGrasp compiler and have looked at the docs and seen nothing
> to do it.
A decent tutorial on creating Jars can be found at
http://java.sun.com/docs/books/tutorial/deployment/jar/index.html. There is
a section on signing and verifying jars which will probably answer some of
your questions.
You should also look at Roedy Green's website for lots of information about
applets and security considerations. See especially the Applet Difficulties
part of this page: http://mindprod.com/jgloss/applet.html. His site is
extensively linked so you'll find lots of additional information about
applet issues quite easily by following the links. Roedy also covers the
process of making jars quite extensively so, if you find the Java Tutorial
chapter on Jars unclear, have a look at Roedy's page on the subject:
http://mindprod.com/jgloss/jar.html
--
Rhino
--
Rhino