Does java have a equivalent of C#'s (.NET) Resource,Settings file feature?
807580Aug 20 2009 — edited Aug 20 2009C# in .NET have Resource/ settings file which allows you to put images/files etc.. into the resource file and be built into an .exe. basically mean you don't need to have those images/files stored in a file to my understanding.
Does java have something like that?
because at the moment you have to put images/files (if your using any) into a defined file structure (and have to be correct - to my experience) and then put into a jar.