root/Project Folder/.project
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"?> <projectDescription> <name>Bump_n_Jump</name> <comment></comment> <projects> </projects> <buildSpec> <buildCommand> <name>org.eclipse.jdt.core.javabuilder</name> <arguments> </arguments> </buildCommand> </buildSpec> <natures> <nature>org.eclipse.jdt.core.javanature</nature> </natures> </projectDescription> |