-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Javascript Integration #26
Comments
Thanks for the reply. |
I now have the same problem,can you tell me how to solve it?I want to Javascript -> Java calling. |
J2V8 is a great project for interfacing the V8 javascript engine with Java. https://github.com/eclipsesource/J2V8 My dream is that it and JavaCEF will get combined somehow someday. |
me too, I want to Javascript -> Java calling. |
Is there support for java x javascript integration, like org.eclipse.swt.browser.Browser provides through evaluate and execute methods ?
Do you have any idea about how to implement the integration?
The text was updated successfully, but these errors were encountered: