- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2025 12:12 AM
Hi @subhankar , Good Day!
Looking at the error you are getting here shows that it tries to find some kind of JVM file and probably refers to the JAVA_HOME variable to achieve it. It looks as if it is not set correctly in your Environment Variables.
To resolve this issue, you should ensure that Java is correctly installed and configured on your system. Specifically, you should check that the JAVA_HOME environment variable is set to the path of your Java installation directory.
I am also sharing a few public documents which might help you to resolve this issue : https://stackoverflow.com/questions/75656048/this-problem-appeared-with-the-jpyp-library-and-it-give...
https://github.com/iiasa/message_ix/issues/35
Moreover, you can refer to our below document to connect with Databricks using JDBC Drivers: https://docs.databricks.com/en/integrations/jdbc-odbc-bi.html#:~:text=Databricks%20JDBC%20Driver%20G...
Please let me know if this helps and leave a like if this information is useful, followups are appreciated.
Kudos
Ayushi