I have different projects in Eclipse (java me midlets) which all need to share code. Currently I duplicate things, but this is not ideal.
What is the best way to do this?
Th
You can create a Java Project which will contain the shared code and have other projects reference it. When deploying you can pack this project as a separate jar file.