Re: [JPP-Devel] Can't Find GPX Plug-In

2011-11-29 Thread edgar . soldin
you definitely do _not_ need jdk 1.5 for 1.5 compliant classes. all jdks can compile with lower class version compliance. so you did uncomment the set JAVA_BIN line and there was no error in the console? ..ede On 29.11.2011 16:52, Landon Blake wrote: > I left the console open, but didn't get a

Re: [JPP-Devel] Can't Find GPX Plug-In

2011-11-29 Thread Landon Blake
I left the console open, but didn't get an error message. Let me try building the plug-in for Java 7 today. I remember Eclipse telling me I needed to install a Java 1.5 SDK to compile properly for Java 1.5. Maybe that is the problem. I'll do some more trouble shooting and will report back to the

Re: [JPP-Devel] Can't Find GPX Plug-In

2011-11-29 Thread edgar . soldin
please enable the console in the oj.bat and post the error. my guess is that you thought you enabled 1.5 compliance but somehow didn't succeed. anyway, let's have a look at the error. snapshot builds are like releases build with 1.5 compliance. ..ede On 29.11.2011 02:30, Landon Blake wrote: >

Re: [JPP-Devel] Can't Find GPX Plug-In

2011-11-28 Thread Michaël Michaud
Hi, Most often, when a plugin does not load, you have a message in the console (it you keep it opened) and/or in openjump.log file It may help to know the cause. Michaël Le 29/11/2011 02:30, Landon Blake a écrit : > Makes sense! > > I'll see if a build of the plug-in for Java 7 works. If so, I

[JPP-Devel] Can't Find GPX Plug-In

2011-11-28 Thread Landon Blake
Makes sense! I'll see if a build of the plug-in for Java 7 works. If so, I will send the Java 1.5 version of the plug-in to Andre for testing. This seems a little odd. Switching to a new version of JRE breaks old plug-ins??? Landon On Mon, Nov 28, 2011 at 5:21 PM, Stefan Steiniger wrote: > Hi