use Z3 in intellij ubuntu #5583
Unanswered
maksglukhov
asked this question in
Q&A
Replies: 2 comments 1 reply
-
It thinks that |
Beta Was this translation helpful? Give feedback.
1 reply
-
Did you try adding a dash to your |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm new to use Z3 in my project. I'm using Intellij on ubuntu 20.04, 64-bit.
I cannot install Z3 in my Intellij. I have added the .jar in libraries of my project and i have done "import com.microsoft.z3.*;"
But i have the folowing error:
no libz3java in java.library.path: [/usr/java/packages/lib, /usr/lib64, /lib64, /lib, /usr/lib]
Then i have added VM option :
Djava.library.path="~z3/bin"
But then i have the error :
Error: Could not find or load main class Djava.library.path=~z3.bin
Caused by: java.lang.ClassNotFoundException: Djava.library.path=~z3.bin
I also tried
Djava.library.path="~z3/bin/libz3java.so"
but it's not working any more.
Thank you for your help!
Beta Was this translation helpful? Give feedback.
All reactions