tRio Web Interface without a Web Browser

Posted by: basf_audio

tRio Web Interface without a Web Browser - 08/10/2003 07:55

I was curious to know how to run the tRio Web interface just from a java command line. I have a really slow tablet that isn't really cutting it. So I thought I'd try a way to run the java part outside of MS Explorer. (It does run in the Web browser - but IE takes up enough memory already...)

Thanks!

_dave
Posted by: pauln

Re: tRio Web Interface without a Web Browser - 09/10/2003 01:34

Dave,

You'd have to run it via an applet viewer (see http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/appletviewer.html ). This comes as part of the java SDK and isn't included in the JRE install.

I think the command you'd use is something like:

appletviewer http://xxxxx:8090/trio-applet.htm

Cheers
Paul
Posted by: basf_audio

Re: tRio Web Interface without a Web Browser - 09/10/2003 22:15

Paul,

That did the trick... I was trying to grab the page and start the appletviewer.exe locally... But with a lot of errors... Hitting it via HTTP worked well... Now on to some testing...

Thanks!
Dave