Hello, first of all, sorry for my poor english.

I have installed EclipseME (the last version) on Eclipse 3.2, and I've
configured it correctly, putting the corrects Device Manager's of J2ME
WTK 2.2 and selecting DefaultColorPhone.

I wrote a Midlet in order to test the plugin, and the editor works
fine, but when i tried to compile, i observed that appears errors in
Eclipse Log, and it didn't create the .class files in the verified/
subdirectory.


The errors that appears are the following:

1)
Problems occurred when invoking code from plug-in: "org.eclipse.core.resources".
java.lang.UnsatisfiedLinkError: init
at javax.microedition.lcdui.DeviceCaps.init(Native Method)
at javax.microedition.lcdui.DeviceCaps.<init>(Display.java:3082)
at javax.microedition.lcdui.Display.<clinit>(Display.java:491)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:219)
at 
eclipseme.preverifier.internal.PreverificationClassNode.getTypeClass(PreverificationClassNode.java:277)
at 
eclipseme.preverifier.internal.PreverificationClassNode.validateType(PreverificationClassNode.java:348)
at 
eclipseme.preverifier.internal.PreverificationClassNode.visitField(PreverificationClassNode.java:125)
at org.objectweb.asm.ClassReader.accept(Unknown Source)
at org.objectweb.asm.ClassReader.accept(Unknown Source)
....
....

2)
Errors running builder "CLDC Preverifier" on project .museo_midlet_PP.
An exception stack trace is not available.

3)
Problems occurred when invoking code from plug-in: "org.eclipse.core.resources".
java.lang.UnsatisfiedLinkError: init
at javax.microedition.lcdui.DeviceCaps.init(Native Method)
at javax.microedition.lcdui.DeviceCaps.<init>(Display.java:3082)
at javax.microedition.lcdui.Display.<clinit>(Display.java:491)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:219)
at 
eclipseme.preverifier.internal.PreverificationClassNode.getTypeClass(PreverificationClassNode.java:277)
at 
eclipseme.preverifier.internal.PreverificationClassNode.validateType(PreverificationClassNode.java:348)
at 
eclipseme.preverifier.internal.PreverificationClassNode.visitField(PreverificationClassNode.java:125)
at org.objectweb.asm.ClassReader.accept(Unknown Source)
at org.objectweb.asm.ClassReader.accept(Unknown Source)
at eclipseme.preverifier.ClassPreverifier.preverify(ClassPreverifier.java:84)
at eclipseme.preverifier.ClassPreverifier.preverify(ClassPreverifier.java:61)
at 
eclipseme.core.internal.preverifier.EmbeddedPreverifier.preverify(EmbeddedPreverifier.java:287)
at 
eclipseme.core.internal.preverifier.EmbeddedPreverifier.preverify(EmbeddedPreverifier.java:192)
at 
eclipseme.core.model.impl.MidletSuiteProject.preverify(MidletSuiteProject.java:421)
at 
eclipseme.core.internal.builder.ResourceDeltaBuilder.handleClassAddsAndChanges(ResourceDeltaBuilder.java:847)
at 
eclipseme.core.internal.builder.ResourceDeltaBuilder.handleNullDelta(ResourceDeltaBuilder.java:896)
at 
eclipseme.core.internal.builder.ResourceDeltaBuilder.build(ResourceDeltaBuilder.java:332)
at 
eclipseme.core.internal.builder.PreverificationBuilder.preverifyProject(PreverificationBuilder.java:282)
at 
eclipseme.core.internal.builder.PreverificationBuilder.build(PreverificationBuilder.java:125)
at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:603)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at 
org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:167)
...
...

¿Could anyone help me? I rode the Troubleshooting section on the
official web, but nothing explain my problem.

I think that the problem could be a incompatibility or a bad
installation of the plugin into the Eclipse, isn't it?

Thanks.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Eclipseme-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/eclipseme-users

Reply via email to