On 27.08.2018 15:00, Rahkonen Jukka (MML) wrote:
> Hi,
> 
> OpenJUMP does start with JDK 12 but it throws this error
> 
> java.lang.NoClassDefFoundError: javax/xml/bind/UnmarshalException
>                            at 
> org.openjump.ext.viewmanager.ViewManagerExtension.configure(ViewManagerExtension.java:21)
>                            at 
> com.vividsolutions.jump.workbench.plugin.PlugInManager.loadConfigurations(PlugInManager.java:214)
>                            at 
> com.vividsolutions.jump.workbench.plugin.PlugInManager.load(PlugInManager.java:194)
>                            at 
> com.vividsolutions.jump.workbench.JUMPWorkbench.main(JUMPWorkbench.java:457)
>                            at 
> com.vividsolutions.jump.workbench.JUMPWorkbench.main(JUMPWorkbench.java:386)
> 
> Error does not happen with Java 8.  OpenJUMP does work despite the error 
> message so probably it affects only the ViewManagerExtension.
> JDK version: 
> https://download.java.net/java/early_access/jdk12/8/GPL/openjdk-12-ea+8_windows-x64_bin.zip
> 

yeah. that needs to be fixed in ViewManager, probably by Mike as he created the 
extension. it uses code (javax.xml.bind) which is not part of the jdk anymore 
since java 11. replacing it with one of the other xml implementations we use 
should be not to hard.

Mike? do you need a ticket?.. ede

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to