]> source.dussan.org Git - dcevm.git/commit
Changes to display JVM installations on macOS/OSX. 156/head
authorprzemelek <przemelek@gmail.com>
Sun, 19 Aug 2018 22:09:52 +0000 (15:09 -0700)
committerprzemelek <przemelek@gmail.com>
Sun, 19 Aug 2018 22:09:52 +0000 (15:09 -0700)
commit917b108e69a2b91fa8e260a938523b88eb79959e
treedf077916dfa32113097fd3504af3e16127fc4081
parent0e186558237423b5179f612397a040b39d81bbf2
Changes to display JVM installations on macOS/OSX.
Main change here is in Installer.java where scanDirectory was changed to work recursively, thanks to this we are able to find JVM on macOS which are in less predicable places ;-) on macOS JVM location will be for example /Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home, but scaning /Library/Java/JavaVirtualMachines/ without this recursive thing will not find JVM.

Additionally changed text in MainWindow which suggests now that users should prefer alternate JVM over replace JVM, with short "explanation" why.
installer/src/main/java/com/github/dcevm/installer/ConfigurationInfo.java
installer/src/main/java/com/github/dcevm/installer/InstallUninstallAction.java
installer/src/main/java/com/github/dcevm/installer/Installer.java
installer/src/main/java/com/github/dcevm/installer/MainWindow.java