add support for passing properties to the VM via JNI; use vm.builtins property to specify builtin libraries

This commit is contained in:
Joel Dice
2007-10-25 12:33:43 -06:00
parent 2de0decfe3
commit b12b779c7f
11 changed files with 45 additions and 20 deletions

View File

@ -1,9 +1,9 @@
package java.io;
public class FileInputStream extends InputStream {
static {
System.loadLibrary("natives");
}
// static {
// System.loadLibrary("natives");
// }
private int fd;