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