mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
fixed JAVA_HOME
This commit is contained in:
parent
c0bcdf7e5e
commit
fe73f77666
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ if (System.env.JAVA_HOME) {
|
|||
project.ext.JAVA_HOME = System.env.JAVA_HOME;
|
||||
}
|
||||
else {
|
||||
project.ext.JAVA_HOME = "${System.properties.'java.home'}/../"
|
||||
project.ext.JAVA_HOME = "${System.properties.'java.home'}"
|
||||
}
|
||||
|
||||
/***************************************************************************************
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue