Notes on Integration: modifying JAR files: "What you need to do is use the JAR utility that comes with JDK. This way you can insert you class file and create a new JAR that your application can pick up.
1) use the following command to 'unzip' or expand your jar:
> jar xf .jar
This will cause the contents of the JAr to be extracted in the current directory.
2) Make your changes .. replace class file.. whatever.
3) use the following command to 'zip' or create your new jar:
jar cf jar-file input-file(s)/folder
Of course, the Sun site has detailed information.
You could also use the u parameter to update only the files you need.
jar -uf .jar"
23对于刚刚走出三伏,并且遭遇严重伏旱的地区,如果继续受副热带高压的控制,往往容易形成夏秋连旱,使秋季防火期大大提前,需要警惕。
-
对于刚刚走出三伏,并且遭遇严重伏旱的地区,如果继续受副热带高压的控制,往往容易形成夏秋连旱,使秋季防火期大大提前,需要警惕。
12 minutes ago