We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8782004 commit 58ade76Copy full SHA for 58ade76
1 file changed
java-utils/java-functions
@@ -124,29 +124,17 @@ _load_java_conf()
124
}
125
126
127
-# Test default JRE/JVM roots if nothing is defined yet
128
-_set_java_home()
129
-{
130
- if [ -n "${JAVA_HOME}" ]; then
131
- return
132
- fi
133
-
134
- unset JAVA_HOME
135
-}
136
137
# Set the java virtual machine
138
set_jvm()
139
{
140
- _set_java_home
+ return 0
141
142
143
# Set the classpath
144
set_classpath()
145
146
local IFS
147
148
149
150
# get local classpath first
151
set -- "${@}" ${ADDITIONAL_JARS}
152
LOCAL_CLASSPATH=$("@{bindir}/build-classpath" "${@}")
@@ -240,8 +228,6 @@ run()
240
228
# Set JVM-related directories
241
229
set_jvm_dirs()
242
230
243
244
245
231
return 0
246
232
247
233
0 commit comments