getting this error :NB: JAVA_HOME should point to a JDK not a JRE
807605Jul 3 2007 — edited Jul 5 2007HI All
I've installed jdk1.5.0_06 in windows enviroment.i've correctly set the java_home path for it.
Apart from it i've installed two servers one is Weblogic 9.1 and Tomcat 5.5 and NetBeans 5.5.1.
While running my project with the netbeans it tried to start the server. On starting the Tomcat server it showed me this error in the Tomcat log.
NB: JAVA_HOME should point to a JDK not a JRE
but while running Weblogic it worked smoothly. the java_home path has both the paths of jdk1.5 (installed separatly ) and the one which is bundeled with weblogic(jdk1.5)
Could anyone tell me the solution for the error.while running the project sseparatly is working fine. but i am not able to run it from NetBeans.