mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
[wpiutil] Check MSVC Runtime (#7301)
This commit is contained in:
@@ -9,6 +9,7 @@ public final class DevMain {
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Hello World!");
|
||||
System.out.println(CombinedRuntimeLoader.getPlatformPath());
|
||||
WPIUtilJNI.checkMsvcRuntime();
|
||||
}
|
||||
|
||||
private DevMain() {}
|
||||
|
||||
Reference in New Issue
Block a user