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

cannot install hotfix from command line

Participant ,
Jan 21, 2016 Jan 21, 2016

Copy link to clipboard

Copied

I am running CF10 on a win2k8 r2 vm and trying to install  HF18,

I have the jar file in my hf-updates dir.

when I try to run java -jar hotfix_018.jar  from that directory I get a msg "Java" is not  recognized  as an internal or external command...

if I try and run it from jre/bin and provide the path to the jar file I get "unable to access jar file"

I have checked the permissions on the directories and I have full permissions on all directories and files.

I know some will ask if tried running it from within administrator, I am having issues with administrator but that is a separate issue

any suggestions on which direction I should go would be greatly appreciated.

Views

589

Translate

Translate

Report

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 , Jan 21, 2016 Jan 21, 2016

Download the jar filr from:

https://cfdownload.adobe.com/pub/adobe/coldfusion/hotfix_018.jar

  • Copy hotfix_018.jar to ColdFusion10\jre\bin
  • Launch command prompt as administrator
  • Navigate to C:\ColdFusion10\jre\bin
  • Execute below command and follow the screen instructions –

C:\ColdFusion10\jre\bin> java –jar hotfix_018.jar

Votes

Translate

Translate
Adobe Employee ,
Jan 21, 2016 Jan 21, 2016

Copy link to clipboard

Copied

Download the jar filr from:

https://cfdownload.adobe.com/pub/adobe/coldfusion/hotfix_018.jar

  • Copy hotfix_018.jar to ColdFusion10\jre\bin
  • Launch command prompt as administrator
  • Navigate to C:\ColdFusion10\jre\bin
  • Execute below command and follow the screen instructions –

C:\ColdFusion10\jre\bin> java –jar hotfix_018.jar

Votes

Translate

Translate

Report

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
Participant ,
Mar 04, 2016 Mar 04, 2016

Copy link to clipboard

Copied

LATEST

I appologize for the delay in getting back to you.  Thanks that worked.

Votes

Translate

Translate

Report

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
Documentation