> From: MC Moisei [mailto:[EMAIL PROTECTED] > Subject: Tomcat and JDK version > > On top of that I know that tomcat is suppose to run with the > JDK but JRE is suppose to be faster then the JDK because I > assume the native code is optimized and all the debugging > info in native and in classes are removed.
Somebody is feeding you real garbage on that one. The JRE that's part of a JDK is bit-for-bit identical to the separate JRE download for that level. A JDK supplies additional tools for development purposes (such as javac), but that's it. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
