Closed GoogleCodeExporter closed 9 years ago
This is an issue with running from a .jar vs. running outside of a .jar. As
long as
you package everything up, it'll work fine.
Original comment by gall.bla...@gmail.com
on 10 Feb 2010 at 12:33
I have the fix for this.
AppFrame.java: Line 76 should be
basePath = System.getProperty("user.dir") + "\\res\\";
instead of
basePath = System.getProperty("user.dir");
I would commit if I could :).
Original comment by nicolas....@gmail.com
on 27 Feb 2010 at 6:39
Original issue reported on code.google.com by
Chet.Bri...@gmail.com
on 25 Jan 2010 at 5:10