Java Web Start does not work

Problems with Java, jogl, etc?
Post Reply
Andre
Posts: 226
Joined: Fri 18. Sep 2009, 11:30

Re: Java Web Start does not work

Post by Andre » Thu 8. May 2014, 10:04

The new java versions (7.50+) need further information for webstarts at the manifest. I'm aware of that problem. I'll fix it probably next week. Meanwhile please use the tutorials out of eclipse you can find them at src-tutorial.

http://www3.math.tu-berlin.de/jreality/ ... p_tutorial

thx 4 reporting and sorry for the inconveniences.

best Andre

Andre
Posts: 226
Joined: Fri 18. Sep 2009, 11:30

Re: Java Web Start does not work

Post by Andre » Mon 19. May 2014, 17:38

should be fixed now.

abiancardi
Posts: 1
Joined: Tue 4. Nov 2014, 13:54

Re: Java Web Start does not work

Post by abiancardi » Tue 4. Nov 2014, 13:58

Hello. Java Web Start is not allowing jReality VR Viewer to proceed issuing the appended error trace
Thanks,
Alberto
Missing Application-Name manifest attribute for: http://www3.math.tu-berlin.de/jreality/ws/jReality.jar
#### Java Web Start Error:
#### Missing required Permissions manifest attribute in main jar: http://www3.math.tu-berlin.de/jreality/ws/jReality.jar
java.lang.NoSuchMethodException: no such method: FindProxyForURL
at com.sun.script.javascript.RhinoScriptEngine.invoke(Unknown Source)
at com.sun.script.javascript.RhinoScriptEngine.invokeFunction(Unknown Source)
at com.sun.deploy.net.proxy.SunAutoProxyHandler.getProxyInfo(Unknown Source)
at com.sun.deploy.net.proxy.DynamicProxyManager.getProxyList(Unknown Source)
at com.sun.deploy.net.proxy.DeployProxySelector.select(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(Unknown Source)
at java.net.HttpURLConnection.getHeaderFieldDate(Unknown Source)
at java.net.URLConnection.getLastModified(Unknown Source)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getLastModified(Unknown Source)
at com.sun.deploy.util.SecurityBaseline.checkForUpdate(Unknown Source)
at com.sun.deploy.util.SecurityBaseline.access$100(Unknown Source)
at com.sun.deploy.util.SecurityBaseline$3.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
java.lang.NoSuchMethodException: no such method: FindProxyForURL
at com.sun.script.javascript.RhinoScriptEngine.invoke(Unknown Source)
at com.sun.script.javascript.RhinoScriptEngine.invokeFunction(Unknown Source)
at com.sun.deploy.net.proxy.SunAutoProxyHandler.getProxyInfo(Unknown Source)
at com.sun.deploy.net.proxy.DynamicProxyManager.getProxyList(Unknown Source)
at com.sun.deploy.net.proxy.DeployProxySelector.select(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at sun.security.ssl.SSLSocketImpl.connect(Unknown Source)
at sun.security.ssl.BaseSSLSocketImpl.connect(Unknown Source)
at sun.net.NetworkClient.doConnect(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.protocol.https.HttpsClient.<init>(Unknown Source)
at sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(Unknown Source)
at java.net.HttpURLConnection.getHeaderFieldDate(Unknown Source)
at java.net.URLConnection.getLastModified(Unknown Source)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getLastModified(Unknown Source)
at com.sun.deploy.util.SecurityBaseline.checkForUpdate(Unknown Source)
at com.sun.deploy.util.SecurityBaseline.access$100(Unknown Source)
at com.sun.deploy.util.SecurityBaseline$2.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

Post Reply