java - Resources in stand alone JAR file (jpg vs. wav) -


i understand now, need getresource() wave file when 1 wants create stand alone jar file, because not located in file system anymore. don't is: why work image files? following same logic mean images show when run program in ide not when compile in runnable jar...?!


Comments

Popular posts from this blog

javascript - How to bind ViewModel Store to View? -

recursion - Can every recursive algorithm be improved with dynamic programming? -

c - Why does alarm() cause fgets() to stop waiting? -