I am installing Tomcat for first time and was wondering what is the best path to give to it for Java Path? Should I point to to JRE? to bin? to JDK?

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Tomcat requires the JDK. Set the path to your
%JAVA_HOME%/binwhere theJAVA_HOMEenvironment variable points to your JDK.EDIT:
From Apache’s site, to expand on the environment variable for Windows: