Error

when i try to include blackberry library into project i see that happen nothing happen and error like pic
where i try this:-
preverify it by

preverify.exe -classpath [JDE_PATH]\lib\net_rim_api.jar myjarfile.jar 
and try this preverify.exe -classpath [JDE_PATH]\lib\net_rim_api.jar; myjarfile.jar
myjarfile.jar in bin folder

after that i but it into my project in lib source folder as pic and check order and export checkbox true
- i have ksoap2-j2me-core-prev-2.1.2.jar already preverify but the only difference that "myjarfile" is blackberry library and the "ksoap" is j2me please help

any new answers???

link|improve this question

29% accept rate
feedback

2 Answers

Kindly change the compiler compliance level to 1.4 in project properties ( in java compiler ).

link|improve this answer
already in this level – Henawey Feb 4 at 10:52
any answers ??? – Henawey Feb 6 at 9:21
Change the blackberry jre to 5.0 , clean and build.. – sivakg2000 Feb 6 at 12:01
u can tell me how to create blackberry library and how to include it in another project ??? please step by step – Henawey Feb 7 at 14:32
feedback

If you can get the source for this library, you can follow the details I have in another answer:

You might find something useful on that page.

I'm sorry I haven't included any real answer in this post, because I don't know exactly what you want, and the details on that other link are very long.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.