One of the common patterns we are working around is the need to call Paths.get() so that we don't end up adding load(String) overloads everywhere we want to use Path. The key issue here is the lack of varargs support in jpype. I have submitted a patch in for this. But until it makes in to a release, I am going to have to continue to wage this battle. Unfortunately, unless matlab also comes up with an easier way to access varargs java methods, this may be a losing one for now.
One of the common patterns we are working around is the need to call Paths.get() so that we don't end up adding load(String) overloads everywhere we want to use Path. The key issue here is the lack of varargs support in jpype. I have submitted a patch in for this. But until it makes in to a release, I am going to have to continue to wage this battle. Unfortunately, unless matlab also comes up with an easier way to access varargs java methods, this may be a losing one for now.