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

[389 byte] By [olrac_clowna] at [2007-10-3 3:07:34]
# 1
You have to declare a libs.j2me_ant_ext.classpath property in your build file and set it to where you have the specified extension jar.Mihai
Printisora at 2007-7-14 20:57:57 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
thanxs but how is that?how to declare libs.j2me_ant_ext.classpath
olrac_clowna at 2007-7-14 20:57:57 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3
It seems to me that you need to learn a little on how to declare a property when using Ant.Mihai
Printisora at 2007-7-14 20:57:57 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 4
i'm a newbie i think your right......thanxs 4 your time MR.
olrac_clowna at 2007-7-14 20:57:58 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 5
No problem. If you are new to all this, it will be much easier if you take things from the beginning rather than from the midle.Mihai
Printisora at 2007-7-14 20:57:58 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 6
Hi, try reinstall Mobility pack.I must do it twice, then it works ok. I don't know why twice :-)I hope you'll be successful
Woccka at 2007-7-14 20:57:58 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 7

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 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 8
hi has anyone managed to fix this issue? all of a sudden i am getting this error and i am unable to compile any of my work!
jonney69a at 2007-7-14 20:57:58 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 9

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.

mouseKittya at 2007-7-14 20:57:58 > top of Java-index,Java Mobility Forums,Java ME Technologies...