I've installed a clean instance of ColdFusion2016. I'm copying my old settings over from a CF11 instance. I'm having problems with the ColdFusion Class Path in the Java and JVM settings of the ColdFusion administrator. A third-party jar that was fine on cf11 stops ColdFusion from starting. I know the path to the jar is correct. I've tried changing the jre to the latest version. Is there anything else I can do?
Asked
Active
Viewed 244 times
0
-
1The jar probably has an different version of a library that CF uses. You may be better off using `this.javasettings` – John Whish May 13 '16 at 11:17
1 Answers
0
Did you restart the ColdFusion services after placing the new jar file ? Also make sure you are not using a jar compiled on java 1.7 or 1.6.

Rahul Upadhyay
- 164
- 3
-
*not using a jar compiled on java 1.7 or 1.6* Why not? Typically compilation with *later* versions is problematic, not the other way around. – Leigh May 31 '16 at 19:07