简体   繁体   中英

How do I embed external .wav files in my JAR?

I want to have one JAR and nothing else, I want all external resources to be contained in it. How do I do that?

What you are trying to do with the media will make it into what is typically called an 'embedded resource'. For that scenario, simply put the WAV files in the Jar and access them by URL. See this info. page for how to form the URL.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM