We're running ColdFusion 10 Update 2. It was running on Java 1.6 and we'd like to upgrade to 1.7. The server is Windows 2003 32-bit.
I installed the Java 1.7 JRE and pointed the JVM path to the default folder in the CF Admin, but the services would not restart. Editing the jvm.config to point back to the original folder location (x:\coldfusion10\jre) enabled me to restart the service. So, I re-installed the JRE to x:\coldfusion10\jre2 and pointed the JVM path there, but had the same issue.
I did some reading and saw some posts that stated that the full JDK is needed and not just the JRE, so I installed that to the same path. Same result.
Any thoughts on what I can do next?