aboutsummaryrefslogtreecommitdiffstats
path: root/installer/src
Commit message (Collapse)AuthorAgeFilesLines
* remove useless semicolonRobert Lu2020-07-011-1/+1
|
* support adoptopenjdkRobert LU2020-07-011-1/+1
|
* "#168 Extend Installer for SAP JVM"Denis Zygann2019-08-191-1/+3
|
* Merge pull request #150 from spudmux/bugfix-#145/allow-choosing-of-hidden-filesVladimir Dvorak2019-01-311-0/+1
|\ | | | | Fixes #145 - show hidden files in file chooser
| * Fixes #145 - show hidden files in file chooserNeal Hunter2018-06-251-0/+1
| |
* | Changes to display JVM installations on macOS/OSX.przemelek2018-08-194-20/+40
|/ | | | | | 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.
* Do not require jre directory to be prefixed with 'jre'Vladislav Rassokhin2015-05-141-1/+1
| | | In case of some custom installation, e.g. i have special dcevm-enabled jre at `/opt/oracle-jre-bin-1.8.0.45-dcevm/`
* #22 - Installer now support both - replace current JVM or install as altjvm ↵Jiří Bubník2014-05-237-71/+211
| | | | into dcevm directory.
* Moving installer from the separate branchlight-jdk8u5+36Ivan Dubrov2014-04-2810-0/+1052