This commit is contained in:
Joel Dice
2007-08-14 19:14:55 -06:00
parent 71c7013808
commit f22dda0df1
11 changed files with 129 additions and 18 deletions

View File

@ -1,6 +1,10 @@
package java.io;
public class File {
static {
System.loadLibrary("natives");
}
private final String path;
public File(String path) {