mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
Merge remote-tracking branch 'origin/patch'
This commit is contained in:
commit
0048d2e307
1 changed files with 3 additions and 0 deletions
|
@ -202,6 +202,9 @@ public class LaunchSupport {
|
||||||
if (javaHome != null) {
|
if (javaHome != null) {
|
||||||
javaHomeDir = new File(javaHome);
|
javaHomeDir = new File(javaHome);
|
||||||
if (appConfig.isSupportedJavaHomeDir(javaHomeDir, javaFilter)) {
|
if (appConfig.isSupportedJavaHomeDir(javaHomeDir, javaFilter)) {
|
||||||
|
if (save) {
|
||||||
|
appConfig.saveJavaHome(javaHomeDir);
|
||||||
|
}
|
||||||
System.out.println(javaHomeDir);
|
System.out.println(javaHomeDir);
|
||||||
return EXIT_SUCCESS;
|
return EXIT_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue