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

CF10_mdt_updt.jar not in zipped patch

New Here ,
May 01, 2013 May 01, 2013

Copy link to clipboard

Copied

When I download and unzip the "mandatory" patch for CF10, the jar file is not in the directory.  therefore, I cannot install this patch or any subsequent patches.

Views

1.5K

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
Adobe Employee ,
May 01, 2013 May 01, 2013

Copy link to clipboard

Copied

Hello Brian,

Please click on the link http://download.macromedia.com/pub/coldfusion/10/cf10_mdt_updt.jar and save the jar file.

Hope this helps.

Regards,

Anit Kumar

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
New Here ,
May 01, 2013 May 01, 2013

Copy link to clipboard

Copied

This link downloads the same zip file, without the jar file.  So, no help.

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
Adobe Employee ,
May 01, 2013 May 01, 2013

Copy link to clipboard

Copied

Hello Brian,

The above link downloads the jar file directly to your machine. I just tried the same and it worked. This is not a zip file, rather a JAR file. Once you download this update (cf10_mdt_updt.jar), then place this .jar file in C:\ColdFusion10\jre\bin (install directory of ColFusion10). Open Command Prompt as Run as Admin and then change the directory to the above location using : cd C:\ColdFusion10\jre\bin. The press Enter. Then type : java –jar cf10_mdt_updt.jar. Press Enter.

Follow the online instructions to install the mandatory update. Once the Install is complete, then restart the Cold Fusion 10 application service.

Hope this helps.

Regards,

Anit Kumar

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
New Here ,
May 01, 2013 May 01, 2013

Copy link to clipboard

Copied

sshot-1.jpg

As you can see, it is the zip file.  Now what?

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
Adobe Employee ,
May 01, 2013 May 01, 2013

Copy link to clipboard

Copied

Hi Brian,

Just adding on Anit's thread, please download this zip file and then change the extension of this file from "cf10_mdt_updt.zip" to "cf10_mdt_updt.jar" and the rest of the instruiction are same mentioned by Anit.

Regards,

Priyank

Thanks,
Priyank Shrivastava

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
New Here ,
May 01, 2013 May 01, 2013

Copy link to clipboard

Copied

Got the following error:

c:\ColdFusion10\jre\bin>java -jar c:\ColdFusion10\jre\bin\cf10_mdt_updt.jar
Exception in thread "main" java.lang.NoClassDefFoundError: ûjar
Caused by: java.lang.ClassNotFoundException: ûjar
        at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
Could not find the main class: ΓÇôjar.  Program will exit.

c:\ColdFusion10\jre\bin>

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
New Here ,
May 01, 2013 May 01, 2013

Copy link to clipboard

Copied

OK, I found the answer in another thread.  There were two issues:

1) I had to rename the downloaded file from .zip to .jar . . . Thank you

2) If you copy the java command from a web page and paste it into your command window, the dash is changed to an emdash, as per thread number 4911290

... you have copied the command from some web page, where the dash before jar was converted somehow into an em-dash (–), which often happens with wysiwyg editors trying to “help”. That em-dash would be a problem, as Java doesn’t recognize it like a dash.

Once I changed the dash, it 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
Adobe Employee ,
May 01, 2013 May 01, 2013

Copy link to clipboard

Copied

LATEST

That is great. Please let us know, in case you need any further assistance.

Regards,

Anit Kumar

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