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.