Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Mar 1997 23:35:57 +0800 (WST)
From:      Adrian Chadd <adrian@obiwan.aceonline.com.au>
To:        emulation@freebsd.org
Subject:   Re : appletviewer support in the FreeBSD java support.
Message-ID:  <Pine.BSF.3.95q.970311233543.15778G-100000@obiwan.aceonline.com.au>

next in thread | raw e-mail | index | archive | help

>>Adrian Chadd wrote:
>> 
>> I'm looking at the java activation code in linux for applets and its
>>using
>> this as its activation:
>> 
>> if (strncmp (bprm->buf, "<!--applet", 10))
>> 
>> know how its run, etc?
>> 
>> (Just finishing off the FreeBSD java support)
>> 
>> Cya.
>> 
>> Adrian.
>
>What makes applets interesting is that they don't necessarily work
>without the HTML page they're in. All Appletviewers are executed by
>'running' the HTML file. You can't actually do "appletviewer foo.class"
>- you have to do "appletviewer.html". (The above looks like a really bad
>kludge)
>
>Which is why running applets is really best left to the appletviewer.

Any other comments on how I should go about "running applets"?
All its doing is running it with the security manager class.

Have fun,

Adrian.





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95q.970311233543.15778G-100000>