Dear Peers,

I am having problems with a .jar file which is placed in
my tomcat's common/lib directory.  I cannot seem to find
any resources about this, so you know some links please
send them to me.


Situation:
OS       Solaris 8
J2SE     1.3.1_03
Tomcat   4


I place four jar files into common/lib, three of which it
finds just fine.  The fourth (the biggest, about 8.5 megs)
it doesn't seem to load.  I can use some of the classes
from the smaller three jars, but when they call a class
in the larger jar I get NoClassDefFound errors.  It is like
it is not loading the last jar I put in there.

Has anyone seen this before, or better yet figured it out?

As a side note, it seems to switch gears and have trouble finding
another class instead from the same jar if I unjar the problematic
guy into the classes directory. (located at same level as common
in common/lib).  That really threw me off.  Why won't it load
that jar file?


RECAP:
1. Add jars a, b, c and d to common/lib.
2. Start site
3. NoClassDefFound for class A, which IS in jar d.  I'm sure, I checked.
4. Unpack jar d into classes directory.
5. NoClassDefFound for Class B instead now, seems to find Class A.
6. Class B IS in classes directory, under package structure.

Thanks!

-Jason

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to