Skip to content Skip to sidebar Skip to footer

Using Google Channel Api On The Client Side By Embedding Javascript In Java Using Rhino Or Standard Inbuilt Javascript Support?

I am just experimenting about and I want to know whether it will be possible (and if possible how should I go about it?) to create a desktop client which will use javascript embedd

Solution 1:

It's probably possible, but only with a great deal of difficulty. The javascript library expects to be run in a browser, so it expects things like the DOM to be available; you may have to provide some or all of this in order to get it to run.


Post a Comment for "Using Google Channel Api On The Client Side By Embedding Javascript In Java Using Rhino Or Standard Inbuilt Javascript Support?"