You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a program using JLink and would like to use GitHub Action to test it. But I struggle to get Wolfram Engine working. I have followed the instructions here and do set the WOLFRAMSCRIPT_ENTITLEMENTID env var. Running e.g. wolframscript -c 'SystemInformation["Kernel","InstallationDirectory"]' works fine, but running the JLink program does not - it fails with MathLinkException: MathLink connection was lost.
Does Wolfram Engine support the WOLFRAMSCRIPT_ENTITLEMENTID? Is there some special way to pass it through when starting a jlink connection via
Hello!
I have a program using JLink and would like to use GitHub Action to test it. But I struggle to get Wolfram Engine working. I have followed the instructions here and do set the
WOLFRAMSCRIPT_ENTITLEMENTID
env var. Running e.g.wolframscript -c 'SystemInformation["Kernel","InstallationDirectory"]'
works fine, but running the JLink program does not - it fails with MathLinkException: MathLink connection was lost.Does Wolfram Engine support the WOLFRAMSCRIPT_ENTITLEMENTID? Is there some special way to pass it through when starting a jlink connection via
? Thank you!
The text was updated successfully, but these errors were encountered: