问题
For a newbie to J2ME, I have a basic task: display an HTML file.
How can you do this with J2ME?
回答1:
You can't display html file in jme, at least you shouldn't.
html files can be opened in a browser.
回答2:
Emulating an HTML form in a J2ME application
But a good way is to try out j2mehtml
回答3:
You could try the HTML component in LWUIT
来源:https://stackoverflow.com/questions/3481282/displaying-html-file-in-java-me