Skip to main content
jbird5k
Inspiring
January 21, 2016
Answered

cannot install hotfix from command line

  • January 21, 2016
  • 1 reply
  • 813 views

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.

This topic has been closed for replies.
Correct answer rahul_u

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

1 reply

rahul_u
Community Manager
rahul_uCommunity ManagerCorrect answer
Community Manager
January 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

jbird5k
jbird5kAuthor
Inspiring
March 4, 2016

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