-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Java configuration in Ubuntu 20.04 and CPLEX 20.1 #5
Comments
The first point should be achieved by calling For the second one, I understand that it is no more required for recent versions of Julia (hence the requirement for Julia 1.5), that's strange, because you seem to use 1.6 :/. What kind of errors do you get without this setting? |
I got the following errors with
The second problem is relate to VSCode terminal, because i got the following error
but in a linux terminal it runs well without "JULIA_COPY_STACKS=1" but with a Warning:
|
Before running correctly the Readme example I had to do some JavaCall.jl related configurations for Ubuntu and CPLEX:
add in the java.library.path the path /opt/ibm/ILOG/CPLEX_Studio201/opl/bin/x86-64_linux/
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/ibm/ILOG/CPLEX_Studio201/opl/bin/x86-64_linux/
set the environment variable
JULIA_COPY_STACKS=1
before running JuliaThe text was updated successfully, but these errors were encountered: