[launcher] Change Windows to use JLI rather than JNI

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 9
    • Affects Version/s: 9
    • Component/s: deploy

      Windows and Linux use JNI and we should get all platforms using JLI.

      JavaVirtualMachine.h

      #ifdef WINDOWS
      //#define USE_JLI_LAUNCH
      #endif //WINDOWS

      #ifdef MAC
      #define USE_JLI_LAUNCH
      #endif //MAC

      #ifdef LINUX
      //#define USE_JLI_LAUNCH
      #endif //LINUX

            Assignee:
            Dmitry Cherepanov (Inactive)
            Reporter:
            Chris Bensen (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: