Jump to content
We've recently updated our Privacy Statement, available here ×
  • The Jaspersoft ETL executable was unable to locate it's companion shared library


    eongaro

    Problem

    [toc on_off::hide=1]

    You get an error when launching Jaspersoft ETL 4.2.3 on a Mac

    The JETL_Express-macosx-carbon executable launcher was unable to locate its companion shared library

    Solution

    Find the file <JETL Install Path>/JETL_Express-macosx-carbon.app/Contents/MacOS/JETL_Express-macosx-carbon.ini

    Replace the contents of that file with this one:

    -startup

    ../../../plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar

    --launcher.library

    ../../../plugins/org.eclipse.equinox.launcher.carbon.macosx_1.1.0.v20100503

    --launcher.XXMaxPermSize

    256m

    -vmargs

    -Xms40m

    -Xmx256m

    -Xdock:icon=../Resources/Eclipse.icns

    -XstartOnFirstThread

    -Dorg.eclipse.swt.internal.carbon.smallFonts

    -Dosgi.instance.area.default=../../../workspace

     


    User Feedback

    Recommended Comments

    There are no comments to display.



    Guest
    This is now closed for further comments

×
×
  • Create New...