代码搜索:JAVA_HOME
找到约 1,002 项符合「JAVA_HOME」的源代码
代码结果 1,002
www.eeworm.com/read/280308/10341015
txt 安装路径.txt
.;%JAVA_HOME%\lib;%JAVA_HOME%\lib\tools.jar (classpath)
C:\Program Files\Java\jdk1.6.0_02 (java_home)
%JAVA_HOME%\bin;%JAVA_HOME%\jre\bin (path)
www.eeworm.com/read/259222/11813592
txt 环境变量.txt
C:\j2sdk1.4.2_12 JAVA_HOME
.;%java_home%\lib;%JAVA_HOME%\lib classpath
C:\\bin;D:\oracle\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;.;%java_home%\bin Path
www.eeworm.com/read/121822/14736737
bat explorer.bat
%JAVA_HOME%\bin\javac Explorer.java
%JAVA_HOME%\bin\java -cp . Explorer
www.eeworm.com/read/192112/8403501
sh console.sh
#!/bin/sh
# determine if OS is Cygwin
cygwin=false;
case "`uname`" in
CYGWIN*) cygwin=true ;;
esac
# looks for a jvm at $JAVA_PATH, $JAVA_HOME or $JDK_HOME
if [ ! -z "$JAVA_PATH" ] ; th
www.eeworm.com/read/133927/14017815
sh console.sh
#!/bin/sh
# determine if OS is Cygwin
cygwin=false;
case "`uname`" in
CYGWIN*) cygwin=true ;;
esac
# looks for a jvm at $JAVA_PATH, $JAVA_HOME or $JDK_HOME
if [ ! -z "$JAVA_PATH" ] ; then
jav
www.eeworm.com/read/447276/7555429
installation
## Copyright 2002, Maxime MORGE
## All Rights Reserved. Use is subject to license terms.
##
## See the file "COPYING" for information on usage and
## redistribution of this file, and for a DISCLAIM
www.eeworm.com/read/257479/11925039
bat xrun.bat
`cat ./JAVA_HOME.env`/bin/java -jar CryptoHeaven.jar &
www.eeworm.com/read/174978/9566199
bat servletc-tomcat.bat
@echo off
rem This is the version for Tomcat. It assumes
rem that if you use JDK 1.2 or 1.3, you have
rem "set JAVA_HOME=C:\jdk1.2.2" or the equivalent at
rem the top of the install_dir\startup.
www.eeworm.com/read/174978/9566209
bat servletc-jswdk.bat
@echo off
rem This is the version for the JSWDK. It assumes
rem that if you use JDK 1.2 or 1.3, you have
rem "set JAVA_HOME=C:\jdk1.2.2" or the equivalent at
rem the top of the install_dir/start