Re: java.lang.NoClassDefFoundError: sun/tools/javac/Main

2000-03-27 Thread Chris Kelly
I don't have the blackdown jdk1.2.2, but on the sun windows jdk1.2.2, that class is in tools.jar. If such a file exists, is it in the classpath? At 11:22 AM 3/27/00 -0800, Robert Miller wrote: > However, I have a team of developers working on a new project. The jsp's >they developed worked under

Re: java.lang.NoClassDefFoundError: sun/tools/javac/Main

2000-03-27 Thread Juergen Kreileder
> Robert Miller writes: Robert> I'm about at my wit's end on this one. I admin a site that Robert> relies on jsp. I just upgraded my development area to Robert> jdk1.2.2rc4, ApacheJServ1.1 and kept gnujsp0.9. Almost Robert> everything works great; actually I've got much bette

Re: java.lang.NoClassDefFoundError: sun/tools/javac/Main

2000-03-27 Thread Lorin Kobashigawa
I had the same problem, for some reason with 1.2.2, tools.jar is not in the default classpath. I fixed it by adding JAVA_HOME/lib/tools.jar to my classpath, but you could also just copy the jar file into JAVA_HOME/jre/lib/ext, and it should be in the default J2 classpath. -Lkb At 11:22 AM 3/27/

Re: java.lang.NoClassDefFoundError: sun/tools/javac/Main

2000-03-27 Thread Robert Miller
Thanks guys! You nailed it! I've forwarded the appropriate URLs to my developers to see what they say about it. I hope it won't be too much of a problem to get that issue resolved. thanks again! On 27 Mar 2000, Juergen Kreileder wrote: Peter did, too =) > > org.gjt.jsp.JSPCompil