This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 230689 - MEEP devices should replace MIDP and CDC devices.
Summary: MEEP devices should replace MIDP and CDC devices.
Status: RESOLVED FIXED
Alias: None
Product: javame
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Roman Svitanic
URL:
Keywords: PLAN
Depends on:
Blocks: 232770
  Show dependency tree
 
Reported: 2013-06-03 17:47 UTC by superalexf
Modified: 2013-12-05 14:25 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description superalexf 2013-06-03 17:47:01 UTC
MESDK 8.0 is supposed to be dedicated for MEEP devices only which support CLDC 8.0 (JSR360 )and MEEP (JSR 361). The following changes in comparison with MIDP and IMPNG devices are expected:
1. JDK 1.5 features such as generics, varargs, annotations are supported.
2. The preverifier is not needed anymore and shouldn't be used when the user builds or runs a MEEP-compatible project.
3. The string "MEEP-1.0" MUST be the value of the Microedition-Profile manifest  attribute but the string "IMP-NG" is still acceptable.
4. The string "CLDC-8" MUST be the value of the MicroEdition-Configuration manifest attribute.
Any other devices except MEEP ones should be removed.
Please, see JSR 360/361 for more detail.
Comment 1 superalexf 2013-06-05 16:49:01 UTC
The latest MESDK 8.0 nightly build can be found in http://csgweb.us.oracle.com/java/re/jme-sdk/8.0/nightly/bundles/latest-successful-build
Comment 2 alexander.burdukov 2013-08-14 21:19:44 UTC
Clarification:
> 3. The string "MEEP-1.0" MUST be the value of the Microedition-Profile
> manifest  attribute but the string "IMP-NG" is still acceptable.
Profile string should be: "MEEP-8.0"
> 4. The string "CLDC-8" MUST be the value of the MicroEdition-Configuration
> manifest attribute.
Configuration string should be: "CLDC-1.8"
> Any other devices except MEEP ones should be removed.
Please, ignore this sentence, it relates to ME SDK itself and not so somthing that have to be done on Mobility plugin side
Comment 3 Roman Svitanic 2013-12-05 14:25:56 UTC
NetBeans 8 will support MEEP devices, Java ME 8 support has already been merged into the trunk, so current daily builds contain these modules.