Java jre1_5_0.uciForum: User Feedback Topic: Java jre1_5_0.uci started by: b1ackmai1er Posted by b1ackmai1er on Aug. 28 2007,21:17
If I install this, will java applets run in the Dillo as well as Firefox?Thanks b1m1 Posted by florian on Aug. 28 2007,22:27
Nope, i don't think Dillo can run java applets.And by the way, in addition to just running applets, with the extension you can also run java desktop apps. the java exectuable is located in /opt/jre1_5_0/bin Posted by curaga on Aug. 29 2007,15:20
It will also work with Opera. And no, Dillo doesn't hava java(script) support..
Posted by b1ackmai1er on Aug. 29 2007,17:08
So, how would I run this applet?<applet code="SVbarchartApplet.class" archive="SVbarchart.jar" width="500" height="420" mayscript> </applet> Can I pass those parameters to the applet on the command line? Thanks Phil Posted by ^thehatsrule^ on Aug. 31 2007,04:04
You could save those files onto your system, and run some `java` command on them...i.e. somewebsitesearch: < http://www.mh-aerotools.de/airfoils/jp_applet_or_application.htm > Posted by b1ackmai1er on Sep. 04 2007,15:42
Hmmm, that might be what I am looking for.Thanks, will try that method of passing parameters. Cheers Phil |