implement a few classpath methods required by SWT for Win32

This commit is contained in:
Joel Dice
2007-10-29 14:57:33 -06:00
parent 7aecdb6ce0
commit 75d4a4ff96
5 changed files with 34 additions and 0 deletions

View File

@ -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;