mirror of
https://github.com/corda/corda.git
synced 2025-06-15 21:58:17 +00:00
add support for passing properties to the VM via JNI; use vm.builtins property to specify builtin libraries
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
package java.io;
|
||||
|
||||
public class FileInputStream extends InputStream {
|
||||
static {
|
||||
System.loadLibrary("natives");
|
||||
}
|
||||
// static {
|
||||
// System.loadLibrary("natives");
|
||||
// }
|
||||
|
||||
private int fd;
|
||||
|
||||
|
Reference in New Issue
Block a user