2

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???

Henawey
  • 389
  • 1
  • 5
  • 17

2 Answers2

0

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.

Community
  • 1
  • 1
Richard Le Mesurier
  • 27,993
  • 19
  • 127
  • 242
0

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

Siva Karuppiah
  • 728
  • 6
  • 13