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

2018-09-26 Thread edgar . soldin
Jukka, still waiting for your take on this. see below. ..ede On 01.09.2018 10:43, Michaël Michaud wrote: > Hi Ede, > > If we do not include jaxb in the future, we'll also have to remove > SetAttribute extension > >

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

2018-09-03 Thread edgar . soldin
On 01.09.2018 10:43, Michaël Michaud wrote: > Hi Ede, > > If we do not include jaxb in the future, we'll also have to remove > SetAttribute extension > > https://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/More%20Plugins/SetAttributes%20PlugIn/ ok. or rework both ;) > I think

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

2018-09-01 Thread Michaël Michaud
Hi Ede, If we do not include jaxb in the future, we'll also have to remove SetAttribute extension https://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/More%20Plugins/SetAttributes%20PlugIn/ I think that removing these extensions is not an urgent matter if it only hurts java12

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

2018-08-30 Thread edgar . soldin
just tried and i could only make it run by adding the jars from https://repo1.maven.org/maven2/com/sun/xml/bind/jaxb-ri/2.3.0/jaxb-ri-2.3.0.zip and https://mvnrepository.com/artifact/com.sun.activation/javax.activation/1.2.0 total 1.4M -rw-r--r-- 1 ed None 77K 30. Aug 12:41

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

2018-08-30 Thread Giuseppe Aruta
No problem for me to keep in OJ Plus with an extra 1.4Mb of libraries. Possibly in the future we can have time to find a solution:. Peppe 2018-08-30 11:47 GMT+02:00 : > Peppe, Jukka, > > >On 8/28/2018 22:00, Michaël Michaud wrote: > >> I'd rather remove the extension than review its persistence

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

2018-08-30 Thread edgar . soldin
Peppe, Jukka, >On 8/28/2018 22:00, Michaël Michaud wrote: >> I'd rather remove the extension than review its persistence mechanism >> because anyway, I generally package a specific distro to users I know. But >> before, I wish to hear from Jukka and Peppe, because if they sometimes use >> this

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

2018-08-30 Thread Giuseppe Aruta
Yes Michael, my comparition was to explain to Ede what LayerManagerExtension and LayerView plugin can do. IMO I think that LayerManagerExtension is a good plugin to have in in OpenJUMP one day. Regarding depency, Sextante has a depency to a lib "kxml2.jar" which possibly can help inthe future Best

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

2018-08-28 Thread edgar . soldin
On 8/28/2018 23:28, Michaël Michaud wrote: > > On 8/28/2018 22:00, Michaël Michaud wrote: >>> HI Ede >>> >>> right. what does it do by the way. i saw it lacks german translation which i could do if i know what it does. it seems to be hidden in the Plugin menu as well and should

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

2018-08-28 Thread Michaël Michaud
On 8/28/2018 22:00, Michaël Michaud wrote: HI Ede right. what does it do by the way. i saw it lacks german translation which i could do if i know what it does. it seems to be hidden in the Plugin menu as well and should be placed properly via def-plugins.xml if we decide to keep it. What

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

2018-08-28 Thread edgar . soldin
On 8/28/2018 22:00, Michaël Michaud wrote: > HI Ede > > >> right. what does it do by the way. i saw it lacks german translation which i >> could do if i know what it does. it seems to be hidden in the Plugin menu as >> well and should be placed properly via def-plugins.xml if we decide to keep

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

2018-08-28 Thread Michaël Michaud
HI Ede right. what does it do by the way. i saw it lacks german translation which i could do if i know what it does. it seems to be hidden in the Plugin menu as well and should be placed properly via def-plugins.xml if we decide to keep it. What should be placed by default-plugins.xml ? I

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

2018-08-28 Thread Michaël Michaud
Hi, The exception noticed by Jukka was not from LayerView but from LayerManagerExtension Both are about styling layers, but with different goals : - LayerView is a Layer which uses the data of another layer as its datasource. It makes it possible to apply a second style to a dataset without

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

2018-08-28 Thread Giuseppe Aruta
Hi Ede Layer views are basically different views of the layer with (optionally) different styles applied In order to simplify you can consider layer views as sinonimous of styles of layer (Layer>Style>Change styles) See also the new plugin in the layer toc "Add layer view" Best regards

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

2018-08-28 Thread edgar . soldin
On 28.08.2018 07:38, Michaël Michaud wrote: > Also it it is difficult to make it lighter, we can also remove it from the > PLUS distro. right. what does it do by the way. i saw it lacks german translation which i could do if i know what it does. it seems to be hidden in the Plugin menu as well

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
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] 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
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 >