com.jtransc.media.lwjgl.LwjglFiles Maven / Gradle / Ivy
package com.jtransc.media.lwjgl;
import java.io.File;
public class LwjglFiles {
static public File getResource(String path) {
return new File(LwjglFiles.class.getClassLoader().getResource(path).getPath());
//String basePath = (new File(com.jtransc.media.lwjgl.LwjglFiles.class.getClassLoader().getResource(".").getPath())).getAbsolutePath();
//return new File(basePath + "/" + path);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy