of situations are the path to problems.
Bill
-Original Message-
From: André Warnier [mailto:a...@ice-sa.com]
Sent: July 12, 2011 2:27 PM
To: Tomcat Users List
Subject: Re: JNA class path with tomcat
Bill Miller wrote:
The problem is undoubtedly your .dll or .so is not in the correct directory
(or .so Hell)... assuming paths that may
not be correct in
100% of situations are the path to problems.
Bill
-Original Message-
From: André Warnier [mailto:a...@ice-sa.com]
Sent: July 12, 2011 2:27 PM
To: Tomcat Users List
Subject: Re: JNA class path with tomcat
Bill Miller wrote:
>
Bill Miller wrote:
The problem is undoubtedly your .dll or .so is not in the correct directory.
That's probably true.
Normally you need to
place those files in /tomcat but that assumes that /tomcat is your current
directory when you
startup. Essentially you need to ensure that you are starti
The problem is undoubtedly your .dll or .so is not in the correct directory.
Normally you need to
place those files in /tomcat but that assumes that /tomcat is your current
directory when you
startup. Essentially you need to ensure that you are starting tomcat from the
base directory that
also c
On 09/07/2011 00:40, charithsoori wrote:
> Hi,
> I am trying to run a web application which is which using JNA . My
> application work fins as standalone and when it configured as a web app
> tomcat it giving error "
>
> java.lang.NoClassDefFoundError:
> com/stibocatalog/hunspell/HunspellLibrary