Pier Fumagalli wrote:

> Roberto Gori at [EMAIL PROTECTED] wrote:
> >
> > [...]
> > and when I run it as application it works without errors.
> >
> > I included the vrmlexporter  in a Tomcat servlet as in the code below:
> >
> > [...]
> >
> > I run in the following error:
> >
> > java.lang.UnsatisfiedLinkError: VTKInit
> >       at vtk.vtkDataSetReader.VTKInit(Native Method)
> >       [...]
> >
> > Could you please advice?
>
> Yeah... Tomcat is not seeing your VTK dlls... Put them in your "lib"
> directory under the Tomcat installation root... Or make sure they're in
> \WindoSH\System (or in the path)
>
>     Pier
>

Thanks Pier,

the dll's are in the subdirectory System of Windows.
I think that the statement:
static { System.loadLibrary("vtkJava"); }
causes no errors because libraries are found but I can't instantiate any object
(es. new vtkDataSetReader()).
Very strange, isn't it?

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to