You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to import classes from the Java standard library (e.g. java.lang.System) works fine. It's only importing classes from the user classpath that seem to have problems. Are we doing something dumb?
Closes#106.
It doesn't actually fix the problem of course.
But we need to fixjpype-project/jpype#844 to do that.
Documenting the limitation is enough for now.
I tested this again today with JPype 1.3.0, and the "No matching overloads" problem is still present. Sorry we don't have time to dig and fix it right now.
Hi, I think I've found a bug:
Suppose we have the following interface structure:
Now suppose we have a class implementing both interfaces:
The the method declared in the second interface is not available via JPype if we write
myClassInstance.doStuff()
:mcve is available on GitHub here. Instructions to reproduce are also available in the readme.
The text was updated successfully, but these errors were encountered: