-
Notifications
You must be signed in to change notification settings - Fork 586
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
Explore the possibility of removing . from manifest class path #192
Comments
If we do so, we would need a way to prevent beginners from getting confused between ';' and ':' when trying out simple examples on different platforms. Would you have ideas about how to resolve that another way? |
… remove "." from class path (issue #192)
It's done, I've removed "." from the class path! I've upgraded the build process so it's now possible to compile and run classes from source this way with only a single command to make it easy for new users, without the need to have "." in the class path: java -jar javacpp.jar NativeLibrary.java -exec |
Now released in JavaCPP 1.4.4! Thanks for your patience |
Adding . to class path implicitly could lead to mysterious class path problems. Consider the possibility of removing it.
The text was updated successfully, but these errors were encountered: