Re: Why is Applet Slower than Application?
- From: Roedy Green <see_website@xxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 29 Feb 2008 08:09:50 GMT
On Thu, 28 Feb 2008 00:12:13 -0800 (PST), Sanny
<softtanks@xxxxxxxxxxx> wrote, quoted or indirectly quoted someone who
said :
Can I make a Function in C language and Call through an Applet And
then return the resut to the Applet. So the GUI will be applet based
and Processing of Functions will be done in C or C#? Is it feasible to
do such a thing?
In theory yes, but the problem is getting the DLL installed on the
client machine in a place the Applet can find it. The Applet must be
signed. It is MUCH easier to use Java Web Start. I tried to
implement SetClock as an Applet and gave up. It is now does with JWS.
See http://mindprod.com/jgloss/javawebstart.html
http://mindprod.com/jgloss/applet.html
--
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
.
- References:
- Why is Applet Slower than Application?
- From: Sanny
- Re: Why is Applet Slower than Application?
- From: Sanny
- Why is Applet Slower than Application?
- Prev by Date: Re: Generating class and method references
- Next by Date: Re: Is there any free browser for Applet.
- Previous by thread: Re: Why is Applet Slower than Application?
- Next by thread: Re: Why is Applet Slower than Application?
- Index(es):
Relevant Pages
|
|