-
Notifications
You must be signed in to change notification settings - Fork 1
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
[NativeBinaryLoader] Allow loading natives via JME NativeLibraryLoader #48
Comments
This could be managed by creating a static Boolean flag Notice, the flag should be true by default; because disabling the extraction process by default will break the test CI/CD workflow, so you will have to set this manually when implementing in jMonkeyEngine, before calling the If you agree on these modifications, please let me know, so I could prepare my schedule to solve this issue. |
If you also cannot think of a good place to make a call for |
Edit: Never mind, I think using NativeBinaryLoadr.setAutoLoad(false) is fine.
I think it should be in the class implementing JME
|
It would be nice to add an option to be able to extract and load natives via JME NativeLibraryLoader. By default, JME (in the master branch) will export to
System.getProperty("java.io.tmpdir")
instead of extracting to the working directory (user.dir
) if no custom extraction folder is specified.The text was updated successfully, but these errors were encountered: