Java
IJavaPathResolver
IJavaPathResolver
returns a list of installed Java versions and returns the path to the binary file for the given Java version.
The built-in IJavaPathResolver
implementation, MinecraftJavaPathResolver
, manages the Java versions within the MinecraftPath.Runtime
directory.
You can set the IJavaPathResolver
in MinecraftLauncherParameters
JavaFileExtractor
The library installs the Java provided by Mojang, so you don't need to have Java pre-installed on the user's PC. See JavaFileExtractor
in FileExtractor.
Last updated