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

Feed javacpp.jar path to temp file deleter #13

Merged
merged 1 commit into from
Feb 24, 2015
Merged

Feed javacpp.jar path to temp file deleter #13

merged 1 commit into from
Feb 24, 2015

Conversation

mabruce
Copy link
Contributor

@mabruce mabruce commented Feb 24, 2015

Get OS-localized file path to jar file enclosing Loader class, and feed this path to the temp file deleter on Windows instead of java.class.path. If the java program is launched through a dedicated classpath loader, java.class.path may not contain the javacpp jar. By locating the correct jar, this circumstance should be avoided.

Get OS-localized file path to jar file enclosing Loader class, and feed this path to the temp file deleter on Windows instead of java.class.path. If the java program is launched through a dedicated classpath loader, java.class.path may not contain the javacpp jar. By locating the correct jar, this circumstance should be avoided.
saudet added a commit that referenced this pull request Feb 24, 2015
 * Clean up Windows `java.io.tmpdir` even when program messes with `java.class.path` (issue #12)
@saudet saudet merged commit e2af6ce into bytedeco:master Feb 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants