Questions tagged [azure-zulu]

Zulu for Windows Azure is officially provided by MS Azure build of the community-driven open source Java™ implementation, known as OpenJDK™, made by Azul Systems for Windows Server on the Windows Azure platform.

Built and distributed by Azul Systems, Zulu is a JDK (Java Development Kit), and a compliant implementation of the Java Standard Edition (SE) 7 specification. Zulu has been verified by passing all tests in the Java SE 7 version of the OpenJDK Community TCK (Technology Compatibility Kit).

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
  • Compatible with Java SE 7, verified using Java SE 7 OpenJDK Community TCK
  • 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

8 questions
10
votes
2 answers

Is Azure Azul JVM source code available in a public repository?

http://www.azulsystems.com/products/zulu mentions the code is released on GPL + classpath exception but I didn't see any pointers to where the source code is available ? Is it built from a branch in the public openjdk source tree or somewhere else ?
Max Rydahl Andersen
  • 3,630
  • 2
  • 23
  • 28
2
votes
1 answer

How to make open Jdk 8 Zulu to use dejavu fonts?

I have dejavu fonts installed on x/y/z path and I am using open Jdk 8 (Zulu). While using application that runs on Apache I am getting fonts not found error. For your information, webpage application contain image as well.
I_am_groot
  • 39
  • 7
2
votes
1 answer

Eclipse IDE for Java EE Developers can hang if Azul's Zulu is being used as JDK

Sometimes Eclipse EE hangs on Windows Server 2008/2012 if Azul's Zulu is being used as JDK. Yet it works fine with Oracle JDK.
Sergey Grinev
  • 34,078
  • 10
  • 128
  • 141
2
votes
1 answer

Why do I get HeadlessException on Zulu?

I just downloaded Zulu jdk zulu1.7.0_25-7.0.0.0 into my Azure Windows 2012 VM and tried to run the Memory Monitor example from the samples directory. I got the following exception. Any workarounds? >C:\Zulu\u25\zulu1.7.0_25-7.0.0.0-win64\bin\java…
Ivan Krylov
  • 356
  • 3
  • 8
1
vote
0 answers

Use specific Java JRE version in Azure Function

I have an Azure function that was previously working on Java JRE version: zulu8.52.0.23-jre8.0.282-win_x64(X), but recently after an Azure update, it went from that version to a new version: zulu8.54.0.21-jre8.0.292-win_x64(y). I accessed the azure…
Amit Rathod
  • 31
  • 2
  • 8
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
1
vote
1 answer

Zulu on Windows 2012 R2

Recently Microsoft has released the GA version of Windows Server 2012 R2. One can also create a VM in Azure with this OS. Does Zulu support this OS?
Ivan Krylov
  • 356
  • 3
  • 8
0
votes
1 answer

jconsole from Zulu doesn't work

I have Zulu 7.1.0.0 installed on latest MS Windows (2012r2). I can run terminal and server apps, but executing jconsole produces no result: no UI shown, no error messages. How can this be solved?
Sergey Grinev
  • 34,078
  • 10
  • 128
  • 141