Opened 3 months ago

Last modified 3 months ago

#73390 new defect

jd-gui @1.6.6 on tahoe failde to be compiled because fo jvm 8 used instead of other jvm available.

Reported by: dlamija (Muhammed Ramiza) Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: tahoe Cc:
Port: jd-gui

Description

success to detect JVM on system:

:debug:main java-portgroup: Detected JVMs: 8 {/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home} 25 /opt/local/Library/Java/JavaVirtualMachines/jdk-25-macports.jdk/Contents/Home 21 /opt/local/Library/Java/JavaVirtualMachines/jdk-21-macports.jdk/Contents/Home 17 /opt/local/Library/Java/JavaVirtualMachines/openjdk17/Contents/Home
:debug:main java-portgroup: Discovered matching JAVA_HOME: /opt/local/Library/Java/JavaVirtualMachines/jdk-25-macports.jdk/Contents/Home

Later buid failed as it select JVM 8

:info:build FAILURE: Build failed with an exception.
:info:build * What went wrong:
:info:build Gradle requires JVM 17 or later to run. Your build is currently configured to use JVM 8.
:info:build * Try:
:info:build > Run with --info or --debug option to get more log output.
:info:build > Run with --scan to generate a Build Scan (powered by Develocity).
:info:build > Get more help at https://help.gradle.org.
:info:build * Exception is:
:info:build org.gradle.internal.jvm.UnsupportedJavaRuntimeException: Gradle requires JVM 17 or later to run. Your build is currently configured to use JVM 8.

Attachments (1)

main.log (133.6 KB) - added by dlamija (Muhammed Ramiza) 3 months ago.

Download all attachments as: .zip

Change History (2)

Changed 3 months ago by dlamija (Muhammed Ramiza)

Attachment: main.log added

comment:1 Changed 3 months ago by jmroot (Joshua Root)

Milestone: MacPorts 2.12.0
Note: See TracTickets for help on using tickets.