I'm using Eclipse SDK and the WTK (Wireless Toolkit) to developer MIDlets. I need add a external .JAR to parse xml. I download the Kxml and add to my project in Eclipse, but i can't compile it in WTK.
Need i to add this .JAR in WTK too? How can i do that?
The wireless toolkit has a directory for your apps aptly called apps, in there is your app, in that directory there is a lib directory. Place the jar in that directory for the Toolkit to see it.