Building a simple JXME application

Hi,

I have created a simple JXME application. I am using netbeans 5.5 beta and I get following error:

Error preverifying class net.jxta.j2me.tools.Jad

java/lang/NoClassDefFoundError: org/apache/tools/ant/Task

ant.jat is in the classpath, but still I'm not sure where this error is coming from. any help will be much appreciated.

Thanks,

S.

[383 byte] By [sasanplusa] at [2007-10-3 3:46:33]
# 1
Make sure you have included all your classes and resources in to the .jar file. Go to <MIDlets> -> jar contents.
sanjay_j2mea at 2007-7-14 21:43:18 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2

Hi there

I'm having the same problem. I'm using Netbeans 5.0 with the mobility pack. My version of JDK is 1.5.0_02.

I include the jxme-cdc.jar file to the project but when I try to run the application I get:

Error preverifying class net.jxta.id.ID

java/lang/NoClassDefFoundError: java/io/Serializable

Have you figured out how to resolve this?

The_Anta at 2007-7-14 21:43:18 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3
java/io/Serializablethis class is not part of j2me
sailesh_dita at 2007-7-14 21:43:18 > top of Java-index,Java Mobility Forums,Java ME Technologies...