aboutsummaryrefslogtreecommitdiff
path: root/launcher/minecraft/launch/VerifyJavaInstall.cpp
AgeCommit message (Collapse)Author
2022-10-31oopRyan Cao
Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com>
2022-10-31Update VerifyJavaInstall.cppRyan Cao
Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com>
2022-10-30fix: more user friendly Java warning textRyan Cao
Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com>
2022-04-02fix(launch/VerifyJava): reword log outputSefa Eyeoglu
2022-03-24chore: add license headerSefa Eyeoglu
2022-03-24feat: block launch if Java is incompatibleSefa Eyeoglu
Keep track of compatible Java versions from meta. Launch-step VerifyJavaInstall will check if current instance's Java version is compatible. Also add override option both globally and per-instance in-case the user doesn't care about the requirement.
2021-12-12Fixes compilation error expanding from macro 'major'.Graeme Geldenhuys
2021-11-16NOISSUE Error on launch when launching 1.18 with < Java 17Jamie Mansfield
2021-07-25NOISSUE Flatten gui and logic libraries into MultiMCPetr Mrázek