| | |
| | | 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"; |
| | | public static final String RB_EP_LISTE = "epliste"; |
| | | |
| | | /** |
| | | * <p>Start-Methode dieser Anwendung</p> |
| | |
| | | */ |
| | | public static void main(String[] args) throws ClassNotFoundException { |
| | | rb = ResourceBundle.getBundle(RB_NAME); |
| | | logger.info(new File(".").getAbsolutePath()); |
| | | logger.fine(new File(".").getAbsolutePath()); |
| | | |
| | | initParams = new HashMap(); |
| | | for (String arg : args) { |