Re: Java problem when upgrading pixelmed

2015-10-08 Thread Sebastiaan Couwenberg
On 09-10-15 00:58, Emmanuel Bourg wrote: > Le 08/10/2015 13:40, Bas Couwenberg a écrit : > >> Due to the difficulties getting JCS [0] and its dependencies [1] >> packaged, I've not been able to update to any of the newer JOSM upstream >> releases making the josm package increasingly irrelevant. An

Re: Java problem when upgrading pixelmed

2015-10-08 Thread Emmanuel Bourg
Le 08/10/2015 13:40, Bas Couwenberg a écrit : > Due to the difficulties getting JCS [0] and its dependencies [1] > packaged, I've not been able to update to any of the newer JOSM upstream > releases making the josm package increasingly irrelevant. And if I > remain unable to get JCS packaged, I'll

Re: Java problem when upgrading pixelmed

2015-10-08 Thread Sebastiaan Couwenberg
Hi Emmanuel, On 09-10-15 00:05, Emmanuel Bourg wrote: > Le 08/10/2015 13:40, Bas Couwenberg a écrit : > >> Due to the difficulties getting JCS [0] and its dependencies [1] >> packaged, I've not been able to update to any of the newer JOSM upstream >> releases making the josm package increasingly

Re: Java problem when upgrading pixelmed

2015-10-08 Thread Emmanuel Bourg
Le 08/10/2015 13:40, Bas Couwenberg a écrit : > Due to the difficulties getting JCS [0] and its dependencies [1] > packaged, I've not been able to update to any of the newer JOSM upstream > releases making the josm package increasingly irrelevant. And if I > remain unable to get JCS packaged, I'll

Re: Java problem when upgrading pixelmed

2015-10-08 Thread Andreas Tille
Hi, On Thu, Oct 08, 2015 at 01:40:58PM +0200, Bas Couwenberg wrote: > On 2015-10-08 13:28, Emmanuel Bourg wrote: > >It looks like you need the new standard Java API for JSON processing > >(JSR 353) [1], we haven't packaged it yet, but josm has a local copy (if > >you search for 'package javax.json

Re: Default JRE and Java plugin

2015-10-08 Thread Emmanuel Bourg
I implemented the solution 5, reviews are welcome. http://anonscm.debian.org/cgit/pkg-java/java-common.git Emmanuel Bourg

Re: Java problem when upgrading pixelmed

2015-10-08 Thread Bas Couwenberg
On 2015-10-08 13:28, Emmanuel Bourg wrote: It looks like you need the new standard Java API for JSON processing (JSR 353) [1], we haven't packaged it yet, but josm has a local copy (if you search for 'package javax.json' on http://source.debian.net you can quickly find the package containing th

Re: Java problem when upgrading pixelmed

2015-10-08 Thread Emmanuel Bourg
Le 08/10/2015 13:03, Andreas Tille a écrit : > I think you've won your bet ;-) *cheers* > The makefiles are refering to > >lib/additional/javax.json-api-1.0.jar > > and it seems none of the json java classes are fitting this. > > I remember times when the jar contents were listed in: > >

Re: Java problem when upgrading pixelmed

2015-10-08 Thread Andreas Tille
On Tue, Oct 06, 2015 at 10:36:56PM +0200, Emmanuel Bourg wrote: > Le 06/10/2015 22:28, Andreas Tille a écrit : > > > export JAVAVERSIONTARGETJARFILE=/usr/lib/jvm/default-java/jre/lib/rt.jar; > > javac -O -target 1.7 -source 1.7 -bootclasspath ${JAVAVERSIONTARGETJARFILE} > > -encoding "UTF8" -Xli