Hi, >This may sound silly, but why? It was working just fine with a 1.3 jre, >I believe, and it does have its own tools.jar.
I didn't think the JRE has its own tools.jar. The JDK includes javac, which the JRE doesn't. javac is required (unless you're using Jikes or some other setup) for runtime compilation of JSPs. More generically, if a product states a certain requirement for running (JDK in this case) and you don't have that requirement, is it surprising that you're getting errors? ;) Yoav Shapira Millennium ChemInformatics -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
