NenjimHub now autostarts Jupiter Alarm
This commit is contained in:
@@ -21,8 +21,15 @@ public class Main {
|
||||
public Main(String[] args) throws Exception {
|
||||
log.info("Initializing NenjimHub...");
|
||||
try {
|
||||
/*hub = new NenjimHubImpl();
|
||||
log.info("Autostarting 1 application(s)...");
|
||||
String[] params = new String[] {
|
||||
"--config=/home/minimons/projects/com_r35157_nenjim-hubd-impl_ref/conf/alarms.conf"
|
||||
};
|
||||
com.r35157.jupiterperpsalarm.Main.main(params);
|
||||
|
||||
//hub = new NenjimHubImpl();
|
||||
|
||||
/*
|
||||
String classesCacheDirRaw = "~/.config/nenjim/cache/classes";
|
||||
String classesCacheDir = (classesCacheDirRaw.startsWith("~/"))
|
||||
? System.getProperty("user.home") + classesCacheDirRaw.substring(1)
|
||||
|
||||
Reference in New Issue
Block a user