Disable all old NenjimHub code

This commit is contained in:
2026-06-16 10:09:07 +02:00
parent 435a88cfaa
commit f4d6c4bfad
@@ -34,12 +34,12 @@ public class Main {
}*/
//System.out.println("Initializing initial NenjimClassLoader with default context...");
JournalManager journalManager = new JournalManagerImpl();
ContextManager contextManager = new ContextManagerImpl();
Context defaultContext = contextManager.getDefault();
//JournalManager journalManager = new JournalManagerImpl();
//ContextManager contextManager = new ContextManagerImpl();
//Context defaultContext = contextManager.getDefault();
NenjimClassLoader nenjimClassLoader = new NenjimClassLoader(journalManager, defaultContext);
Class<?> clazz = nenjimClassLoader.findClass("com.r35157.nenjim.hubd.impl.ref.NenjimHubImpl");
//NenjimClassLoader nenjimClassLoader = new NenjimClassLoader(journalManager, defaultContext);
//Class<?> clazz = nenjimClassLoader.findClass("com.r35157.nenjim.hubd.impl.ref.NenjimHubImpl");
/*NenjimHub nenjimHub = null;
Context defaultContext = new Context();
@@ -47,7 +47,7 @@ public class Main {
Object instance = clazz.getDeclaredConstructor().newInstance();
NenjimKicker kicker = (NenjimKicker)instance;
*/
int a = 0;
//int a = 0;
}
private void start() {