added separator to String and added IOException to vm.pro

This commit is contained in:
JET 2009-01-02 13:25:05 -07:00
parent 1dea1d4800
commit e86acf4543
2 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,8 @@ public class File {
private static final String FileSeparator
= System.getProperty("file.separator");
public static final String separator = FileSeparator;
// static {
// System.loadLibrary("natives");
// }

1
vm.pro
View File

@ -50,6 +50,7 @@
-keep public class java.lang.ExceptionInInitializerError
-keep public class java.lang.OutOfMemoryError
-keep public class java.lang.reflect.InvocationTargetException
-keep public class java.io.IOException
# ClassLoader.getSystemClassloader() depends on the existence of this class: