[Webunitproj-users] Replacement for ExplorerNativeWebClient
Brought to you by:
dgan
From: Brian K. <bt...@ne...> - 2004-07-14 18:17:22
|
Since the Microsoft Java VM is no longer supported, I went ahead and implemented my own NativeWebClient to control Internet Explorer. Instead of going through the ms java runtime, it utilizes generated java code (via njawin) to access IE COM interfaces (mshtml and shdocvw). You just need to place jawin.dll in your system path, and jawin.jar in your classpath. All the unit tests pass and it seems to run a little faster. Would you all be interested in replacing ExplorerNativeWebClient with this version? Also here is a link to njawin if you're interested... http://www.simtel.net/product.php?url_fb_product_page=3D60701 Thanks, Brian |