Replies: 2 comments
-
Zshell on my mac works with the first one, not with the second. Perhaps it depends on the environments. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think it does |
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
Uh oh!
There was an error while loading. Please reload this page.
-
In PDF it is said to use
java -cp pad_oracle.jar:bcprov-jdk15-130.jar:python_interface_v1_2.jar python_interface_v1_2
however seems like semicolons should be used instead of colon
and be
java -cp pad_oracle.jar;bcprov-jdk15-130.jar;python_interface_v1_2.jar python_interface_v1_2
it doesnt work with first and work with second, so I think it is better to change pdf
Beta Was this translation helpful? Give feedback.
All reactions