Hi, i am fairly new to jogl and i have been trying to get my Jogl applet working with the appletlauncher. It works with the demo jar, but when i use my own jar i get the following exception:
sun.plugin.cache.DownloadException
at sun.plugin.cache.CachedJarLoader.load(Unknown Source)
at sun.plugin.cache.JarCache.get(Unknown Source)
at sun.plugin.cache.JarCacheUtil.preload(Unknown Source)
at sun.plugin.AppletViewer.loadJarFiles(Unknown Source)
at sun.applet.AppletPanel.runLoader(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
And the applet says:
Error: Start Failed: class not found: TheHiveApplet
Am i suspose to have something in the jar? Or do something to the jar? Any help or ideas would be extremely helpful.
-Solar