[quote]Thats odd, I’ve never noticed that happening myself. Does it happen with S-Type? I have Jogl files hosted myself and referenced in the same jnlp as opposed to linking to a java.net hosted Jogl jnlp.
[/quote]
I get the percentage + the download bar whilst downloading S-Type (just tried the link in your sig) for both:
VScriptEngine.jar
Data.jar
Actually, should have mentioned this - when download JOGL, not only do I not get percentage, I also don’t get the blue progress bar at the bottom :(.
(although then it crashes on startup
net.java.games.jogl.GLException: Error making context current
at net.java.games.jogl.impl.x11.X11GLContext.makeCurrent(X11GLContext.java:141)
at net.java.games.jogl.impl.x11.X11OnscreenGLContext.makeCurrent(X11OnscreenGLContext.java:111)
at net.java.games.jogl.impl.GLContext.invokeGL(GLContext.java:199)
at net.java.games.jogl.GLCanvas.displayImpl(GLCanvas.java:182)
at net.java.games.jogl.GLCanvas.display(GLCanvas.java:82)
at com.vscript.core.VScript.updateProgressBar(VScript.java:627)
at com.vscript.core.VScript.initialise(VScript.java:315)
at com.vscript.core.VScript.main(VScript.java:402)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.sun.javaws.Launcher.executeApplication(Launcher.java:837)
at com.sun.javaws.Launcher.executeMainClass(Launcher.java:797)
at com.sun.javaws.Launcher.continueLaunch(Launcher.java:675)
at com.sun.javaws.Launcher.handleApplicationDesc(Launcher.java:390)
at com.sun.javaws.Launcher.handleLaunchFile(Launcher.java:199)
at com.sun.javaws.Launcher.run(Launcher.java:167)
at java.lang.Thread.run(Thread.java:534)
)