In my company, I am implementing a java browser based on java. I found many tools to create full Swing-only browsers that look like Mozilla. But I could not find a browser that supports JavaScript. The browser that I am implementing must execute JavaScript inside the sides of the HTML.
Do you know a tool that supports this? Or do you know a parser that connects javascript with what I can use inside an html browser?
I know that eclipse plugins can handle javascript, but I cannot use AWT in my project.
Thank you for your help.
source share