Class JavaBinFinder


  • public class JavaBinFinder
    extends Object
    • Constructor Detail

      • JavaBinFinder

        public JavaBinFinder()
    • Method Detail

      • findBin

        public static String 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

        public static String simpleBinaryName()