help! failed to Build
whats wrong with my IDE?
pls help me!
i always end up with this error...
Classpath to J2ME Ant extension library (libs.j2me_ant_ext.classpath property) is not set. For example: location of mobility/modules/org-netbeans-modules-kjava-antext.jar file in the IDE installation directory.
BUILD FAILED (total time: 0 seconds)
thanxs in advance
all of a sudden, I'm getting that error too!
yesterday compiling worked fine...
I am using netbeans 5.5. with the mobility toolkit - so you're really sure I have to reinstall it?can't I somehow set that path manually? I just don't really know what that error means...maybe anyone could tell me where to set the path?
MTiNa at 2007-7-14 20:57:58 >

You can do:
Step1: You choose "Tools" -> Library Manager -> J2ME Ant Extension
Step2: in tab Classpath, you remove "C:\Program Files\netbeans-5.5\mobility7.3\modules\org-netbeans-modules-kjava-antext.jar"
Step3: You add again "C:\Program Files\netbeans-5.5\mobility7.3\modules\org-netbeans-modules-kjava-antext.jar"
Step4: Then you build your application again.
It'll build normally.
I tried.