Sweet, that definitely help unblock me part of the...
# general
b
Sweet, that definitely help unblock me part of the way. I piped
LD_LIBRARY_PATH
and
JAVA_HOME
into the pants command, and that ran a bit further until I had to create some symbolic links from the openjdk path that the .so files are in to the python3.6/site-packages directory. Is there a good way to get pants to look for anything java in a different place? Right now what I have fails because the symbolic links exists, but I don't think python/pants have access to all of the java files needed to run the JVM