mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-09-15 15:43:05 -04:00
GH-4224 Scan 64 bit lib directory to find Java
This commit is contained in:
1 parent
30602363d7
commit
b1beeee11f
1 file changed
+1
@@ -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");
|
||||
|
||||
Reference in new issue
Block a user