Questions tagged [azul-zulu]

Built and distributed by Azul Systems, Zulu is a JDK (Java Development Kit), Zulu JDKs have been verified by passing all tests in their respective Java version of the OpenJDK Community TCK (Technology Compatibility Kit).

Built and distributed by Azul Systems, Zulu is a JDK (Java Development Kit). All Zulu Community builds of OpenJDK are free to download and use without restrictions. Zulu Community builds of OpenJDK 6, 7, 8, 9, 10, 11, 12, and 13, are built for Linux, Windows, Solaris, and macOS.

The current (as of March 2020) LTS (Long Term Supported) major Zulu versions are 7, 8, and 11. The latest version is 13.

All non-EA (non-Early Access) Zulu builds are TCK tested and certified as compliant with the associated Java SE version specification.

Zulu is freely available and distributed under the GNU General Public License version 2 (GPLv2) with the ClassPath Exception.

To get immediate access to Zulu, download Zulu from http://www.azulsystems.com/products/zulu/downloads

Key details of Azul Zulu include:

  • Runs on Windows Server versions 2008 R2 and 2012 on the Windows Azure cloud
  • Free and open source offering, based on OpenJDK
  • Integrated with MS Open Tech's Windows Azure Plugin for Eclipse with Java tooling
  • Patches and bug fixes contributed back to the OpenJDK community by Azul
  • ISV-friendly binary licensing for easy embedding with 3rd-party applications

More information about Zulu can be found at http://www.azulsystems.com/products/zulu

86 questions
1
vote
0 answers

javax.net.ssl.sslhandshakeexception remotehost terminated the handshake

After running this command pyspark --packages io.delta:delta-core_2.12:2.1.0,org.apache.spark:spark-sql-kafka-0-10_2.12:3.2.1,org.apache.kafka:kafka-clients:2.8.1 --conf "spark.sql.extensions=io.delta.sql.DeltaSparkSessionExtension" --conf…
Kaja
  • 2,962
  • 18
  • 63
  • 99
1
vote
1 answer

Azul Zulu JDK 13.0.10 is not taking environment variable from project configuration

I installed new Intellij of community edition. While running my project which was compiled using default version java(Azul Zulu) comes with Intellij, it was not able to pick environment variables set for java project. Also, with Oracle OpenJDK it…
Harshad Panmand
  • 410
  • 5
  • 19
1
vote
1 answer

java.net.http import - not found

I am working in Intellij with Java 11. I want to use import java.net.http.httpclient in my project but the import statement is not found. Background: I am compiling on my Windows 10 Workstation to build for deployment on a Rasp Pi Zero W. The…
Al Grant
  • 2,102
  • 1
  • 26
  • 49
1
vote
0 answers

Mission Control apps fail for Java 17.0.1 - why?

Azul Mission Control 8.1.0.42 and Oracle's Java Mission Control apps 8.1.0 fail to work with Oracle's Java 17.0.1 jdk on MacOs Monterey 12.0.1 with M1 chip... And since I cannot file this issue in GitHub, maybe someone can give me a clue here.
Hristo Stoyanov
  • 1,508
  • 3
  • 15
  • 24
1
vote
1 answer

different results with same locale using SimpleDateFormat on same machine with Windows zulu8

I have to deals with SimpleDateFormat but I have issue with year of week values. To narrow down the problem, I wrote the simple Java code below and found that it returns two different results with apparently the same settings (just by forcing local…
lennelei
  • 17
  • 6
1
vote
0 answers

JavaNativeFoundation.framework comes without major version in Azul and Liberica JDK – how can I tell Java to use it anyway?

I am trying to use a native library on an ARM based Mac, i.e. an M1 processor. There are several JVMs available for that architecture, for example Azul or Liberica. Both come with a JavaNativeFoundation.framework dynamic library, which is necessary…
ukor
  • 68
  • 6
1
vote
1 answer

Unable to locate package buildah

I am trying to build Ubuntu image with a possibility to build Docker images on it. The tool that I want to use for it is buildah. However when my docker build executes the installation command: sudo apt-get -y install buildah I get this error:…
Alex Barysevich
  • 544
  • 1
  • 7
  • 18
1
vote
1 answer

Is there a difference in how AdoptOpenJDK and AzulOpenJDK handle new File("version")?

I have the below in my build.gradle file static def getVersionName() { return new File("version").getText().trim() } When I use AdoptOpenJDK, it compiles well. However, when I use AzulOpenJDK, it complains: * What went wrong: A problem occurred…
Elye
  • 53,639
  • 54
  • 212
  • 474
1
vote
0 answers

4848 already in use when upgrading actions/setup-java to v2 in Github actions

The problem is similar to Glassfish There is a process already using the admin port 4848, but my case is on Github actions. I followed the migrate guide, after upgrading to v2, all my workflow using Glassfish failed due to an error 4848 port is…
Hantsy
  • 8,006
  • 7
  • 64
  • 109
1
vote
1 answer

What is the purpose of crs-agent.jar in Azul Zulu JRE?

I have updated to Azul Zulu 8u282 JRE and I noticed a new JAR file that wasn't there in the previous version I used (8u265). It's called 'crs-agent.jar' and the class files are all inside the package structure 'com.azul.crs.*'. When I decompile them…
Andreas N
  • 804
  • 7
  • 18
1
vote
1 answer

Azul Zulu JDK 8 with Azul Mission Control doesn't profile methods

I'm using Azul Zulu JDK 8 (v1.8.0_202) with Azul ZMC 7.1.1 on Win10, and I'm creating a 20s Flight Recording of a running JVM. The resultant data displays various captured metrics (e.g. CPU Usage Heap Usage, Allocation etc) but no Method Profiling…
jon hanson
  • 8,722
  • 2
  • 37
  • 61
1
vote
1 answer

AMD64 or x86 64-bit package for ZULU OpenJRE 7 on Windows OS

In my Windows application I used to ship Oracle JRE 7 with two folder (x86) and (AMD64). Now I am replacing it with Zulu OpenJRE 7. But on Azul site I can only see (x86) package for download in zip and msi format. Is AMD64 package for Zulu OpenJRE…
Nilesh Shinde
  • 380
  • 1
  • 13
1
vote
1 answer

Is Apache Synapse being planned to migrate to Java 11?

Is Apache Synapse updated as per Java 11 ? The latest release of Apache Synapse, dates to December 2017, which is from 3.0.1 version. While loading the classes from the jar, encountering ClassNotFoundException Caused by:…
a3.14_Infinity
  • 5,653
  • 7
  • 42
  • 66
1
vote
0 answers

Amazon corretto now includes a bunch of api-ms-win-core-*-l1-1-0.dll files in jre/bin

I noticed that Amazon corretto JRE 8 now includes these files in version 8.0.252 (Windows, 32-bit). As far as i know this is new. They are for instance not part of the zulu distribution (same version). So what is the purpose of these files? Are they…
rmuller
  • 12,062
  • 4
  • 64
  • 92
1
vote
2 answers

Jruby version suitable for OpenJDK 8 (Zulu JDK)

I am looking for an advisable version of JRuby that supports OpenJDK-8 (Zulu-JDK) to run on a Rails project. Rails version- 4.0.13.
Jan_Niv
  • 11
  • 1