aboutsummaryrefslogtreecommitdiffstats
path: root/find_java/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* find_java.sln (and related project files) updatedDavid Herman2014-10-101-0/+2
| | | | | | | | - Paths needed to be updated from find_java to find_java/src/source - Some projects weren't compiling and needed to include references to various .cpp files Change-Id: I495905ef37a693d25cf34410dc395c9ae074b1da
* VS8 projects for find_java/find_lock (exe & dll).Raphael Moll2012-08-171-0/+3
| | | | Change-Id: I73d08808cbf0dd7032fc481aa81ad37181930d05
* Windows: "find_java" exe and lib for android.batRaphael2012-01-251-0/+1
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