So, I have a Splash.png file inside the package. I want to pass the argument -splash: splash.png when running the jar file, but I want the path to be directed to the internal package in the bank, and not outside where the jar actually works.
for example, I have a package called res, but when I do -splash:res/splash.png it will not show a splash
when I do -splash:splash.png and put the png file outside the jar file, it does not show a splash screen.
source share