Bring CombinedRuntimeLoader into PV [NFC] (#2367)

Given that WPILib is nuking their Java tooling, it becomes necessary to
pull said tooling into PV itself. This migrates the
CombinedRuntimeLoader into PV, which should finalize all of the tooling
migration.
This commit is contained in:
Sam Freund
2026-02-18 10:02:53 -06:00
committed by GitHub
parent 5474e28826
commit f2e262d59d
7 changed files with 251 additions and 8 deletions

View File

@@ -24,7 +24,6 @@ import edu.wpi.first.hal.JNIWrapper;
import edu.wpi.first.math.jni.WPIMathJNI;
import edu.wpi.first.net.WPINetJNI;
import edu.wpi.first.networktables.NetworkTablesJNI;
import edu.wpi.first.util.CombinedRuntimeLoader;
import edu.wpi.first.util.WPIUtilJNI;
import java.io.IOException;
import org.opencv.core.Core;