JExplorer 2.x with Java Applets Support
Join the DZone community and get the full member experience.
Join For FreeJExplorer, a Java library for integrating Microsoft Internet Explorer into Java, supports Java applets now
After a small EAP period, TeamDev is happy to announce the commercial release of JExplorer 2.x.
JExplorer is our library that provides a convenient Java API for integrating Microsoft Internet Explorer into Java applications.
The most of changes in JExplorer 2.x were directed to improve its stability and to add Java Applets support. The changes in the core of JExplorer allowed us to isolate all potentially unsafe native code from the main Java application via moving each WebBrowser instance to a separate native process. With this major release we also introduce new features, such as Java Applets support, improved memory management, individual proxy settings for each WebBrowser instance. For the full list of new features and improvements, please read the What's New page.
You can see JExplorer 2.x in action in our WebStart Demo. Download the latest version and evaluate it during 30 days.
For any help or feedback related to the use of JExplorer 2.x, please use the support forum or e-mail us directly.
Opinions expressed by DZone contributors are their own.
Comments