Skip to content
Advertisement

Tag: java.library.path

IntelliJ Linux LWJGL 3 Add natives to

I wanted to try out the new LWJGL 3 which is currently in kind of a “beta”-state. Embarrassingly I can’t even get the HelloWorld example (http://www.lwjgl.org/guide) to run. package org.lwjgl.glfw does not exist is all I get. I added the lwjgl.jar and disruptor.jar to my module dependencies, but I guess I’m missing something about the natives here. I tried adding

How to add .so file to the java.library.path in Linux

I am working with a java application which needs a .dll file in java.library.path in windows. To run same application in Linux I have the respective .so file which should be added to java.library.path in linux machine, I didnt find any easy solution for this so far I did put the .so in a folder which is already in the

Advertisement