Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How to install CF10 mandatory update?

Guest
Jul 24, 2013 Jul 24, 2013

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???

2.6K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Jul 24, 2013 Jul 24, 2013

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

Translate
Guest
Jul 24, 2013 Jul 24, 2013

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jul 24, 2013 Jul 24, 2013

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 07, 2014 Mar 07, 2014

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Mar 07, 2014 Mar 07, 2014

On Windows, it's also a good idea to open the command prompt "As Administrator" to run the updater.

-Carl V.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Aug 03, 2014 Aug 03, 2014
LATEST

Thanks for asking this question -- how to install the .jar. I felt like an idiot when I got that "no java" response. This helped.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources