Thrameos / jpype

Thrameos personal sandbox for enhancements to jpype to send to originell.
Other
0 stars 1 forks source link

Paths.get() #10

Closed Thrameos closed 6 years ago

Thrameos commented 7 years ago

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.

Thrameos commented 6 years ago

Var args is now part of master.