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

JRE Finder dialog in JCP no longer working

    XMLWordPrintable

Details

    • b96
    • Verified

    Description

      Since moving the JCP to separate module / jar, the JREFinder dialog cannot work, because it relies on launching "java -classpath <path>/deploy.jar com.sun.deploy.panel.java.JreLocator"
      The main class name is right, but the classpath arg isn't. Now that JRELocation is no longer in deploy.jar we need:
      'java -classpath "<path>/controlpanel.jar;<path>/deploy.jar" com.sun.deploy.panel.java.JreLocator'

      Attachments

        Activity

          People

            herrick Andy Herrick (Inactive)
            herrick Andy Herrick (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: