HomeSort by relevance Sort by last modified time
    Searched refs:JDK (Results 1 - 4 of 4) 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:
46 echo JDK folder.
  /build/core/
main.mk 143 # Check for the corrent jdk
146 $(info You are attempting to build with an unsupported JDK.)
148 $(info You use OpenJDK but only Sun/Oracle JDK is supported.)
    [all...]
config.mk 363 HOST_JDK_TOOLS_JAR:= $(shell $(BUILD_SYSTEM)/find-jdk-tools-jar.sh)
365 $(error Error: could not find jdk tools.jar, please install JDK6, \
370 # Is the host JDK 64-bit version?

Completed in 81 milliseconds