< prev index next >

modules/fxpackager/src/main/java/jdk/packager/builders/AbstractAppImageBuilder.java

Print this page

        

*** 64,74 **** //do not use file separator - // we use it for classpath lookup and there / are not platform specific public final static String BUNDLER_PREFIX = "package/"; public AbstractAppImageBuilder(Map<String, Object> properties, Path root) throws IOException { ! super(true, root); } abstract protected void prepareApplicationFiles(Pool files, Set<String> modules) throws IOException; abstract protected InputStream getResourceAsStream(String name); --- 64,74 ---- //do not use file separator - // we use it for classpath lookup and there / are not platform specific public final static String BUNDLER_PREFIX = "package/"; public AbstractAppImageBuilder(Map<String, Object> properties, Path root) throws IOException { ! super(root); } abstract protected void prepareApplicationFiles(Pool files, Set<String> modules) throws IOException; abstract protected InputStream getResourceAsStream(String name);
< prev index next >