--
You received this message because you are subscribed to the Google Groups "Jep Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jep-project+unsubscribe@googlegroups.com.
To post to this group, send email to jep-p...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jep-project/73e5c7dd-945a-4c1a-9cca-8b36aad4e779%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
The -D won't work as that's a Java parameter and DYLD_LIBRARY_PATH needs to be an environment variable. But you also tried it as an environment variable.
What version of OS X are you using? There's a lengthy discussion of OS X compatibility here: https://github.com/ninia/jep/issues/113 Long story short: You might try the dev_3.8 branch and set the environment PYTHONHOME with your virtualenv and see if that fixes it for you.I have no idea why IntelliJ would make a difference.
On Tue, May 15, 2018 at 8:13 AM, Alejandro Kapit <aka...@gmail.com> wrote:
Hi all,I'm trying to run my jar by passing -DDYLD_LIBRARY_PATH=[path...] and it doesn't work.If I set it as a linux env var also doesn't work...Only (and I don't know why) by running it from intelliJ with DYLD_LIBRARY_PATH within the env vars it works.... but i -need- to run the jar from my virtualenv, and In intelliJ I think I cannot...Any idea?
Thanks
--
You received this message because you are subscribed to the Google Groups "Jep Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jep-project...@googlegroups.com.
export LD_LIBRARY_PATH=/home/outflink/GIT/outflink_v2/outflink/lib/python3.6/site-packages
java.lang.NoClassDefFoundError: Could not initialize class jep.Jep
To unsubscribe from this group and stop receiving emails from it, send an email to jep-project+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jep-project/40e15a21-8194-4c41-90b6-521f3cf7b986%40googlegroups.com.