2 Repos
Detects and selects the appropriate Java runtime version (8, 11, or 17) for different build tools.
Distinct from Java: Distinct from Java: focuses on runtime version selection for build tool compatibility, not general Java development.
Explore 2 awesome GitHub repositories matching web development · Runtime Version Selectors. Refine with filters or upvote what's useful.
Manage your Java environment
Automatically selects a Java version when entering a project directory using .java-version files.
This is an open-source video player application for Android that compiles native C and C++ libraries using the Android NDK and CMake. The build system automatically discovers the Android SDK from environment variables and selects the appropriate Java runtime (8, 11, or 17) for different build tools, while allowing control over which CPU architectures (ARM, x86) to target. The application manages media libraries by scanning local storage and fetching metadata from external services to organize video files with cover art, descriptions, and series grouping. It streams video from both local devic
Selects the correct Java 8, 11, or 17 runtime for different build tools.