Message Boards

OsX dev studio installer can't find java version

Giovanni Brescia, modified 3 Years ago.

OsX dev studio installer can't find java version

New Member Posts: 2 Join Date: 9/3/20 Recent Posts
Hi,I'm trying to install the dev studio on osx.I downloaded LiferayWorkspacewithDevStudioCommunityEdition-202004240132-osx-installer.dmg i opened and launched the installer but everytime i try i get the error on the screen.

My osx version is : 10.15.6 (19G73)

If i run 
echo $JAVA_HOME
in the console i get:
/Library/Java/JavaVirtualMachines/jdk-14.0.2.jdk/Contents/Home

If i run java -version in the console i get:
java version "14.0.2" 2020-07-14
Java(TM) SE Runtime Environment (build 14.0.2+12-46)
Java HotSpot(TM) 64-Bit Server VM (build 14.0.2+12-46, mixed mode, sharing)

Any idea how to solve the issue?Thanks
thumbnail
Jiang Simon, modified 3 Years ago.

RE: OsX dev studio installer can't find java version

New Member Posts: 8 Join Date: 10/16/13 Recent Posts
Hi Giovanni, our current installer can support to max java version is jdk 11.  You can use jdk 11 to use it now. We will support  jdk 14 in future version.
Giovanni Brescia, modified 3 Years ago.

RE: OsX dev studio installer can't find java version

New Member Posts: 2 Join Date: 9/3/20 Recent Posts
Thanks! now it's working.I couldn't understand exactly the message in the error window. Sorry for that.