Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JavaMe deploy [closed]

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?

like image 716
Schildmeijer Avatar asked Jan 26 '09 13:01

Schildmeijer


1 Answers

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 ?

like image 109
VonC Avatar answered Nov 05 '22 12:11

VonC