-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No longer works with Java 8 JOSM #59
Comments
I just released new version 1.0.191 compiled on java 8 with some fixes for new JOSM #58 . Please try it. |
Same issue |
I opened the java console for debugging and got this as output:
loading lib: C:\Users\cecce\AppData\Roaming\JOSM\plugins\jogl\lib\jogl-2.3.2\jogl-all-2.3.2-natives-linux-armv6.jar Sep 13, 2016 8:04:46 AM org.openstreetmap.josm.Main error
4 errors. Cause: java.lang.SecurityException: attempted to open sandboxed jar file:/C:/Users/cecce/AppData/Roaming/JOSM/plugins/jogl/lib/jogl-2.3.2/jogl-all-2.3.2.jar as a Trusted-Library
4 errors Sep 13, 2016 8:04:46 AM org.openstreetmap.josm.Main warn |
Looks like is failing to load jogl. Do you run it as Java Web Start? |
Yes, I'm running it from the jnlp. The desktop version seems to work though(10966). is the jogl a signed package? Because since java 1.7 all unsigned packages are sandboxed and treated as melicious code |
Jogl package is provided by jogamp.org, and as I see it is not signed. |
Possible duplicate report: https://josm.openstreetmap.de/ticket/13635 |
I get the same problem on my Mac running Java 8 Update 151. |
Hi First time using this plug-in. Did anybody contact jogamp to resovle the problem? Using the downloaded version (josm-setup.exe) the plug-in loads correctly. |
Running JOSM from JNLP from a shortcut in 64 bit mode:
"C:\Program Files (x86)\Java\jre1.8.0_102\bin\javaws.exe" -J-d64 -Xmms=4096m -localfile -J-Djnlp.application.href=https://josm.openstreetmap.de/download/josm.jnlp "C:\Users\cecce\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\56\1ee8cfb8-36f44fdd"
The text was updated successfully, but these errors were encountered: