Skip to content
Snippets Groups Projects
Commit d4eb3033 authored by Adam Blank's avatar Adam Blank
Browse files

Update Tester.java

parent a2f808c9
Branches master
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ public class Tester {
public static void main(String args[]) throws IOException {
/* Figure out where we're being run */
Tester.class.getClassLoader();
Tester.OUT_DIR = ClassLoader.getSystemResource(".").getPath().replace("%20", " ").substring(1);
Tester.OUT_DIR = ClassLoader.getSystemResource(".").getPath().replace("%20", " ");
System.out.println(Tester.OUT_DIR);
/* Delete all existing .class files to makes sure we're working fresh. */
cleanup();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment