Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8163952

jlink exclude VM plugin does not support static libraries

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • 9
    • tools
    • b135
    • Not verified

      The jlink exclude VM plugin does not support static libraries.

      If jlink is used to generate a Java runtime based on a target jmod directory that was built statically, jlink will
      report that it can't find the VM.

           Error: Selected VM server doesn't exist.

      This is due to the fact that the plug-in is looking for either a .so or .dylib file extension depending
      on the platform rather than .a files.

      This functionality will be needed to support iOS platforms.

            sundar Sundararajan Athijegannathan
            bobv Bob Vandette (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: