[JPP-Devel] How to test OJ with Java 12?

2018-08-27 Thread Rahkonen Jukka (MML)
Hi, I would like to test if OpenJUMP might have problems with the newest Java versions but I could not make it start at all. I had a working bat file for Java 10 to start with but editing JAVA_PATH was not enough. I start to feel that the genius system that detects the Java version is getting

Re: [JPP-Devel] NoClassDefFoundError when starting OJ r5929 with JDK 12

2018-08-27 Thread Michaël Michaud
Hi thanks, I'll probably add jaxb as a dependency (about 1.4Mb) as it would be a bit of work to switch to java2xml. Michaël Le 27/08/2018 à 15:41, edgar.sol...@web.de a écrit : On 27.08.2018 15:00, Rahkonen Jukka (MML) wrote: Hi, OpenJUMP does start with JDK 12 but it throws this error

Re: [JPP-Devel] NoClassDefFoundError when starting OJ r5929 with JDK 12

2018-08-27 Thread edgar . soldin
1.4Megs sees kind of a waste just for this function. please give me some time to evaluate first.. ede On 8/27/2018 23:52, Michaël Michaud wrote: > Hi thanks, > > I'll probably add jaxb as a dependency (about 1.4Mb) as it would be a bit of > work to switch to java2xml. > > Michaël > > > Le

Re: [JPP-Devel] How to test OJ with Java 12?

2018-08-27 Thread edgar . soldin
On 27.08.2018 10:55, Rahkonen Jukka (MML) wrote: > Hi, > > I would like to test if OpenJUMP might have problems with the newest Java > versions but I could not make it start at all. I had a working bat file for > Java 10 to start with but editing JAVA_PATH was not enough. I start to feel >

Re: [JPP-Devel] How to test OJ with Java 12?

2018-08-27 Thread edgar . soldin
On 27.08.2018 12:34, edgar.sol...@web.de wrote: > On 27.08.2018 10:55, Rahkonen Jukka (MML) wrote: >> Hi, >> >> I would like to test if OpenJUMP might have problems with the newest Java >> versions but I could not make it start at all. I had a working bat file for >> Java 10 to start with but

[JPP-Devel] NoClassDefFoundError when starting OJ r5929 with JDK 12

2018-08-27 Thread Rahkonen Jukka (MML)
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

[JPP-Devel] SVN: [5929] core/trunk

2018-08-27 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 5929 http://sourceforge.net/p/jump-pilot/code/5929 Author: edso Date: 2018-08-27 12:20:07 + (Mon, 27 Aug 2018) Log Message: --- rework version detection for 'openjdk version "12-ea"' Modified Paths: -- core/trunk/ChangeLog

Re: [JPP-Devel] How to test OJ with Java 12?

2018-08-27 Thread Rahkonen Jukka (MML)
Hi, Great, r5929 starts with JDK 12. The icons and map look somehow crispy and ugly on my computer but some few functions which I tested seemed all to run fine. -Jukka- -Alkuperäinen viesti- Lähettäjä: edgar.sol...@web.de [mailto:edgar.sol...@web.de] Lähetetty: 27. elokuuta 2018 15:21

[JPP-Devel] SVN: [5931] core/trunk

2018-08-27 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 5931 http://sourceforge.net/p/jump-pilot/code/5931 Author: edso Date: 2018-08-27 13:53:00 + (Mon, 27 Aug 2018) Log Message: --- remove javax.se.ee when run w/ java 11+ on linux/mac Modified Paths: -- core/trunk/ChangeLog

[JPP-Devel] SVN: [5932] core/trunk

2018-08-27 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 5932 http://sourceforge.net/p/jump-pilot/code/5932 Author: edso Date: 2018-08-27 15:25:30 + (Mon, 27 Aug 2018) Log Message: --- rework version detection for 'openjdk version "12-ea"' in start scripts Modified Paths: -- core/trunk/ChangeLog

Re: [JPP-Devel] NoClassDefFoundError when starting OJ r5929 with JDK 12

2018-08-27 Thread Michaël Michaud
Hi Ede, You can have a look at ViewManager in the PlugIn repository. May not be so difficult to change but many classes have to be serialiable and configured through java2xml files. At the time I choosed jaxb, I may have tried java2xml and encountered some difficulties to modelize heritage

Re: [JPP-Devel] NoClassDefFoundError when starting OJ r5929 with JDK 12

2018-08-27 Thread edgar . soldin
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 >

[JPP-Devel] SVN: [5930] core/trunk/scripts/oj_windows.bat

2018-08-27 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 5930 http://sourceforge.net/p/jump-pilot/code/5930 Author: edso Date: 2018-08-27 13:43:30 + (Mon, 27 Aug 2018) Log Message: --- finetune jre parameters for modern jre's Modified Paths: -- core/trunk/scripts/oj_windows.bat Modified: