Hi
I was wondering if google chrome supports activex plugins, and if yes, if anyone experiences writting one in java and then using ActiveX Bridge to make the dll.
thank you
This is a discussion on writting plugins in java->activex within the Chrome Tech section, part of the Chrome Chat category: Hi I was wondering if google chrome supports activex plugins, and if yes, if anyone experiences writting one in java ...
Hi
I was wondering if google chrome supports activex plugins, and if yes, if anyone experiences writting one in java and then using ActiveX Bridge to make the dll.
thank you
Chrome does not support activex as fare as I know, but as not even IE8 supports, by default, activex, this would not be recommended to continue to use, I think most has realised that activex simple has to bad security...
alright, thanks. are ther any other alternative solutions for writting the plugins/extensions in java ?
thank you
Not unless you can compile Java to a DLL.. (last I checked, the GNU Java native compiler project wasn't very far, anyway).
But really, JavaScript is rather similar, it wouldn't take much to learn.
~ Projects ~
Specialized: Carapass Auction Watcher, Kongregate Chat
Libraries: bliplib
Tools: manifest syntax highlighting & snippits
~ Happy to make extensions for pay too ;D ~
Portfolio: Search and Share
I believe you can easily embed a Java applet in an extension, just develop your applet, prepare a HTML page with the applet embedded and open the page from your extension.
~ Projects ~
Specialized: Carapass Auction Watcher, Kongregate Chat
Libraries: bliplib
Tools: manifest syntax highlighting & snippits
~ Happy to make extensions for pay too ;D ~
Portfolio: Search and Share