Build changes:
* ant build.xml produces 4 output jars: all-in-one jar, a "core" jar that should work under J2ME, an "extras" jar with classes that require J2SE, and the last jar provides the debug support for J2ME. * Change the Eclipse .classpath to include WTK jars. Requires WTK_HOME classpath variable be set in Eclipse workspace.
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
<classpathentry kind="src" path="src/test/res"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3.8.1"/>
|
||||
<classpathentry combineaccessrules="false" kind="src" path="/wtk22"/>
|
||||
<classpathentry kind="var" path="WTK_HOME/lib/cldcapi10.jar"/>
|
||||
<classpathentry kind="var" path="WTK_HOME/lib/midpapi20.jar"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
||||
|
||||
Reference in New Issue
Block a user