Discussion:
More on using JCE in applet
(too old to reply)
p***@gmail.com
2013-03-18 17:49:33 UTC
Permalink
Hi,

I have a similar requirement. Can you please share how to load JCE files dynamically on client machine and call them from applet.

Thanks!

Regards,
Pankaj
Roedy Green
2013-03-21 03:27:50 UTC
Permalink
Post by p***@gmail.com
I have a similar requirement. Can you please share how to load JCE files dynamically on client machine and call them from applet.
JCE comes bundled with the JRE. There is nothing special to do. Treat
it like you would Swing classes.
--
Roedy Green Canadian Mind Products http://mindprod.com
Every method you use to prevent or find bugs leaves a residue of subtler
bugs against which those methods are ineffectual.
~ Bruce Beizer Pesticide Paradox
Loading...