File symbolMapsDirectory = new File(path);
I would assume something like getResourceStream().
Does this even work in a deployed war/ear archive which is not unpacked? Or is it neccessary that the symbolMaps are deployed outside of the application archive?
Regards,
Axel