Skip to content
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

LWJGL natives doesn't work in OneJar #18

Open
Levvy055 opened this issue Nov 17, 2014 · 0 comments
Open

LWJGL natives doesn't work in OneJar #18

Levvy055 opened this issue Nov 17, 2014 · 0 comments

Comments

@Levvy055
Copy link

LWJGL needs natives.
So I got them and added binLib=files("/libs/native/windows")
to gradle.build in task, but lwjgl crashes on launch that natives are missing.
When I put run config
run {
systemProperty 'java.library.path', file( '/libs/native/windows' )
}
than run command 'run' program is launched fine. Is there any implementation of doing it in plugin?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant