History log of /sdk/find_java/.gitignore
Revision Date Author Comments
f84b9feb3e21022f449812dfa10d1d1a1339683f 17-Aug-2012 Raphael Moll <ralf@android.com> VS8 projects for find_java/find_lock (exe & dll).

Change-Id: I73d08808cbf0dd7032fc481aa81ad37181930d05
d2d6999d779fffe976c55db04bf523907a8743ed 25-Jan-2012 Raphael <raphael@google.com> Windows: "find_java" exe and lib for android.bat

This adds a "find_java.exe" that will be packages
in SDK/tools/lib. It will be used by android.bat
and the other launchers to locate the best version
of java to use for our tools (currently we have
a find_java.bat that uses DOS commands to achieve
something similar but more limited).

In addition this creates a static "findjavalib"
that is used by the NSIS installer to locate
java and get its version (to complain in case we
only find a Java 1.4 or lesser). The goal is for
the installer to use the same logic as the tools
will use to locate the java binary.

Change-Id: Ic2efb388135087bab9687c3332882047fd041b1c