Skip to content
/ hello-me Public

Simple hello world Java ME application (aka midlet).

License

Notifications You must be signed in to change notification settings

marbu/hello-me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Simple hello world Java ME application (aka midlet).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages