< prev index next >

functional/appBundlerTestsJDK9/appBundlerTestsJDK9/test/com/oracle/appbundlers/tests/functionality/parameters/GenericModuleParameters.java

Print this page

        

*** 39,53 **** @Override public Map<String, Object> getBasicParams() throws Exception { Map<String, Object> basicParams = new HashMap<String, Object>(); basicParams.put(MAIN_MODULE, String.join("/", app.getMainModuleName(), app.getMainClass())); - /* - * @TODO - * untill bug in jlink is fixed - */ - basicParams.put(STRIP_NATIVE_COMMANDS, false); return basicParams; } public abstract String getModulePath(); --- 39,48 ----
< prev index next >