One java convention is to pull all of the non-java files (xml, jpg, etc) into a resources folder that has the same package structure as the src folder.
In the case of this repo, create a resource directory next to the source directory and add a mario package. You should be able to just move xml file over to resource directory and it will work just the same as before
Cheers,
Mike
One java convention is to pull all of the non-java files (xml, jpg, etc) into a resources folder that has the same package structure as the src folder.
In the case of this repo, create a resource directory next to the source directory and add a mario package. You should be able to just move xml file over to resource directory and it will work just the same as before
Cheers,
Mike