WZPath Property Change (#133)
Allows hotcode placement due to IDE's being able to find WZ files loading from debugging mode, for example, Eclipse or IntellJ. Useful out of the box.
This commit is contained in:
@@ -365,6 +365,7 @@ public class Server implements Runnable {
|
||||
}
|
||||
|
||||
public static void main(String args[]) {
|
||||
System.setProperty("wzpath", "wz");
|
||||
Server.getInstance().run();
|
||||
}
|
||||
|
||||
@@ -858,4 +859,4 @@ public class Server implements Runnable {
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user