Перенос.
This commit is contained in:
9
src/Program.java
Normal file
9
src/Program.java
Normal file
@@ -0,0 +1,9 @@
|
||||
import Common.Global;
|
||||
//https://web.archive.org/web/20140704120535/http://www.codethesis.com/blog/unload-java-jni-dll
|
||||
//https://web.archive.org/web/20131202084001/http://www.codeslices.net/snippets/simple-java-custom-class-loader-implementation
|
||||
//https://ru-java.livejournal.com/551828.html
|
||||
public class Program {
|
||||
public static void main(String[] args) throws Exception {
|
||||
Global.Init(args);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user