Re: When using Tomcat, got "80004002: No such interface supported".

Roger I Martin PhD <[email protected]> Tue, 16 Aug 2005 15:05:18 -0400
Newsgroups gmane.comp.windows.devel.jawin
Message-ID <[email protected]>
This may be more about telling Java(while using the launch scripts of
tomcat) where to find the jawin dll.  May need to set the
java.*library*.*path system property.  You can set it with the
CATALINA_OPTS env var to include

-D*java.*library*.*path=\path-to-jawin-dll\

*Herman Lee wrote:

>Everthing is fine when I tried jawin in a small java console program.
>
>When I used the same codes in a java bean, which is activated by a jsp
>page, I got the following error:
>
>"80004002: No such interface supported"
>
>Using Jawin 2.0-alpha1 and Apache Tomcat 5.0.
>
>Any help would be appreciated!
>
>
>