It sounds like that the < 10MB download is JRE and the >= 30MB is JDK, Java SDK(or J2 SDK). I suggest you to learn the differences between two first.
The runtime environment does not necessarily require all packages, e.g., tools.jar, as they do in the development environment. Pae > > One is a 30M download and one is less than 10M so obviously one has more > stuff in it... like tools.jar. If Tomcat fails to compile JSP pages and you > have no idea why don't you think it's a problem when the instructions talk > about the JDK which does not include tools.jar when seems to be necessary > for compiling JSP? > > Maybe the installer should verify that all necessary components are there > before it finishes. > > John > > > > > > > >From: "Pae Choi" <[EMAIL PROTECTED]> > >Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> > >To: "Tomcat Users List" <[EMAIL PROTECTED]> > >Subject: Re: JDK is not enough. SDK is needed > >Date: Sat, 23 Nov 2002 05:19:28 -0800 > > > >John, > > > >What is/are the difference(s) between JDK and Java SDK from your viewpoint? > >From what I understand, they are same, but the name just changed in the > >naming transition. > > > >I am guessing that your JDK may referring to JRE? :-) > > > > > >Pae > > > > > > > > The instructions to install Tomcat under Windows indicated the > >requirement > > > to install the JAVA JDK. However I was having compile problems with JSP > > > pages and learned that I needed tools.jar. JDK does not install thie > >file > >so > > > I was wondering how others are running Tomcat with JDK only. I installed > >the > > > Java SDK and it included tools.jar and Tomcat ran fine. Why the > >descrepency? > > > > > > John Delby > > > > > > > > > > > > > > > _________________________________________________________________ > > > Tired of spam? Get advanced junk mail protection with MSN 8. > > > http://join.msn.com/?page=features/junkmail > > > > > > > > > -- > > > To unsubscribe, e-mail: > ><mailto:[EMAIL PROTECTED]> > > > For additional commands, e-mail: > ><mailto:[EMAIL PROTECTED]> > > > > > > > > >-- > >To unsubscribe, e-mail: > ><mailto:[EMAIL PROTECTED]> > >For additional commands, e-mail: > ><mailto:[EMAIL PROTECTED]> > > > _________________________________________________________________ > STOP MORE SPAM with the new MSN 8 and get 2 months FREE* > http://join.msn.com/?page=features/junkmail > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
