You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No, it works just fine because "." is in the class path already, see #192. In any case, we can't put java -cp javacpp.jar:. NativeLibrary either because it doesn't work on Windows, we need to use a semi-colon on that platform. Anyway, I'll mark this as a duplicate of #192. Let's continue the discussion there! Thanks
For example:
simply throws error
Error: Could not find or load main class NativeLibrary
Need to add current directory to the classpath like:
The text was updated successfully, but these errors were encountered: