Relative path problems when using registerLocator

When using the registerLocator to identify the location of external assets everything works perfectly if I use an absolute path. Though now I need a relative path. I want the assets to be in a folder next to mygame.jar . My question is now what should this path be ? I thought “…/…/”, but I am wrong. Any help ?

Yep you are wrong, the path has to be absolute. What “.” is depends on how you run your app so you have a completely different can of worms there and its not a jME specific one. What keeps you from just using the assets.jar as its configured in the BasicGame project btw?