Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

startJVM classpath does not accept pathlib.Path #529

Closed
Thrameos opened this issue Sep 20, 2019 · 1 comment · Fixed by #1062
Closed

startJVM classpath does not accept pathlib.Path #529

Thrameos opened this issue Sep 20, 2019 · 1 comment · Fixed by #1062
Assignees
Labels
enhancement Improvement in capability planned for future release on-hold Problem requiring further user input to address

Comments

@Thrameos
Copy link
Contributor

When starting the JVM it checks for the string type rather that if the object handed can quack like a path. The current work around is to force a conversion to a string before calling.

@Thrameos Thrameos self-assigned this Oct 29, 2019
@Thrameos Thrameos added the enhancement Improvement in capability planned for future release label Oct 29, 2019
@Thrameos
Copy link
Contributor Author

This will need to wait until we drop 2.7 support.

@Thrameos Thrameos added the on-hold Problem requiring further user input to address label Nov 12, 2019
pelson added a commit to pelson/jpype that referenced this issue May 5, 2022
pelson added a commit to pelson/jpype that referenced this issue May 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement in capability planned for future release on-hold Problem requiring further user input to address
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant