Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 108972

Summary: Support J2ME developpement
Product: [Eclipse Project] JDT Reporter: Michel Rondeau <michel.rondeau>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: CLOSED WONTFIX QA Contact:
Severity: enhancement    
Priority: P3 CC: akurtakov
Version: 3.2   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Michel Rondeau CLA 2005-09-07 14:27:53 EDT
It would be great to be able to flag a project as target for Java Micro-Edition.
Better, is to be able to compile a project both to Standard-Edition and
Micro-Edition (flaging user-interface classes for either Micro-Edition or
Standard-Edition). 

There is actually no easy way to produce applications target to phone and PDA.
For example to migrate an hybrid Java Application/Applet to Palm I had to gather
tools and documents from many sites at Sun, IBM and Palm. The tools are
command-line driven and don't provide any easy way to debug.

Micro-Edition support would mean :
- validate syntax and class usage to the allowed subset
- provide a test bed / debug environment (simulating a PDA or a cell phone)
- generate META-INF/MANIFEST-MIDlet.MF
- generate jar and jad files

Optionnally support to platform specific compilation tools would help smooth
development even more. For example jar2prc for Palm devices to generate Palm
ready applications.

We should be able to generate to different profiles to target multiple familly
of devices.
Comment 1 Alexander Kurtakov CLA 2022-02-11 14:36:22 EST
J2ME is long dead now.