cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
anukusingh
Level 2

InstallAnywhere2020 not getting JavaVMList.

When I am using AdoptOpenJDK 11 we are getting java list empty or null. I have used the below code:
InstallerResources resource = (InstallerResources) proxy.getService(InstallerResources.class);
Vector<String> jvmList = resource.getJavaVMList();

Same code is working fine with Jdk 1.8 and InstallAnyWhere 2016

please let me know if there are any changes in API or methods.

0 Kudos
(0) Replies