Re: [JPP-Devel] GPX Plug-in Version 1.2 for Andre

2011-11-30 Thread Landon Blake
This error might be caused by a packaging problem in my Java code, but I should have caught this in Eclipse. Let me do some poking around to see if I can nail down the problem for you. Andre: Do you get the same error as Jukka? Landon On Wed, Nov 30, 2011 at 9:49 AM, Rahkonen Jukka wrote: > Hi,

Re: [JPP-Devel] GPX Plug-in Version 1.2 for Andre

2011-11-30 Thread Rahkonen Jukka
Hi, This version does not change anything for me. I do not know anything about prgramming, but if the error is java.lang.NoClassDefFoundError: surveyos/sourceforge/openjump/plugins/gpx/GpxRea derExtension (wrong name: net/surveyos/sourceforge/openjump/plugins/gpx/GpxReade rExtension), could it

Re: [JPP-Devel] GPX Plug-in Version 1.2 for Andre

2011-11-30 Thread Landon Blake
Andre and Jukka, I uploaded Version 1.21 of the plug-in to the same folder on the SurveyOS project this morning: https://sourceforge.net/projects/surveyos/files/SurveyOS%20OpenJUMP%20Plug-Ins/GPX/ This zip file has the JDOM library I'm using. Can you put that JDOM JAR in your OpenJUMP's lib fold

Re: [JPP-Devel] GPX Plug-in Version 1.2 for Andre

2011-11-30 Thread Rahkonen Jukka
It does not start for me. Error with Windows Vista and jre 1.7 is java.lang.NoClassDefFoundError: surveyos/sourceforge/openjump/plugins/gpx/GpxRea derExtension (wrong name: net/surveyos/sourceforge/openjump/plugins/gpx/GpxReade rExtension) -Jukka Rahkonen- __

[JPP-Devel] GPX Plug-in Version 1.2 for Andre

2011-11-29 Thread Landon Blake
Andre, You can download the 1.2 version of my GPX plug-in here: https://sourceforge.net/projects/surveyos/files/SurveyOS%20OpenJUMP%20Plug-Ins/GPX/ You need to put the contents of the "lib" folder in the lib folder of your OpenJUMP installation folder. You need to put the contents of the "ext" f

Re: [JPP-Devel] gpx

2011-03-18 Thread Sunburned Surveyor
Rashad, I finally got around to posting a cleaned version of my GPX plug-in for OpenJUMP. You can find it here: http://sourceforge.net/projects/surveyos/files/SurveyOS%20OpenJUMP%20Plug-Ins/GPX/ It should be fairly easy to install. The jars in the "lib" folder go in OJ's "lib" folder. The conten

Re: [JPP-Devel] gpx

2010-12-25 Thread Sunburned Surveyor
Rashad, I wrote a little plug-in that will do this. I'm not in the office, but on Monday I'll send you a download link for the plug-in. The Sunburned Surveyor On Fri, Dec 24, 2010 at 8:36 PM, Mohammed Rashad wrote: > > How can I load a GPX file in OJ? > -- > Rashad > > -

[JPP-Devel] gpx

2010-12-24 Thread Mohammed Rashad
How can I load a GPX file in OJ? -- Rashad -- Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise,

[JPP-Devel] GPX Code and OpenJUMP Feature Cache

2008-10-20 Thread Sunburned Surveyor
I have a couple recent blog posts that describe code I'm working on for OpenJUMP. This is the code for reading and writing GPX files, and code for a FeatureCache that stores Feature objects in binary files on the hard disk. For those that are interested: http://openjump.blogspot.com/ The Sunburn