File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Java Micro Edition and the fly likes Adding libraries to J2MEWTK Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Mobile » Java Micro Edition
Reply Bookmark "Adding libraries to J2MEWTK" Watch "Adding libraries to J2MEWTK" New topic
Author

Adding libraries to J2MEWTK

Mark Owen
Greenhorn

Joined: May 22, 2001
Posts: 11
I want to add the nanoxml libraries to J2MEWTK in order to have XML processing, how can I do that???
Do I have to include the nanoxml source code within my MIDlet???
Bharani Ranganath
Greenhorn

Joined: Dec 28, 2001
Posts: 1
Please help me using nanoxml with j2mewtk
Bharani
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 11862
As far as I know there is no way around having to package all the classes (outside the standard ones) that you use in your midlet. However, it is pretty easy with the J2MEWTK - you don't have to include the source, just the class files.
Bill
------------------
author of:


Java Resources at www.wbrogden.com
 
IntelliJ Java IDE
 
subject: Adding libraries to J2MEWTK
 
Threads others viewed
Parser WML/Midlet
BufferedReader in J2ME
Adding external libraries on J2MEWTK
MIDP Performance Test
Eclipse import problem..mystery (code included)
MyEclipse, The Clear Choice