-
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
jnius.JavaException: Class not found #106
Comments
solved. added folder with .jar to the CLASSPATH |
@nesergen . Can you please explain in detail what you did to solve this problem, it looks like I having the similar problem now. |
@kakkarotssj . I think I did this : |
add |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ubuntu 12.04, java oracle jdk 1.8.0, python 2.7, pyjnius latest
Trying to make programm with python, kivy and pyjnius.
After run the program error raised:
"org/h2/jdbcx/JdbcConnectionPool" is connector for DataBase copied to the "/usr/lib/jvm/jdk1.8.0/jre/lib"
test of pyjnius printing this:
If I write in python this...
...all is OK.
when I worked with OpenJava everything worked normally, with JavaSun it doesn't work.
The text was updated successfully, but these errors were encountered: