AndroGeek
AndroGeek

Reputation: 1300

Create library in j2me

I am a beginner in j2me.I want to create a library(jar) in j2me. Could anyone guide me regarding the same.

Upvotes: 0

Views: 707

Answers (1)

Mr. Sajid Shaikh
Mr. Sajid Shaikh

Reputation: 7251

Just simple steps you have to follow.

  1. Create New Project Without any midlet.
  2. Create your classes which you want in library.
  3. Compile all classes.
  4. Right click on Project & Select Properties.
  5. Click on creating Jar & Give name for Jar & Jad
  6. Now Clean & Build Your Project.
  7. Your Library ready to use in jar file.

Upvotes: 3

Related Questions