mirror of
https://github.com/corda/corda.git
synced 2025-06-15 05:38:14 +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:
@ -19,9 +19,9 @@ public abstract class System {
|
||||
|
||||
private static Property properties;
|
||||
|
||||
static {
|
||||
loadLibrary("natives");
|
||||
}
|
||||
// static {
|
||||
// loadLibrary("natives");
|
||||
// }
|
||||
|
||||
public static final PrintStream out = new PrintStream
|
||||
(new BufferedOutputStream(new FileOutputStream(FileDescriptor.out)), true);
|
||||
|
Reference in New Issue
Block a user