mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
implement a few classpath methods required by SWT for Win32
This commit is contained in:
@ -60,6 +60,8 @@ public class Runtime {
|
||||
|
||||
public native long freeMemory();
|
||||
|
||||
public native long totalMemory();
|
||||
|
||||
private static class MyProcess extends Process {
|
||||
private int pid;
|
||||
private final int in;
|
||||
|
Reference in New Issue
Block a user