Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 948 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 948 Bytes

Hello for Java ME

This is just a simple hello world Java ME application.

Development

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.

How to run it in the Microemulator

Just use exec:java goal after you've successfully built the project:

$ mvn exec:java

Acknowledgement

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:

License

Distributed under the terms of the Apache License 2.0.