Saravanan
Saravanan

Reputation: 11592

where i put the third party jar files in sun java wireless toolkit 2.5.2 in J2me?

I want to put the third party jar file in my j2me application.but i dont know where i put the third party jar files in sun java wireless toolkit 2.5.2.

Upvotes: 1

Views: 1055

Answers (1)

frayser
frayser

Reputation: 1772

Upon creating a new project, the console messages tell where to put libraries(3rd party jar). This is the lib directory of the project:

Creating project "Test"
Place Java source files in "/export/home/frayser/j2mewtk/2.5.2/apps/Test/src"
Place application resource files in "/export/home/frayser/j2mewtk/2.5.2/apps/Test/res"
Place application library files in "/export/home/frayser/j2mewtk/2.5.2/apps/Test/lib"

From FAQ: I created a new project. Now what do I do?

Upvotes: 3

Related Questions