Z-Desktop 7.2.8 Java Not Found / Windows 10 64bit

A Forum to provide feedback, and report issues about Zimbra Desktop Beta or Release Candidate versions
Locked
MyLive
Posts: 35
Joined: Sat Sep 13, 2014 12:04 am

Z-Desktop 7.2.8 Java Not Found / Windows 10 64bit

Post by MyLive »

Hello,

i use installer Package: zdesktop_7_2_8_ga_b12093_20160414044825_win64

C:\Users\LocalUser>java -version
java version "1.8.0_91"
Java(TM) SE Runtime Environment (build 1.8.0_91-b14)
Java HotSpot(TM) Client VM (build 25.91-b14, mixed mode, sharing)

The Installer mean´s, there is no Java installed.

Best regards,
René
PriteshGajjar
Outstanding Member
Outstanding Member
Posts: 310
Joined: Tue Mar 31, 2015 4:59 am

Re: Z-Desktop 7.2.8 Java Not Found / Windows 10 64bit

Post by PriteshGajjar »

Rene,
Looks like on your system Java is pointing to System JRE which comes with Windows 10.

We can confirm this from output of #where java ?

Another thing is that ZD 64-bit needs 64-bit JRE, you can download it from http://download.oracle.com/otn-pub/java ... ws-x64.exe.

Your output of #java -version should contain something like following: (64-bit should be there).
java version "1.8.0_91"
Java(TM) SE Runtime Environment (build 1.8.0_91-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.91-b14, mixed mode)

Regards,
-Pritesh
MyLive
Posts: 35
Joined: Sat Sep 13, 2014 12:04 am

Re: Z-Desktop 7.2.8 Java Not Found / Windows 10 64bit

Post by MyLive »

Hi Pritesh,

your right. After installing the 64it Offline installer Version, it works fine.

Thanks a lot for you Help :-),
René
Locked