jar cf demo.jar Seismic.class Navigate.class ClockPanel.class *.gif
the html file
------------------------------------
-----------------------------------
and this is the error message
----------------------------------------
java.lang.IllegalAccessError: ClockPanel.<init>()V
at Seismic.<init>(Compiled Code)
at sun.applet.AppletPanel.createApplet(Compiled Code)
at sun.applet.AppletPanel.runLoader(Compiled Code)
at sun.applet.AppletPanel.run(Compiled Code)
at java.lang.Thread.run(Compiled Code)
------------------------------------------
Seismic is the applet class itself and ClockPanel is one of
the auxiliary classes I use to send clock information to
the applet and is of course included in the jar file.
What am I doing wrong ? Does it have to do with my classpath ?
I keep hearing on the newsgroups that the jar file should be
included in the classpath but how ?
Thanks a lot in advance
Kamran Iranpour