mirror of
https://github.com/fn2006/PollyMC.git
synced 2025-09-08 06:34:46 -04:00
GH-4224 Scan 64 bit lib directory to find Java
This commit is contained in:
parent
30602363d7
commit
b1beeee11f
@ -386,6 +386,7 @@ QList<QString> JavaUtils::FindJavaPaths()
|
||||
scanJavaDir("/usr/java");
|
||||
// general locations used by distro packaging
|
||||
scanJavaDir("/usr/lib/jvm");
|
||||
scanJavaDir("/usr/lib64/jvm");
|
||||
scanJavaDir("/usr/lib32/jvm");
|
||||
// javas stored in MultiMC's folder
|
||||
scanJavaDir("java");
|
||||
|
Loading…
x
Reference in New Issue
Block a user