class MyClass { public static void startPlayer() { URL songPath = MyClass.class.getResource("background.mp3"); } }