System.out.println("["+this.getClass().getName()+"] Running Java version " + System.getProperty("java.version"));
System.out.println("["+this.getClass().getName()+"] Starting Carnivore Core version " + Constants.VERSION);
Core.parent = parent;
//INIT DEVICES
devices = new Devices();
HashMap<String, String> d = devices.getDevices();
//quit if no devices were found
if(d.size() < 1) {
Log.window(ErrorMessages.NO_NETWORK_DEVICES);