java - Overriding classes in jar in Netbeans modules -


i have a netbeans project (module a) dependent on (module b). module b dependent on jar file , want override class in jar module a. possible? have tried creating class same name , in same package in module a, not work. works if in module b though.

this requires change code of jar file itself, , not recommend doing that, unless can it.


Comments