I need to remove JMSAppender class from log4j-1.2.17.jar. This jar is wrapped in my executable jar named xyz.jar. What is the most effective and easy way to delete JMSAppender class and make the jar as it is again?
File directory looks like this:
xyz.jar
|- BOOT-INF/lib/log4j-1.2.17.jar
|- META-INF
|- org
log4j-1.2.17.jar
|- org
|---apache
|-----log4j
|-------net
|---------JMSAppender.class
|- META-INF