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

XMLWordPrintable

    • Type: Task
    • Resolution: Fixed
    • Priority: P3
    • 9
    • Affects Version/s: 9
    • Component/s: 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;

            Assignee:
            Xiaofeng Yang
            Reporter:
            Konstantin Shefov
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: