Marek Lewczuk wrote:
I would like to use Java in application based on Firefox. Javascript is able too connect with Java by
LiveConnect however only basic functions are allowed. My question is: how can I use Java from within
trusted XUL/XPCOM/Javascript application and have an access to those restricted Java features like
files reading/writing etc.
JavaScript can use XPCOM interfaces via XPConnect, there are APIs for file access for instance:
<http://www.xulplanet.com/references/xpcomref/>
<http://www.xulplanet.com/references/xpcomref/group_FilesandStreams.html>
so maybe you do not need Java at all.
--
Martin Honnen
http://JavaScript.FAQTs.com/
_______________________________________________
Mozilla-xpcom mailing list
[email protected]
http://mail.mozilla.org/listinfo/mozilla-xpcom
