java - Is .jar archive not anymore useful if I need to apply a patch to a library? -


i've downloaded lucene jar file. i'm including in classpath run lucene application.

however, need apply patch. should download lucene sources, apply patch , compile.. right ? cannot use anymore jar...

thanks

ps. need know how apply patches in java actually... what's command terminal ?

there may alternative approaches, creating new jar file best bet, imo. it'll lot harder mess subtle issues providing second jar file take priority some classes, etc.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -