java.net.MalformedURLException: unknown protocol: c
at java.net.URL.<init>(Compiled Code)
at sun.applet.AppletResourceLoader.loadJar(Compiled Code)
at
sun.applet.AppletResourceLoader.loadJar(AppletResourceLoader.java:134)
at sun.applet.AppletPanel.loadJarFiles(Compiled Code)
at sun.applet.AppletPanel.runLoader(AppletPanel.java:391)
at sun.appletPanel.run(Compiled Code)
at java.lang.Thread.run(Thread.java:466)
followed by:
java.lang.IllegalAccessError: oneOfMyClasses
at MyApplet.init(...)
The only thing that is different from the version that works is the
presence of the jar file.
I am using JDK 1.1.7A under Windows NT4.0.
Do you have any pointers/advice as to what may be causing these
problems?
Thank you.
Herrick Abba