Re: class not found in application designed for 3.x, running on 4.1.18

2003-03-13 Thread Jon Wingfield
Try changing the filename from jsafe.zip to jsafe.jar. The classloader used for the lib directories only picks up jar files, not zip files. HTH, Jon Seeling Thomas wrote: Hallo, I am using a commercial application which now has a servlet interface in its latest version (Tivoli Framework 4.1).

RE: class not found in application designed for 3.x, running on 4.1.18

2003-03-13 Thread Seeling Thomas
Hallo, The installation instructions require copying some additional files jcf.jar, jlog.jar, jsafe.zip to tomcat-home/lib. java.lang.NoClassDefFoundError: COM/rsa/jsafe/JSAFE_SecureRandom Try changing the filename from jsafe.zip to jsafe.jar. this solved my problem in no time. Many thanks!