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

cannot prepend bootclasspath in javac

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P5 P5
    • 1.4.2
    • 1.4.0, 1.4.1
    • tools
    • mantis
    • generic, sparc
    • generic, solaris_8



      Name: bsT130419 Date: 10/17/2001


      java version "1.4.0-beta2"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta2-b77)
      Java HotSpot(TM) Client VM (build 1.4.0-beta2-b77, mixed mode)

      In short: javac lacks the option -Xbootclasspath/p:

      Our problem:

      We are replacing some of the Java core by prepending a .jar file to
      the bootclasspath:

      java -Xbootclasspath/p:ourstuff.jar

      javac does not have an -Xbootclasspath/p: option, the compiler exits with
      an error message:

      > javac -Xbootclasspath/p:ourstuff.jar
      javac: invalid flag: -Xbootclasspath/p:ourstuff.jar

      There is an option -bootclasspath in javac. This option is used to set
      the *whole* bootclasspath.

        Touble is, in our case, we want to keep most of the vanilla bootclasspath
      -- the bootclasspath that javac uses when called *without* the
      -bootclasspath option set). As for now, we have to keep track of the
      standard bootclasspath and add it "manually" to the option -bootclasspath,
      after ourstuff.jar
      (Review ID: 133927)
      ======================================================================

            gafter Neal Gafter (Inactive)
            bstrathesunw Bill Strathearn (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: