我創建了一個「hello world」java程序並使用lauch4j將可執行文件轉換爲.exe文件。當我試圖用cmd運行它,但沒有打印出來。我也嘗試在launch4j中運行它。日誌表示:執行:C:\ Documents and Settings \ cnbq84 \ Desktop \ helloworld.exe。但是仍然沒有顯示「hello world」。lauch4j hello world program
如何顯示「Hello World」味精?
感謝
這裏是我的配置文件:
<launch4jConfig>
<dontWrapJar>false</dontWrapJar>
<headerType>gui|console</headerType>
<jar>C:\Documents and Settings\cnbq84\Desktop\helloworld.jar</jar>
<outfile>C:\Documents and Settings\cnbq84\Desktop\helloworld.exe</outfile>
<errTitle></errTitle>
<cmdLine></cmdLine>
<chdir></chdir>
<priority>normal</priority>
<downloadUrl>http://java.com/download</downloadUrl>
<supportUrl></supportUrl>
<customProcName>false</customProcName>
<stayAlive>false</stayAlive>
<manifest></manifest>
<icon></icon>
<jre>
<path>PATH</path>
<minVersion>1.4.0</minVersion>
<maxVersion></maxVersion>
<jdkPreference>preferJre</jdkPreference>
</jre>
</launch4jConfig>
我這樣做了。但仍然當我運行它在cmd中使用:helloworld.exe 控制檯中沒有輸出 – Lily 2009-06-29 21:14:16
哎呀,錯誤的控制檯。該引用是針對該工具而非其生成的exe。 – Clint 2009-06-29 21:19:17