Changing the JVM's default file system

841 Views Asked by At

I have an application that I am trying to run in an in-memory file system but my application has a dependency that uses java.io as opposed to java.nio. Is there any way I can change the JVM's default file system to remedy this?

0

There are 0 best solutions below