| | |
| | | public static final String RB_AP_CONF = "appParamConf"; |
| | | public static final String RB_AP_WWW_DATA = "appParamWWWData"; |
| | | public static final String RB_AP_CTX = "appParamCtx"; |
| | | public static final String RB_AP_UI = "appParamUi"; |
| | | |
| | | /** |
| | | * <p>Start-Methode dieser Anwendung</p> |
| | | * |
| | | * @param args Kommandozeilenparameter |
| | | */ |
| | | public static void main(String[] args) { |
| | | public static void main(String[] args) throws ClassNotFoundException { |
| | | rb = ResourceBundle.getBundle(RB_NAME); |
| | | logger.info(new File(".").getAbsolutePath()); |
| | | |