mirror of
https://github.com/corda/corda.git
synced 2025-01-06 05:04:20 +00:00
added separator to String and added IOException to vm.pro
This commit is contained in:
parent
1dea1d4800
commit
e86acf4543
@ -14,6 +14,8 @@ public class File {
|
|||||||
private static final String FileSeparator
|
private static final String FileSeparator
|
||||||
= System.getProperty("file.separator");
|
= System.getProperty("file.separator");
|
||||||
|
|
||||||
|
public static final String separator = FileSeparator;
|
||||||
|
|
||||||
// static {
|
// static {
|
||||||
// System.loadLibrary("natives");
|
// System.loadLibrary("natives");
|
||||||
// }
|
// }
|
||||||
|
1
vm.pro
1
vm.pro
@ -50,6 +50,7 @@
|
|||||||
-keep public class java.lang.ExceptionInInitializerError
|
-keep public class java.lang.ExceptionInInitializerError
|
||||||
-keep public class java.lang.OutOfMemoryError
|
-keep public class java.lang.OutOfMemoryError
|
||||||
-keep public class java.lang.reflect.InvocationTargetException
|
-keep public class java.lang.reflect.InvocationTargetException
|
||||||
|
-keep public class java.io.IOException
|
||||||
|
|
||||||
# ClassLoader.getSystemClassloader() depends on the existence of this class:
|
# ClassLoader.getSystemClassloader() depends on the existence of this class:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user