G
Guillaume CABANAC
Hi folks,
Is liveconnect still available in Firefox as it is in NS Navigator ?
I would like to call Java code from JavaScript in Firefox... Do you
think it is possible with liveconnect ? Does a better strategy exists ?
I tried to call Java from Javascript like this :
var myBook = new Packages.Book() ;
But it doesn't work ("Packages.Book is not a constructor" in the JS
console, although it is !). I thought I should tell Firefox where my jar
is... And finally put my jar file into the jre/lib... Put it doesn't work
anyway.
Could somebody help me ? Have you ever tried to use YOUR Java code
through liveconnect ? Is there any security restriction ???
Thanks a lot,
Guillaume, from France
Is liveconnect still available in Firefox as it is in NS Navigator ?
I would like to call Java code from JavaScript in Firefox... Do you
think it is possible with liveconnect ? Does a better strategy exists ?
I tried to call Java from Javascript like this :
var myBook = new Packages.Book() ;
But it doesn't work ("Packages.Book is not a constructor" in the JS
console, although it is !). I thought I should tell Firefox where my jar
is... And finally put my jar file into the jre/lib... Put it doesn't work
anyway.
Could somebody help me ? Have you ever tried to use YOUR Java code
through liveconnect ? Is there any security restriction ???
Thanks a lot,
Guillaume, from France