up vote 5 down vote favorite
2
share [g+] share [fb]

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?

link|improve this question

feedback

2 Answers

up vote 6 down vote accepted

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|improve this answer
Thanks, it solved the problem. Weird that I had to manually install the 1.8. Eclipse update only found 1.7.9 – Schildmeijer Jan 26 '09 at 14:35
+1 You are the man VonC. – craftsman Aug 24 '10 at 2:19
feedback

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|improve this answer
feedback

Your Answer

 
or
required, but never shown

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