[launcher] Change Linux to use JLI rather than JNI

XMLWordPrintable

    • Verified

      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:
            Chris Bensen (Inactive)
            Reporter:
            Dmitry Cherepanov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: