vote up 3 vote down star
1

Im using Eclipse 3.4, EclipseMe 1.7.9. Im trying to deploy/"create package" a simple project with an external .jar file (LWUIT.jar) included. When I try to create the package with the the .jar file exported (Properties -> Java build path -> order and export) I receieve the following error msg: "Error during build"

(Details: Errors during build. Errors running builder 'Preverification' on project 'Try'. org.eclipse.jdt.internal.core.JavaModel.getTarget(Lorg/eclipse/core/resources/IContainer;Lorg/eclipse/core/runtime/IPath;Z)Ljava/lang/Object; org.eclipse.jdt.internal.core.JavaModel.getTarget(Lorg/eclipse/core/resources/IContainer;Lorg/eclipse/core/runtime/IPath;Z)Ljava/lang/Object; )

How to make the build succeed?

flag

2 Answers

vote up 3 vote down check

It seems to be a known issue on Eclipse 3.4.

At the time of the thread mentionned above (July 2008), adding the url http://eclipseme.org/testversions to the software updates list, and upgraded to eclipseMe 1.8 did solve the issue.

Could you check if you can upgrade eclipseMe and still reproduce the problem ?

link|flag
Thanks, it solved the problem. Weird that I had to manually install the 1.8. Eclipse update only found 1.7.9 – Roger Jan 26 at 14:35
vote up 0 vote down

Hi! I can confirm that as of today (22 May 2009) the problem described in this thread still applies, and the solution by VonC still works!

Thanks! (I would vote your answer up, but this is my 1st post in stackoverflow)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.