Hi,

as a note: when I create a plugin I am doing this via the mouse menu on 
the source/project: choosing "export" and then select Java > JAR file.
So I am not using Ant for creating plugins.

stefan

Am 25.02.12 09:28, schrieb Landon Blake:
> Tanks for the tips Ede. I'm aware of the project specific settings for
> Java compilation in Eclipse. I was not aware of the setting for my Ant
> build file. I will check that out.
>
> Landon
>
> On Sat, Feb 25, 2012 at 2:47 AM,<edgar.sol...@web.de>  wrote:
>> 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
>
> ------------------------------------------------------------------------------
> 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

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