jenkinsAutoTesting #1
@ -25,8 +25,9 @@ import org.lwjgl.system.MemoryUtil;
|
||||
public class FluidSim {
|
||||
|
||||
static {
|
||||
System.out.println(System.getProperty("user.dir"));
|
||||
System.load(System.getProperty("user.dir") + "/shared-folder/libfluidsim.dll");
|
||||
// System.out.println(System.getProperty("user.dir"));
|
||||
// System.load(System.getProperty("user.dir") + "/shared-folder/libfluidsim.dll");
|
||||
System.load(new File("./shared-folder/libfluidsim.dll").toPath().toAbsolutePath().toString());
|
||||
}
|
||||
|
||||
public static final int DIM = 18;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user