Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8892647
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T23:03:23+00:00 2026-06-14T23:03:23+00:00

I am making a card game, and it’s almost done. The last thing I

  • 0

I am making a card game, and it’s almost done. The last thing I want to do is play some background music. Now if I copy the file into the default package and make a single jar file of the game, will the music play on all computers? Currently, on my PC it’s running without any problem by giving a specific path for the file like "C:\\samp.wav";. But I am worried that if I make a jar file and run it on another PC it won’t work properly. I think there will be a FileNotFoundException. Am I right or wrong?

For the card’s image I am using this line:

jLabel1.setIcon(new javax.swing.ImageIcon(getClass().getResource("/1.jpg")));

Those pictures I have inserted into my default package. I want to do the same for the music file, but how? I am using NetBeans.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T23:03:24+00:00Added an answer on June 14, 2026 at 11:03 pm

    You should include the wav file inside your application jar. This way you won’t have to manage the copy of the file in the user’s file system (keep in mind that, for example, in UNIX, Mac, etc. you can’t access to the hard drive through C:/...).

    For example, if you place the wav file in the root of the app jar (app.jar/samp.wav):

    InputStream is = getClass().getClassLoader().getResourceAsStream("samp.wav");
    

    or, if you had a “sounds” directory in the app jar root (app.jar/sounds/samp.wav):

    InputStream is = getClass().getClassLoader().getResourceAsStream("sounds/samp.wav");
    

    Check this post for extra information about playing wav files with Java (though for your question, I think you have already solved this problem). Consider as well playing it in a separate thread. Check also this web for examples about managing media files in Java.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am making card game in C# WPF. For now I have singleplayer mode,
I'm making a simple card game server in Java using eclipse. I'm now trying
I am making a JFrame for a card game. I want to restart the
I’m making a bot that can test some card tactics on a game, the
I am making a card game where the player can touch and drag around
I am making a card game in ruby. I have the Game class, which
Scenario : I am making a clone of a popular card game. There needs
I'm making a game in c++. It is a card game. I have made
I am making a card game in java/android. The idea is simple, a random
Hello I'm making Christmas card on flash and I put some snowflakes from this

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.