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

Custom Protocol Handler during jar file loading via JNLP

XMLWordPrintable

    • x86
    • other

      A DESCRIPTION OF THE REQUEST :
      We have a JNLP file, which includes specific custom protocols to be used to load a jar file from the webserver.
      The problem at hand is, that the java options used to specify the custom protocols and the protocol handler, as well as its location
      ( -"-Xbootclasspath/a:<Implementation of the protocol handler>")
      (-"-Djava.protocol.handler.pkgs=<location of the protocol handler>")
      are not recognized.

      JUSTIFICATION :
      It is required for our customer and it should be expected that VM parameters are used during the whole process of processing a JNLP file.

      ACTUAL -
      The parameters given are ignored during the loading of the jar files, but are recognized later, when the program starts (or should start, but cannot since the required jar files are missing).

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

              Created:
              Updated:
              Resolved: