Still struggling ... jar issue

#1 Our notes.ini has been updated accordingly.JavaUserClasses=/notes03data/nshra008/domino/servlet/fbsrv16.jar;/notes03data/nshra008/notes.jar;/notes03data/nshra008/domino/java/pdflib.jar

Still under 255 characters. pdflib.jar is the addition.

#2 Server rebooted.

#3 But in the log still …

04/26/2005 09:07:22 HTTP JVM: java.lang.NoClassDefFoundError: com/pdflib/pdflib

Hence my app won’t run.

What shall we check next?

TIA,

Collin

Subject: Still struggling … jar issue

Have you tried copying the jar file into the JVM’s “ext” directory instead of using the JavaUserClasses environment variable? On AIX, I would assume that the directory would be something like:“/jvm/lib/ext”

As with the environment variable changes, you’ll need to restart the server for the change to take effect.

dgg

Subject: RE: Still struggling … jar issue

I’ve since found that even though Domino compiles correctly with the libs installed locally as they should, it STILL requries the libs to be in the correct relative location on the server. (Compiling in Java is definitely not like compiling in C.)

Thanks,

Collin