Hello, I have been working on a game recently, and I have tried to make it run both as an applet and an application, I have been able to overcome most of the problems, but one I could solve but it would be inelegant.
The problem is that when I run as an applet (this is all in eclipse btw) it treats the root folder as /bin, but when I run it as an application it treats the root as being the project folder. Is there a way to make both of them the same in a way that will work with jar files nicely.
thank you, and sorry if I wasn’t very clear
h3ckboy