Feasibility to wrap the SDL Translation Memory API 3.0 for use in Java

Dear Colleagues,

could you please give me any hint: An application shall be developed in Java with the usage of the C# libraries of the SDL Translation Memory API 3.0.

Does anybody has experience to get this API successfully wrapped for use in Java? I need to ask the question in advance because of the efforts by giving it a try.

Thank you!
Jörg

Like in this Example: http://www.codeproject.com/Articles/378826/How-to-wrap-a-Csharp-library-for-use-in-Java

Parents Reply
  • Hi guys?!

    There might be other dependencies between DLLs which are not listed in the SDK.

    It is not possible to generate Java proxies for these DLLs. You see also listed the error messages of JNI4NET for each DLL:

    Sdl.Core.Api.dll                                                                    Object reference not set to an instance of an object.

    Sdl.LanguagePlatform.TranslationMemory.dll                     Sdl.LanguagePlatform.TranslationMemoryApi.dll

    Sdl.LanguagePlatform.TranslationMemoryApi.dll                Sdl.LanguagePlatform.TranslationMemoryApi.dll

    Also the SDK recommends to choose the installation folder of SDL Trados Studio 2014 as build output path for SDL TM API implementations.

    Please is anybody out there?

    Jörg

Children