Package io.quarkus.utilities
Class JavaBinFinder
java.lang.Object
io.quarkus.utilities.JavaBinFinder
-
Constructor Details
-
JavaBinFinder
public JavaBinFinder()
-
-
Method Details
-
findBin
Search for the java command in the order: 1. maven-toolchains plugin configuration 2. java.home location 3. java[.exe] on the system path- Returns:
- the java command to use
-
simpleBinaryName
-