gotch4
gotch4

Reputation: 13259

J2me implementation for linux or other

I'm searching for information on how to create a j2me implementation. My target is a generic linux host... does it exist already? I mean a way to run j2me applications on linux without an emulator? Do you know where to find info?

Upvotes: 3

Views: 1271

Answers (3)

Exile
Exile

Reputation: 9603

why do you want to do this?

the only reason I ask is j2me applications are designed for mobile devices. This means that you wont be able to run j2me applications on a standard computer without an emulator of somekind?!?

when making j2me apps in linux, the netbeans emulator has had everything I've ever needed

Upvotes: 0

David N. Welton
David N. Welton

Reputation: 1865

This looks like it might be made to do what you want:

http://www.microemu.org/

It's open source, so you can take it, tweak it, and make it run where you want.

Upvotes: 0

Chris Harcourt
Chris Harcourt

Reputation: 779

Have a look at the phoneME project. It's not officially supported but it does run under Linux.

Upvotes: 4

Related Questions