root/Project Folder/.classpath
added a new folder called Project Folder that contains the Eclipse project i've been using. Should be able to compile & run when put into eclipse.
<?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path=""/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="output" path=""/> </classpath> |