java - How to update .class file into existing .jar file? -


have 1 ".class" file , want update(add) new changes existing ".jar" file. how in "cmd" prompt(windows os) , steps should follow steps?

i assume jar file must quite large , hence trying avoid recreating via ant/maven.

if using java 7, visit link : zip file system provider ,

which treats zip or jar file file system , allows update jar, though it's not via command line.


Comments

Popular posts from this blog

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

html - Why is a table with width of 75% wider than three tables which total 99%? -