This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- InstallAnywhere2020 not getting JavaVMList.
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
May 26, 2022
01:39 AM
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) Replies