[Please forgive if this is reposted, my first post was over three hours ago.] I bring in a Bean class that imports an oracle class that's not on my tomcat server, so I get a: 'Class oracle.sqlj.runtime.Oracle not found in import.' error OK - so I bring in the appropriate jar file and put it in $TOMCAT_HOME/lib and restart tomcat. I look at messages and tomcat has reported the classpath as including the newly added jar files. But when I rerun the Bean class, I'm still getting the same 'not found in import' error. If tomcat knows the jar file is there, how can it not be finding the imported class file? What am I missing here? Thanks - John
