Copy link to clipboard
Copied
http://help.adobe.com/en_US/ColdFusion/10.0/Admin/WSe61e35da8d318518-33adffe0134c60cd31c-7ffe.html
Forgive my naivety, but I can't get past step 1, and to be honest, I have no idea what step 1 is referencing either.
I keep getting "'java' is not recognized as an internal or external command..."
How do I update ColdFusion with the mandatory update???
Hello Seedingideas,
Thank you for your post. Here is the link http://download.macromedia.com/pub/coldfusion/10/cf10_mdt_updt.jar to download the Mandatory update.
To install the same:-
Open the command prompt.
cd to C:\ColdFusion10 and then run the command as follows C:\ColdFusion10\jre\bin\jre\java -jar cf10_mdt_updt.jar
Give full path of the file cf10_mdt_updt.jar depending on where it is downloaded. And follow the on-screen instructions.
Hope this helps.
Regards,
Anit Kumar
Copy link to clipboard
Copied
This seemed to work...
"
cd C:\ColdFusion10\jre\bin\
java -jar C:\ColdFusion10\cfusion\hf-updates\[file_name].jar
"
http://blogs.coldfusion.com/post.cfm/coldfusion-hotfix-installation-guide
Copy link to clipboard
Copied
Hello Seedingideas,
Thank you for your post. Here is the link http://download.macromedia.com/pub/coldfusion/10/cf10_mdt_updt.jar to download the Mandatory update.
To install the same:-
Open the command prompt.
cd to C:\ColdFusion10 and then run the command as follows C:\ColdFusion10\jre\bin\jre\java -jar cf10_mdt_updt.jar
Give full path of the file cf10_mdt_updt.jar depending on where it is downloaded. And follow the on-screen instructions.
Hope this helps.
Regards,
Anit Kumar
Copy link to clipboard
Copied
copy the mandatoryupdate in c:\
open command line as administrator
write:
cd c:\coldfusion10\jre\bin\ (enter)
write:
java -jar c:\cf10_mdt_updt.jar (enter)
follow instruction
check new version in CFIDE->settings summary
Copy link to clipboard
Copied
On Windows, it's also a good idea to open the command prompt "As Administrator" to run the updater.
-Carl V.
Copy link to clipboard
Copied
Thanks for asking this question -- how to install the .jar. I felt like an idiot when I got that "no java" response. This helped.