Disable all old NenjimHub code
This commit is contained in:
@@ -34,12 +34,12 @@ public class Main {
|
|||||||
}*/
|
}*/
|
||||||
|
|
||||||
//System.out.println("Initializing initial NenjimClassLoader with default context...");
|
//System.out.println("Initializing initial NenjimClassLoader with default context...");
|
||||||
JournalManager journalManager = new JournalManagerImpl();
|
//JournalManager journalManager = new JournalManagerImpl();
|
||||||
ContextManager contextManager = new ContextManagerImpl();
|
//ContextManager contextManager = new ContextManagerImpl();
|
||||||
Context defaultContext = contextManager.getDefault();
|
//Context defaultContext = contextManager.getDefault();
|
||||||
|
|
||||||
NenjimClassLoader nenjimClassLoader = new NenjimClassLoader(journalManager, defaultContext);
|
//NenjimClassLoader nenjimClassLoader = new NenjimClassLoader(journalManager, defaultContext);
|
||||||
Class<?> clazz = nenjimClassLoader.findClass("com.r35157.nenjim.hubd.impl.ref.NenjimHubImpl");
|
//Class<?> clazz = nenjimClassLoader.findClass("com.r35157.nenjim.hubd.impl.ref.NenjimHubImpl");
|
||||||
|
|
||||||
/*NenjimHub nenjimHub = null;
|
/*NenjimHub nenjimHub = null;
|
||||||
Context defaultContext = new Context();
|
Context defaultContext = new Context();
|
||||||
@@ -47,7 +47,7 @@ public class Main {
|
|||||||
Object instance = clazz.getDeclaredConstructor().newInstance();
|
Object instance = clazz.getDeclaredConstructor().newInstance();
|
||||||
NenjimKicker kicker = (NenjimKicker)instance;
|
NenjimKicker kicker = (NenjimKicker)instance;
|
||||||
*/
|
*/
|
||||||
int a = 0;
|
//int a = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void start() {
|
private void start() {
|
||||||
|
|||||||
Reference in New Issue
Block a user