Activating a plug-in [message #329465] |
Wed, 25 June 2008 08:23  |
Eclipse User |
|
|
|
Originally posted by: selcuksumer.hotmail.com
i was working on a plug-in project, i finished coding and Exported it.
now i have the .Jar file, and it works fine in my computer (eclipse 3.3.2).
but when i copy the .jar to another (eclipse 3.3.0) computer's
Eclipse/plugins directory, open Eclipse and try opening the plugin,
eclipse says that it is not available.
is it because of the build.project.xml file ?
should i add this file inside .jar ?
or is it because i should export again and again for every different
computer?
or is it because of the difference in versions?
Thanks..
|
|
|
|
|
|
Re: Activating a plug-in [message #329507 is a reply to message #329499] |
Thu, 26 June 2008 09:16  |
Eclipse User |
|
|
|
Originally posted by: richkulp.us.NO_SPAM.ibm.com
That error is due to Java JDK differences. Java is upward compatible, so
something compiled at Java 5 will run in Java 6, but something compiled
in Java 6 will not run in Java 5.
So Java 5 will not run in Java 1.4, but unless you need to support Java
1.4 (which is very down level these days), then Java 5 is sufficient.
Unless you need something from 6, then you'll need to pre-req 6 instead.
selcuk sumer wrote:
> i changed my Development Kit 6 to 5.
> so it works fine now.
> but of course, i don't know will it work with some other versions.
>
>
>
--
Thanks,
Rich Kulp
|
|
|
Powered by
FUDForum. Page generated in 0.03970 seconds