Re: [cas-user] Installing CAS 7 on Debian 12

2024-07-31 Thread Emmett MacDonald
It seems like they add Amazon Corretto as a build requirement. I'm not sure why. Emmett. On Wednesday, July 31, 2024 at 9:17:09 AM UTC-4 wouldsmina wrote: > However, I have installed jdk from > https://www.oracle.com/fr/java/technologies/downloads/#java21. > > javac command exist : > # javac --

Re: [cas-user] Installing CAS 7 on Debian 12

2024-07-31 Thread Emmett MacDonald
I am suddenly experiencing the same issue. I have OpenJDK installed. It seems to be related to these two lines added to the build.gradle file three days ago: vendor = JvmVendorSpec.matching(project.jvmVendor) implementation = JvmImplementation.VENDOR_SPECIFIC If I comment them out, I can build

Re: [cas-user] Installing CAS 7 on Debian 12

2024-07-31 Thread wouldsmina
However, I have installed jdk from https://www.oracle.com/fr/java/technologies/downloads/#java21. javac command exist : # javac --version javac 21.0.4 on my CAS server v6 in production (debian 11), the java --version command returns almost the same thing: # java --version openjdk 11.0.23 2024-04-

Re: [cas-user] Installing CAS 7 on Debian 12

2024-07-31 Thread Dmitriy Kopylenko
You have JRE. You need to install JDK (which includes javac compiler) D. On Wed, Jul 31, 2024 at 08:20 wouldsmina wrote: > Hello Ray, > > $ java --version > > java 21.0.4 2024-07-16 LTS > Java(TM) SE Runtime Environment (build 21.0.4+8-LTS-274) > Java HotSpot(TM) 64-Bit Server VM (build 21.0.4+

Re: [cas-user] Installing CAS 7 on Debian 12

2024-07-31 Thread wouldsmina
Hello Ray, $ java --version java 21.0.4 2024-07-16 LTS Java(TM) SE Runtime Environment (build 21.0.4+8-LTS-274) Java HotSpot(TM) 64-Bit Server VM (build 21.0.4+8-LTS-274, mixed mode, sharing) I already set JAVA_HOME to /usr/lib/jvm/jdk-21.0.4-oracle-x64/ wouldsmina. Le mer. 31 juil. 2024 à 04:

Re: [cas-user] Installing CAS 7 on Debian 12

2024-07-30 Thread Ray Bon
Wouldsmina, What do you get for $ java -version You could set JAVA_HOME to point to your jdk21 install location. Ray On Tue, 2024-07-30 at 17:15 +0200, wouldsmina wrote: Hello, I am trying to install CAS 7.0 or 7.1 on Debian 12. I have installed Java 21 from the package provided here: https