Download hot fix for later installation
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/Admin/WSe61e35da8d318518-33adffe0134c60cd31c-7ffe.html
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/Admin/WSe61e35da8d318518-33adffe0134c60cd31c-7ffe.html
That means the java command is not in the “path” on your machine. You could fix that, but the easier thing (for this one-time need) would be just to point to the Java command as it’s installed within CF.
So you could do this instead:
C:\ColdFusion10\jre\bin\java -jar cf10_mdt_updt.jar
This tells your OS to find the Java command as installed within CF (the path offered assumes you’re on Windows, of course. *nix users will need to change it accordingly.)
This is also presuming (as your command below is) that you are already in the directory where the jar file exists. If not, use the CD command to get to that directory. For more info, use HELP CD.
Hope that’s helpful.
/charlie
Message was edited by: Charlie Arehart, changed dash used for -jar to not use an emdash (–), as was placed here by a WYSIWYG typing autocorrection.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.