Classpath
Just to continue my conceited Java blogging.
The thing I didn’t get with classpath is that you need to name the JAR file.
WRONG
export CLASSPATH=/u01/app/jboss-4.0.1sp1/client/
RIGHT
export CLASSPATH=/u01/app/jboss-4.0.1sp1/client/activation.jar
I even wrote a Web app to compare CRAP ant -verbose classpath output between Linux and Win32.
I hate JAVA. It is so difficult for me to track which JAR file say example javax.servlet.ServletException comes from.