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

Test task: Create tests to check java runtime works with MV jar files

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • 9
    • core-libs
    • team

      These tests will include:
      1) test for the "java -jar" command for MV jar files with entry point;
      2) test for the "java -cp mv.jar MyClass" command, where MyClass is a class inside the mv.jar;
      3) test for the "java -cp mv.jar UserClass" command, where UserClass is a class outside the mv.jar and uses import to access classes from mv.jar;
      3) test for the "java -cp mv.jar UserClass" command, where UserClass is a class outside the mv.jar and uses reflection to access classes from mv.jar;

            xiaofeya Xiaofeng Yang
            kshefov Konstantin Shefov
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: