OESF Portables Forum

Everything Else => Zaurus - Everything Development => Distros, Development, and Model Specific Forums => Archived Forums => Personal Java/Jeode/J2ME Personal Profile => Topic started by: RageD on May 15, 2005, 10:19:23 pm

Title: Can't Get Java Working...
Post by: RageD on May 15, 2005, 10:19:23 pm
I can't view any applets or anything...  I do have Jeode installed...  I go intobterminal & type evm -appletviewer, & no go...

-Thanks

-RageD
Title: Can't Get Java Working...
Post by: Omicron on May 16, 2005, 12:17:27 am
Quote
I can't view any applets or anything...  I do have Jeode installed...  I go intobterminal & type evm -appletviewer, & no go...

-Thanks

-RageD
[div align=\"right\"][a href=\"index.php?act=findpost&pid=79969\"][{POST_SNAPBACK}][/a][/div]

Need more info.... Which Zaurus ?
Title: Can't Get Java Working...
Post by: AsLan^ on May 21, 2005, 12:39:02 am
Quote
I can't view any applets or anything...  I do have Jeode installed...  I go intobterminal & type evm -appletviewer, & no go...

-Thanks

-RageD
[div align=\"right\"][a href=\"index.php?act=findpost&pid=79969\"][{POST_SNAPBACK}][/a][/div]

You need to put the full path to the html file which has your applet. Even if you are in the same directory and "./" doesnt seem to work.

e.g.

evm -appletviewer /home/zaurus/java/myapplet.html

if I dont put the full path I get an I/O Excetion error URL connection with hostname not supported. Only localhost is supported. This goes away when I put the full path.