S
sdolbec
Hello, I'm trying to use the emulator of the i860 with Netbeans 4.0.
First I did an Hello world application like is suggested in the help
"J2ME MIDP Development for NetBeans IDE 4.0
Quick Start Guide"
http://www.netbeans.org/kb/articles/quickstart-mobility-40.html
When I'm using one of the emulators in the default platform "J2ME
Wireless Toolkit 2.2" the hello application is working fine. I added
the motorola I860 emulator but when I'm trying to build the
application, this error occur:
preverify:
Preverifying 4 file(s) into
D:\projectNetbean\boy\Myhello\build\Motorola\preverified directory.
Run preverify failed!
D:\projectNetbean\boy\Myhello\nbproject\build-impl.xml:209:
Preverification failed with error code 1.
BUILD FAILED (total time: 0 seconds)
I have a link to the build-impl.xml file this is the line that seems to
cause some problems according to the compiler:
<nb-preverify commandline="${platform.preverifycommandline}"
platformtype="${platform.type}" platformhome="${platform.home}"
configuration="${platform.configuration}"
classpath="${evaluated.platform.bootclasspath}"
destdir="${preverify.classes.dir}" srcdir="${obfuscated.classes.dir}"/>
Do you have any ideas what can it be?
Thank you!
First I did an Hello world application like is suggested in the help
"J2ME MIDP Development for NetBeans IDE 4.0
Quick Start Guide"
http://www.netbeans.org/kb/articles/quickstart-mobility-40.html
When I'm using one of the emulators in the default platform "J2ME
Wireless Toolkit 2.2" the hello application is working fine. I added
the motorola I860 emulator but when I'm trying to build the
application, this error occur:
preverify:
Preverifying 4 file(s) into
D:\projectNetbean\boy\Myhello\build\Motorola\preverified directory.
Run preverify failed!
D:\projectNetbean\boy\Myhello\nbproject\build-impl.xml:209:
Preverification failed with error code 1.
BUILD FAILED (total time: 0 seconds)
I have a link to the build-impl.xml file this is the line that seems to
cause some problems according to the compiler:
<nb-preverify commandline="${platform.preverifycommandline}"
platformtype="${platform.type}" platformhome="${platform.home}"
configuration="${platform.configuration}"
classpath="${evaluated.platform.bootclasspath}"
destdir="${preverify.classes.dir}" srcdir="${obfuscated.classes.dir}"/>
Do you have any ideas what can it be?
Thank you!