This Question is Answered

1 "correct" answer available (4 pts) 1 "helpful" answer available (2 pts)
3 Replies Last post: Aug 20, 2008 3:57 AM by mark111  
mark111   9 posts since
Apr 19, 2008
Currently Being Moderated

Aug 18, 2008 10:13 PM

jexplorer-1.9.jar file - com.jniwrapper.win32.wininet class names cannot be resolved

 

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

 

 

Serge Piletsky TeamDev Ltd. 670 posts since
Apr 24, 2006
Currently Being Moderated
2. Aug 19, 2008 3:53 PM in response to: mark111
Re: jexplorer-1.9.jar file - com.jniwrapper.win32.wininet class names cannot be resolved

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

More Like This

  • Retrieving data ...