Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to set class path

843851Apr 21 2009 — edited Apr 21 2009
Hi......,,,,,,

Good Afternoon

I had downloaded j2me sdk 3.0, cldc 1.1 and midp 2.0
can any one help me how to set the class path for cldc and midp
i'm getting errors while compiling my program like java.lang.classNotFoundException.

Thanks in Advance,

Comments

PhHein
Note: This thread was originally posted in the [CLDC and MIDP|http://forums.sun.com/forum.jspa?forumID=76] forum, but moved to this forum for closer topic alignment.
843851
You don't need to setup classpath for cldc/midp project if it doesn't contain custom libraries.In case that your application uses custom API you need to add API jar into project. Open project properties, select "libraries & resources" in the tree on the left side and add zip/jar from disc. It will be added on classpath and you can choose if the library would be bundled with project or wouldn't.
1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on May 19 2009
Added on Apr 21 2009
2 comments
97 views