All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jtransc.media.lwjgl.LwjglFiles Maven / Gradle / Ivy

There is a newer version: 0.3.0
Show newest version
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