In my company, I am implementing a java based html browser. I found a lot of tools to generate complete browsers only in Swing which are looking like Mozilla. But I was not able to find a browser which supports JavaScript. The browser I will implement should execute JavaScript inside the HTML sides.
Do you know of a tool that supports this? Or do you know of a parser which pairs the javascript to something I can use inside the html browser?
I know that the eclipse plugins can handle javascript, but I can not use AWT in my project.
Thanks for your help.