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

(process) Runtime.exec(String) should throw IllegalArgumentException

XMLWordPrintable

    • hopper
    • sparc
    • solaris_2.5
    • Verified



      Name: mgC56079 Date: 06/22/99



      Runtime.exec("") throws NullPointerException while
      IllegalArgumentException is expected

      On winNt it throws IllegalArgumentException

      ------------------------------------- file test.java
      import java.io.IOException
      class test {

          public static void main(String[] args) throws IOException {
              Runtime.getRuntime().exec("");
          }
      }

      ------------------------------------- end of file test.java


      ======================================================================

            kkladkosunw Konstantin Kladko (Inactive)
            gorsunw Gor Gor (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: