NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform.
You will still be able to view content, but posting and replying will be temporarily disabled.
To learn more, please review the information in this blog post.

Software Development Kit (SDK) and API Discussions

ZExplorer and Java

VLindsey
4,171 Views

In versions 5.2.1R1 and 5.4 of the NetApp Manageability SDK, when attempting to run the zexplorer executable file as Administrator or by double clicking it, you're prompted with a message indicating that Java is not installed on the OS with an option to download it. This has occured against different Operating Systems (Windows Server 2008 R2 and Windows 7) with different versions of Java installed (Specifically Java 7 Update 45 and Java 7 Update 51).These versions where confirmed by executing the "java -version" command within an elevated command prompt.  Because of this, ZExplorer never comes up.

 

Is it possible to find out the following:

 

1. What process does ZExplorer use to determine if Java is installed?

2. What specific versions of Java does ZExplorer support?

3. Why is it not detecting the version of Java being used by the Operating System

 

Thanks

1 REPLY 1

michael_england
4,099 Views

I'm not sure if this is directly answering your problem, but what if you launch the jar directly

 

java -jar zexplore.jar

 

That's what us poor unix guys need to do.

Public