Hi,
I'm using a VPS with CF 8.01 (Enterprise) and recently upgraded Java from 1.6.0_04 to 1.6.0_11 to fix a memory leak issue.
Changed the jvm.config lines below to reflect the upgrade:
#java.home=C:/ColdFusion8/runtime/jre
java.home=C:/Program Files/Java/jdk1.6.0_11/jre
The system info in CF admin still says the java home is C:\ColdFusion8\runtime\jre and the version is 1.6.0_04
What's worse, is that in CF admin under 'Java and JVM' I now get the following error:
Element JDKPATH is undefined in FORM.
The error occurred in jvm.cfm: line 174
Called from jvm.cfm: line 145
Called from jvm.cfm: line 143
Called from jvm.cfm: line 1
-1 : Unable to display error's location in a CFML template.
So I'm now unsure if the server is using the newly installed 1.6.0_11 java version or the old version.
Does anyone know how I can fix this error in CF admin?
Any help appreciated.
Thanks,
Robin.