Can't seem to find an answer so ask here time
I'm trying to test get around JavaCPP's memory limits (dies at 1Gb if not told otherwise)
Anyway this sort of command works fine on Linux
java -Dorg.bytedeco.javacpp.maxbytes=8G -Dorg.bytedeco.javacpp.maxphysicalbytes=10G -cp C:\test com.test.Main
Trying the same on Windows 10 gives me this
Error: Could not find or load main class .bytedeco.javacpp.maxbytes=8G
Ain't Win10 winderful? :)
Note the real target is a commercial application that crashes with an OOM error - just trying to get it to work right