We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03dc022 commit 952f091Copy full SHA for 952f091
1 file changed
java_package/brainflow/src/main/java/brainflow/JarHelper.java
@@ -24,7 +24,7 @@ public static Path unpack_from_jar (String lib_name)
24
}
25
try
26
{
27
- System.err.println ("Unpacking to: " + file.getAbsolutePath ().toString ());
+ System.err.println ("Unpacking to: " + file.getAbsolutePath ());
28
if (file.exists ())
29
file.delete ();
30
InputStream link = (JarHelper.class.getResourceAsStream (lib_name));
0 commit comments