My project JavaBasic gets NullPointerException
at this line :
url = this.getClass().getClassLoader().getResource("/JavaBasic/res/sfx_wing.wav");
I think my getResource method get problems and it's relevant to Classpath, how can I set it ? Thanks!