windows下如何用java命令運行jar包?

來源:互聯網
上載者:User

step1:用eclipse匯出(也可以用jar命令)jar包,並指定 Main-Class,比如Main-Class: com.skymobi.csj.CsjMain

step2:編寫bat

            step2.1:添加classpath,要將所有依賴的jar和properties用絕對路徑加入,注意必須絕對路徑,然後還要加上自己要啟動並執行jar包

                       set classpath=%classpath%;c:\test\skyopi.properties;c:\test\skyopi-1.0.6.jar;c:\test\slf4j-api-1.5.3.jar;c:\test\slf4j-log4j12-1.5.3.jar;c:\test\commons-logging-1.1.1.jar;

                        c:\test\log4j-1.2.15.jar;c:\test\commons-httpclient-3.1.jar;c:\test\module-framwork-1.5.jar;c:\test\mina-core-2.0.0-RC1.jar;c:\test\log4j.properties;c:\test\csj_skyserver.jar

            step2.2:添加執行指令碼

                        java com.skymobi.csj.CsjMain ModuleID=0xA000 ModuleInstID=0xA001

step3: 將寫好的腳步和依賴的所有jar和配置放到c:/test下(如果這個地址改了,上面的classpath裡要做相應的改變)

step4.:用你的滑鼠雙擊bat,hava fun ^-^

注意:java -classpath 。。。。-jar csj_skyserver.jar arg0 證明無法調用依賴的其他包

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.