java - Modifying a jar file -
I have a jar file that is used as an applet in an html file. I modify the content of the jar file Do and want to rebuild the jar file so that the HTML works well with the new jar file. How can i do this
I had already tried to modify the source and make a new jar by using 7zip nad. But when I use it in html it shows some java.lang.Classnotfound error
You can reject or rejar sections and source files you like.
unjar
jar -xvf abc.jar
jar
jar cf abc. Jar input-files
Comments
Post a Comment