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

759 Views Asked by At

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 did not worked.

1

There are 1 best solutions below

0
On

This has nothing to do with the JDK.

Open the Gradle settings:

enter image description here

Change Build and run using and Run and test using to Intellij Idea.

enter image description here