logger.error("Cannot instantiate adapter. The adapter must be a concrete class, not an interface or abstract class and it must directly inherit from TuiAdapter! Check your properties file and set adapter.class accordingly.");//$NON-NLS-1$
System.exit(42);
...
...
@@ -129,38 +143,33 @@ public abstract class TangibleApplication {