OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JDK
(Results
1 - 3
of
3
) sorted by null
/external/mdnsresponder/mDNSPosix/
Makefile
55
JDK
= /usr/
jdk
96
JAVACFLAGS_OS += -I$(
JDK
)/include/solaris
107
JAVACFLAGS_OS += -I$(
JDK
)/include/linux
134
JAVACFLAGS_OS += -I$(
JDK
)/include/freebsd
153
JDK
= /System/Library/Frameworks/JavaVM.framework/Home
366
JAVAC = $(
JDK
)/bin/javac
367
JAVAH = $(
JDK
)/bin/javah
368
JAVADOC = $(
JDK
)/bin/javadoc
369
JAR = $(
JDK
)/bin/ja
[
all
...]
/sdk/find_java/
find_java.bat
40
echo Tools, you need a suitable version of Java
JDK
installed on your system.
41
echo We recommend that you install the
JDK
version of JavaSE, available here:
/build/core/
config.mk
340
HOST_JDK_TOOLS_JAR:= $(shell $(BUILD_SYSTEM)/find-
jdk
-tools-jar.sh)
342
$(error Error: could not find
jdk
tools.jar, please install JDK6, \
347
# Is the host
JDK
64-bit version?
Completed in 345 milliseconds