Hi -
I set up an eclipse project with the sample source, and when I reference the jexplorer-1.9.jar file, the classes in com.jniwrapper.win32.wininet show up as a, b, c, d, e, f, g, h instead of
[InternetCacheEntry|http://teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/wininet/InternetCacheEntry.html|class in com.jniwrapper.win32.wininet]
InternetCacheEntryInfo[InternetFunctions|http://teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/wininet/InternetFunctions.html|class in com.jniwrapper.win32.wininet][InternetFunctions.AccessType|http://teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/wininet/InternetFunctions.AccessType.html|class in com.jniwrapper.win32.wininet][InternetFunctions.Option|http://teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/wininet/InternetFunctions.Option.html|class in com.jniwrapper.win32.wininet][InternetHandle|http://teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/wininet/InternetHandle.html|class in com.jniwrapper.win32.wininet][InternetPerConnOption|http://teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/wininet/InternetPerConnOption.html|class in com.jniwrapper.win32.wininet][InternetPerConnOptionList|http://teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/wininet/InternetPerConnOptionList.html|class in com.jniwrapper.win32.wininet]</font>
As a result, I cannot compile the ClearCacheSample.java file, because the line
import com.jniwrapper.win32.wininet.InternetCacheEntry
gives me an error that the class cannot be resolved.
Any idea what is wrong here?
thanks
After searching around a bit, I found an update to jexplorer1.9 that seems to fix the problem in a link in this message board post:
http://www.feedage.com/feeds/839299/teamdev-support-message-listjexplorer-demosamples
Is this version (jexplorer-1.9.896) officially supported? I notice that the download on the main page (http://teamdev.com/jexplorer/downloads.jsf) still points to a version that is timestamped 10/25/2007.
thanks
Hi,
Obviously all that messages were taken from our support forum: Exception running CaptureIEWindowSample... Need help getting latest versions... So you can simply search for the updates that we usually post on our support forum.
Yes, that jexplorer-1.9.896 is the one of the latest builds of JExplorer which is available on our site for download. Also, you can try the newest one which was created some time ago: ftp://ftp.teamdev.com/updates/jexplorer-1.9.902.zip. All these builds contain the new features and bugfixes that we have made after the last release version. And we are planning to release the new official release of JExplorer in the nearest future.
-Serge
thank you for the response