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
0
votes
0 answers

MapR Client for macos m1 chipset

Hi I have macbook pro m1 and want to install mapr on my computer but currenlty mapr doesn't have apple silicon dmg. When I install x86 based application it gave me below error. Caused by: java.lang.UnsatisfiedLinkError:…
0
votes
1 answer

Not able to Read place holder properties from external file into application properties(spring-boot:2.7.4, JDK: ZULU11)

Not able to get placeholder property key, while reading place holders in the application-dev.yml from external file. @SpringBootApplication @EnableAutoConfiguration(exclude = {WebMvcAutoConfiguration.class…
MR_K
  • 117
  • 4
  • 17
0
votes
1 answer

how to change java version of Azul Zulu on MacOS with apple silicon

I have java 11 and java 8 installed, but cant find out how to change it. 11 is the default. I need to downgrade to 8. JAVA_HOME is not set, so I dont know how its picking up the 11 version. % ls -1…
John Little
  • 10,707
  • 19
  • 86
  • 158
0
votes
1 answer

How to install specific jdk/jre version in macos

How to install specific jdk/jre version in macos. I would need to install 11.0.7. I installed 11 version from here https://www.azul.com/downloads/?version=java-11-download-lts&os=macos#zulu but it ended up on version 11.0.18. Also I don't find…
Deepak Kothari
  • 1,601
  • 24
  • 31
0
votes
0 answers

To get full stack trace from Method profiling

I have been poking the AZUL JFR profiler to see gaps in my system. But i am not able to get full trace of the call being made. Now since the trace is only till HashMap, how can i get which method is calling it ?
Alpit Anand
  • 1,213
  • 3
  • 21
  • 37
0
votes
1 answer

Running JUnits with JavaFX dependencies on Jenkins

I'm trying to setup pipeline on Jenkins for our JavaFX application. Everything works fine, but I have one problem by starting unit tests. Each test, which somehow uses JavaFX classes fails with following root cause: Caused by:…
michalp
  • 83
  • 5
0
votes
0 answers

Jersey throwing Connection refused error after building and running on JRE 17

Migrated application from JRE-8 to JRE-17. Jar is build and ran on JRE-17. No code change was required. No clues why this exception occurs. Jersey version is 2.35. The same code works fine when build and ran on JRE-8 javax.ws.rs.ProcessingException:…
colossal
  • 529
  • 1
  • 5
  • 22
0
votes
0 answers

Data Loader Error: Could not find or load main class Files\Java\jdk-11.0.16.1\bin\bin\

I am trying to install Salesforce Data Loader on my system. I have already installed Zulu open JDK-11 and set the path variables. But the data loader keeps throwing an error:
0
votes
0 answers

Unable to execute Cucumber-Java-Selenium based project using gradle 5.2.1 & JDK 1.8 in Apple MAC M1 Pro from IntelliJ IDE?

Unable to execute Cucumber-Java-Selenium based project using gradle 5.2.1 & JDK 1.8 in Apple MAC M1 Pro from IntelliJ IDE? java -version returns openjdk version "1.8.0_345" OpenJDK Runtime Environment (Zulu 8.64.0.19-CA-macos-aarch64) (build…
0
votes
1 answer

how to prevent thinkorswim's illegal reflective access to java.lang.Classloader.user_paths (2022 - Azul Zulu JDK 11)

I see many illegal reflective access related questions. As of recent ThinkOrSwim has finally implemented that JAVA 11 (the Azul Zulu openJDK 11) be used to launch thinkorswim. It has been warning this day would come. I have "updated" my java version…
0
votes
1 answer

JavaFX project doesn't find my JDK FX version

I'm fairly new at using IntelliJ IDEA and also Java language overall. I've downloaded newest (17.0.1+12) version of JDK FX from Azul and yesterday had some problems with it. My freshly created JavaFX HelloApplication project couldn't find JavaFX…
0
votes
0 answers

Java version confusion need to set JAVA_HOME to Java11

I'm not able to set Java11 to my JAVA_HOME env I installed Java through home brew, how can I switch the version? I needed to intall this java zulu to run Salesforce Data loader. $ java -version openjdk version "11.0.12" 2021-07-20 OpenJDK Runtime…
JonB
  • 804
  • 3
  • 12
  • 40
0
votes
1 answer

IntelliJ "error=86, Bad CPU type in executable" after install fix with Azul?

I've seen a few other threads with the similar issue and it seems that downloading a package from Azul is a common fix but I haven't seen any clear instructions on what exactly to do... Anyone have some tips on fixing this error with Azul?
timrockx
  • 51
  • 1
  • 7
0
votes
1 answer

Javafx imports won't work in eclipse with zulu fx jdk

I am trying to convert my eclipse project which uses the fx package to use the zulu jdk 16 with its integrated fx (jdk 16.0.1+9 Zulu: 16.30.15). However, it just doesn't work. None of the javafx imports work, while the other imports are just…
Wolkenfarmer
  • 1
  • 1
  • 3
0
votes
1 answer

Is there any impact of OpenJDK 8 (Zulu 1.8.0_282) on libraries like Spring 3, Hibernate 3, XStream etc?

Our project is a legacy project running on Java 7 and we plan to migrate from Oracle Java 7 to OpenJDK 8 (Zulu). We use following 3rd party libraries and I wanted to know if migrating to Zulu's OpenJDK 8 will have any impact on using these 3rd party…
Omkar Patkar
  • 119
  • 1
  • 9