Misleading warning message in java source-file mode

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 18
    • Affects Version/s: 14, 15
    • Component/s: tools
    • None
    • b26

      > java --source 7 Test.java
      warning: [options] source value 7 is obsolete and will be removed in a future release
      warning: [options] target value 7 is obsolete and will be removed in a future release
      warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
      3 warnings

      java --source 7 -Xlint:-options Test.java
      Unrecognized option: -Xlint:-options
      Error: Could not create the Java Virtual Machine.
      Error: A fatal exception has occurred. Program will exit.

      It seems the obsoletion warning comes from the javac part of the code and it assumes you are executing the javac launcher.

            Assignee:
            Adam Sotona
            Reporter:
            David Holmes
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: