src/jdk.jpackage/linux/classes/jdk/jpackage/internal/LinuxAppImageBuilder.java
branchJDK-8200758-branch
changeset 57070 42783e8e73de
parent 57067 9c17d779808e
child 57077 8f9cf6ad59f0
equal deleted inserted replaced
57069:b8385a806d2b 57070:42783e8e73de
   204         // Copy icon to Resources folder
   204         // Copy icon to Resources folder
   205         copyIcon();
   205         copyIcon();
   206     }
   206     }
   207 
   207 
   208     @Override
   208     @Override
   209     public void prepareServerJreFiles() throws IOException {}
   209     public void prepareJreFiles() throws IOException {}
   210 
   210 
   211     private void createLauncherForEntryPoint(Map<String, ? super Object> p,
   211     private void createLauncherForEntryPoint(Map<String, ? super Object> p,
   212             Path rootDir) throws IOException {
   212             Path rootDir) throws IOException {
   213         // Copy executable to Linux folder
   213         // Copy executable to Linux folder
   214         Path executableFile = root.resolve(getLauncherName(p));
   214         Path executableFile = root.resolve(getLauncherName(p));