!752 p { Class serviceClass = Class.forName("de.tinybrain.javax_allperms.PermanentService"); print("serviceClass: " + serviceClass); if (serviceClass == null) ret; O service = get(serviceClass, "instance"); print("Instance: " + service); if (service == null) ret; //print("Starts: " + getOpt(service, "startCommands")); StringBuffer bootbuf = cast get(service, "bootbuf"); print("SERVICE OUTPUT:\n"); print(str(bootbuf)); print("\nSERVICE OUTPUT END"); }