On 24.02.2012 23:54, Landon Blake wrote:
> I'm building both with Ant in Eclipse. The Super
> Select Tool plug-in loads just fine in OpenJUMP, while the GPX Reader
> plug-in throws a "Major Minor" version exception. (This happens when
> you run a class compiled with a JDK higher than the JRE running the
> code.)

make sure your ant build.xml has the compliance parameter (target) set for the 
javac task. .e.g.

<javac srcdir="${src}"
         ...
         target="1.5">

if this really doesn't help, post the error stack again.

..ede

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to