Closed jain18aditya closed 3 years ago
I don't see anything unusual that should be causing an error.
Not sure whats the reason but downgrading to 1.2.1 solved this issue. I hope its not bug with the latest.
I verified there have been no code changes to jpype
since 1.2.1. So most likely this was a local site build problem of some kind.
I am using JPype to call Java code from my python tests and starting JVM via Jpype.
I am using custom classpath and default JVM path for execution. In the error it is able to find the classpath and default jvm path.
This is giving error while starting the JVM
My code looks like this for starting JVM
Any idea on why i am getting param error?