Is JDK has to be available in Production server ?
843842Jan 25 2009 — edited Jan 25 2009Hi Friends,
To develop a web application we required JDK to be installed in the Development server. But is it necessary to install the JDK in the Production server also (JRE should br enough I think). Please suggest.
Also, in the web application there are some files has CLASSPATH setting which is pointing to the tools.jar file which is available only in JDK but not in JRE. so when I move the application to production after the testing is fine, Do I have to make any change in the CLASSPATH to point the tooks.jar which is not available in JRE.
Please suggest.