📄 readme.txt
字号:
J2ME MIDlet Stationary Setup Notes
----------------------------------
Date: March 20, 2002
Dear Codewarrior User,
This stationery project is setup to enable you to develop a J2ME MIDlet.
Project Settings Info:
---------------------
1) The output type for both Release and Debug targets are set to a jar file. Preverification
is also turned on by default. Some CLDC VMs do not support debugging a jar file or debugging
with preverification turned on. In this case, set the output type to a class folder and/or
disable the preverify option in the 'Java Output' panel.
2) Some older versions of Sun's preverify tool prevents jar files without a manifest from
getting preverified properly. Ensure that 'Generate Manifest' is always turned on in
the 'Java Output' panel for jar output.
3) If the name of the MIDlet class to run/debug has changed, make sure that the 'Main Class'
field in the Java Target panel is updated with the new class name. Also update the MIDlet
information in the Java Manifest-JAD panel so the manifest and jad file contain the
correct information.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -