jamesh
jamesh

Reputation: 20091

Deploying a JavaFX application onto a J2ME handset

I've generated a barely minimal JavaFX (1.2) app, using Netbeans 6.7.1.

Now I have come to put the app on a) an emulator b) a device.

I can't seem to find anywhere in the tooling which will help me do either.

Upvotes: 1

Views: 890

Answers (1)

Honza
Honza

Reputation: 4409

JavaFX Mobile apps do not run on stock J2ME devices. You need a device with JavaFX support. Right now the only option is to install the Developer Stack (download here) on a Windows Mobile device (only supported right now is HTC Diamond).

Upvotes: 2

Related Questions