I didn't notice what OS your web server is running on, but I have found that , if you are using Linux and a Debian variant like Ubuntu, you can put the asjava.jar in the ext directory just underneath the jre/lib directory.
In my case: /usr/lib/jvm/java-6-sun-1.6.0.03/jre/lib/ext/asjava.jar The advantage is that it loads when the server starts up. So no classpath issue. In fact, I put all my in-house java libraries in there as well. Probably not the best practice, but it works. Charles Shaffer Senior Analyst NTN-Bower Corporation _______________________________________________ U2-Users mailing list [email protected] http://listserver.u2ug.org/mailman/listinfo/u2-users
