问题
I am a beginner in j2me.I want to create a library(jar) in j2me. Could anyone guide me regarding the same.
回答1:
Just simple steps you have to follow.
- Create New Project Without any midlet.
- Create your classes which you want in library.
- Compile all classes.
- Right click on Project & Select Properties.
- Click on creating Jar & Give name for Jar & Jad
- Now Clean & Build Your Project.
- Your Library ready to use in jar file.
来源:https://stackoverflow.com/questions/9495340/create-library-in-j2me