脚本编写
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
regsvr32 %systemroot%\system32\jscript.dll /s
regsvr32 %systemroot%\system32\vbscript.dll /s
regsvr32 %systemroot%\system32\Shdocvw.dll /s
regsvr32 %systemroot%\system32\Oleaut32.dll /s
regsvr32 %systemroot%\system32\Actxprxy.dll /s
regsvr32 %systemroot%\system32\Mshtml.dll /s
regsvr32 %systemroot%\system32\Urlmon.dll /s
regsvr32 %systemroot%\system32\browseui.dll /s
?
因为涉及到模块之间的jar文件的调用,所以改动的功能都需要重新生成jar文件才能生效.最终,服务器运行的程序也是class文件,所以生成jar的原文件也都是class目录下的class文件.
cd WebRoot/WEB-INF/classes
jar cvf ../../../pciggg.jar ./*