tags:

views:

45

answers:

3

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

How can you do this with J2ME?

+1  A: 

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

html files can be opened in a browser.

Daniel Moura
+1  A: 

Emulating an HTML form in a J2ME application

But a good way is to try out j2mehtml

zengr
A: 

You could try the HTML component in LWUIT

BJB