A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/nativelibs4java/nativelibs4java/issues/406 below:

Not all library aliases tested · Issue #406 · nativelibs4java/nativelibs4java · GitHub

Hi,
I found this issue inside the BridJ.findNativeLibraryFile() method. Following code prevents iteration over all elements inside the possibleNames list:

            try {
                File f;
                if (isAndroid())
                    f = new File("lib" + name + ".so");
                else
                    f = extractEmbeddedLibraryResource(name);

                if (f == null || !f.isFile())
                    throw new FileNotFoundException(StringUtils.implode(possibleNames, ", "));

                return f;
            } catch (IOException ex) {
                throw new RuntimeException(ex);
            }

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4