You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Commons-ME

commons-me - Provides JaveME helpers, and implementations of JavaSE functionality that JavaME lacks but programmers want

Getting It

The commons-me project is in the commons Sanbox:
[https://svn.apache.org/repos/asf/commons/sandbox/me/trunk]

Using It

Testing It

You will need to have installed a copy of the [http://java.sun.com/products/sjwtoolkit/download.html Sun WTK] to build or test the library

To unit test the library, we load up a standard JavaSE runtime, but with the JavaME classpath from the WTK at the start of the classpath. This allows us to use reflection etc in our tests, as required by junit, but running the core code against JaveME

All code under /src/ should be for JavaME. All code under /test-src/ can be JavaME or JavaSE

Proposal

See [https://svn.apache.org/repos/asf/commons/sandbox/me/trunk/PROPOSAL.html]

FAQ

Add questions and answers here

  • No labels