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

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -