-
Notifications
You must be signed in to change notification settings - Fork 256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests don't pass (doesn't find libraries) #43
Comments
same with u |
Did you compile pyjnius correctly? Did you got errors when compiling the java part? |
The README file just contains examples using the standard Java library. I have tried to set the CLASSPATH environment variable without success too, check it out my attempts:
|
Hello! Same problem here. After doing some strace it looks like it's completely ignoring the CLASSPATH.
I'm mostly writing this comment to resurrect this months old issue. (Also I'll try tinkering with the source to see what's wrong.) |
same with me My classpath is ok. I find my jar file from other java class (with main). |
I have the same problem and I the "make tests" command didn't run any test case. $ make tests OK When I run test by myself: |
Hi guys, I used ubuntu 12.04 and pip install pyjnius (1.0.2) have been seem this problem. when I update the pyjnius to 1.1-dev and the problem was solved. |
Fixed in master. |
Hi,
I'm trying to run pyjnius on Debian wheezy. The vast majority of the tests (make tests) fails. It seems to be (mostly) related to the fact that it doesn't find the jars required for the tests. The failure looks like this:
I can work with the standard library without problems:
but accessing any other JAR fails.
I tried Debian's openjdk 6 and 7 -- the result is the same. It there any (versioned) dependency that I am missing?
The text was updated successfully, but these errors were encountered: