Hitendra
Hitendra

Reputation: 3226

Displaying HTML file in Java ME?

For a newbie to J2ME, I have a basic task: display an HTML file.

How can you do this with J2ME?

Upvotes: 1

Views: 414

Answers (3)

BJB
BJB

Reputation: 31

You could try the HTML component in LWUIT

Upvotes: 0

zengr
zengr

Reputation: 38899

Emulating an HTML form in a J2ME application

But a good way is to try out j2mehtml

Upvotes: 1

Daniel Moura
Daniel Moura

Reputation: 7966

You can't display html file in jme, at least you shouldn't.

html files can be opened in a browser.

Upvotes: 1

Related Questions