Loading DLLs in Tomcat

2002-07-11 Thread Stephan Wiesner
I'm trying to load a DLL into a servlet. It works fine if I start the class as a standard Java file with a main-method. The very same class generates an error when used as a servlet though .-( There is no difference whether I use a relative or an absolut path: System.loadLibrary(hwapi.dll);

Re: How to find a file from a class with Tomcat

2001-12-19 Thread Stephan Wiesner
needs. -Ursprüngliche Nachricht- Von: Stephan Wiesner [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 19. Dezember 2001 15:36 An: Tomcat Users List Betreff: How to find a file from a class with Tomcat I have a Servlet S.java which uses a class C.java (not a servlet itself