This is just a simple hello world Java ME application.
To build the midlet via maven, run:
$ cd ~/projects/hello-me
$ mvn clean package
This default build uses Microemulator API implementation to simplify the build process, but it's only MIDP-2.0 implementation.
Just use exec:java
goal after you've successfully built the project:
$ mvn exec:java
Project structure, maven build configuration and other Java plumbing related details (including build instructions in this README file) are based on code of topt-me project.
Tutorials used:
Distributed under the terms of the Apache License 2.0.