I have imported net_rim_api.jar into my project. I also want to use non-j2me classes like StringTokenizer and PrintWriter from the standard rt.jar, but when I run the application it gives the error
"java/io/UTFDataFormatException" Duplicate class definition error.
How can i solve this problem?