jenkinsAutoTesting #1

Merged
railgun merged 6 commits from jenkinsAutoTesting into master 2024-03-15 21:15:04 -04:00
Showing only changes of commit 7d2569f3dc - Show all commits

View File

@ -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;