Skip to main content
Participating Frequently
July 22, 2020
Answered

Java 11.0.8 download links broken?

  • July 22, 2020
  • 5 replies
  • 3285 views

I thought I'd update the JVM to the latest version, but the "JAVA SE 11.0.8(LTS)" links on Adobe's  download page all seem to be broken. Anybody know how to reach someone to get these fixed, or if there are alternative downloads anywhere that are in compliance with Oracle's Java license?

https://www.adobe.com/support/coldfusion/downloads.html
Thanks!

This topic has been closed for replies.
Correct answer iakona

Thanks BKBK!.  The URL links on the download page are also corrected, with the URLs you referenced.

 

5 replies

iakonaCorrect answer
New Participant
July 27, 2020

Thanks BKBK!.  The URL links on the download page are also corrected, with the URLs you referenced.

 

Participating Frequently
July 29, 2020

Andyone else uses cfpdf tags?

We run into issue after updating to 8u261 our cfpdf tags call stop working with follwoing in exception log.

 

"Could not initialize class com.adobe.agl.text.BreakIterator The specific sequence of files included or processed is: /opt/.../index.cfm, line: 4535 "
java.lang.NoClassDefFoundError: Could not initialize class com.adobe.agl.text.BreakIterator
at com.adobe.internal.afml.AFMLResultTree_WordCache$AFMLWordCacheLocaleGroupNode.<init>(AFMLResultTree_WordCache.java:354)
at com.adobe.internal.afml.AFMLResultTree_WordCache$AFMLWordCacheLocaleGroupNode.<init>(AFMLResultTree_WordCache.java:334)
at com.adobe.internal.afml.AFMLResultTree_WordCache.addLocaleToWordCache(AFMLResultTree_WordCache.java:82)
at com.adobe.internal.afml.AFMLPlacementQueueEntry.preformatBlock(AFMLPlacementQueueEntry.java:1789)
at com.adobe.internal.afml.AFMLPlacementQueueEntry.preformatFlowOrStaticContent(AFMLPlacementQueueEntry.java:504)
at com.adobe.internal.afml.AFMLPlacementQueueEntry.<init>(AFMLPlacementQueueEntry.java:228)
at com.adobe.internal.afml.AFMLPlacementQueue.<init>(AFMLPlacementQueue.java:88)
at com.adobe.internal.afml.AFMLTree.internalFormatPageSequence(AFMLTree.java:1430)
at com.adobe.internal.afml.AFMLTree.formatAll(AFMLTree.java:652)
at com.adobe.internal.pdftoolkit.services.xfatext.FormatXFAText.internalProcessTextPanelSet(FormatXFAText.java:1542)
at com.adobe.internal.pdftoolkit.services.xfatext.FormatXFAText.processPlainText(FormatXFAText.java:321)
at com.adobe.internal.pdftoolkit.services.ap.TextFormatterImpl.getFormattedTextRegion(TextFormatterImpl.java:1452)
at com.adobe.internal.pdftoolkit.services.ap.TextFormatterImpl.formatAndRenderText(TextFormatterImpl.java:1102)
at com.adobe.internal.pdftoolkit.services.ap.impl.TextAppearance.formatText(TextAppearance.java:458)
at com.adobe.internal.pdftoolkit.services.ap.impl.TextAppearance.buildTextAppearance(TextAppearance.java:250)
at com.adobe.internal.pdftoolkit.services.ap.impl.FieldAppearance.generateSingleAnnotAppearance(FieldAppearance.java:265)
at com.adobe.internal.pdftoolkit.services.ap.impl.FieldAppearance.generateFieldAppearance(FieldAppearance.java:173)
at com.adobe.internal.pdftoolkit.services.ap.AppearanceService.generateAppearances(AppearanceService.java:307)
at coldfusion.pdf.PDFForm.populateFields(PDFForm.java:321)
at coldfusion.tagext.lang.PDFFormTag.doEndTag(PDFFormTag.java:347)

...

Caused by: java.lang.IllegalArgumentException: Invalid version number: Version number may be negative or greater than 255
at com.adobe.agl.util.VersionInfo.getInstance(VersionInfo.java:191)
at com.adobe.agl.impl.ICUDebug.getInstanceLenient(ICUDebug.java:65)
at com.adobe.agl.impl.ICUDebug.<clinit>(ICUDebug.java:69)

 

 

 

Adobe Expert
July 29, 2020

Taking a guess, it looks like the minor version of Java you're using (262) is higher than Adobe's code expects (255). I'd try installing a later major version of Java if you can, otherwise rolling back to an earlier minor version with a value lower than 255.

 

Dave Watts, Eidolon LLC

Dave Watts, Eidolon LLC
New Participant
July 26, 2020

The links for the newly-released JAVA SE 8u261 for Window updates are still BROKEN!

https://www.adobe.com/support/coldfusion/downloads.html#additionalThirdPartyInstallers

 

Specific URLs:

jdk-8u261-windows-i586.exe (Size 154 MB)
http://download.macromedia.com/pub/coldfusion/java/java8/JDK8u261/jdk-8u261-windows-i586.exe

jdk-8u261-windows-i586.zip (Size 121 MB)
http://download.macromedia.com/pub/coldfusion/java/java8/JDK8u261/jdk-8u261-windows-i586.zip

jdk-8u261-windows-x64.exe (Size 166 MB)
http://download.macromedia.com/pub/coldfusion/java/java8/JDK8u261/jdk-8u261-windows-x64.exe

jdk-8u261-windows-x64.zip (Size 121 MB)
http://download.macromedia.com/pub/coldfusion/java/java8/JDK8u261/jdk-8u261-windows-x64.zip

 

Please fix ASAP, we do not like non-patched Java installations!

Thanks!

BKBK
Adobe Expert
July 27, 2020
BKBK
Adobe Expert
July 26, 2020
Inspiring
July 23, 2020

Windows download (ZIP) just worked for me.

Participating Frequently
July 22, 2020

Having the same problem. Link for the latest Java 8 download is alos broken.

Participating Frequently
July 23, 2020

Java 11 is now avaliable but it seems like the Java8 update is still missing.