Reputation: 13259
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
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
Reputation: 1865
This looks like it might be made to do what you want:
It's open source, so you can take it, tweak it, and make it run where you want.
Upvotes: 0
Reputation: 779
Have a look at the phoneME project. It's not officially supported but it does run under Linux.
Upvotes: 4