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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: