「helloworld」Javaプログラムを作成し、lauch4jを使用して実行可能jarを.exeファイルに変換しました。cmdで実行しようとしましたが、何も出力されませんでした。また、launch4jで実行しようとしました。ログは次のことを示しています:実行中:C:\ Documents and Settings \ cnbq84 \ Desktop\helloworld.exe。ただし、「HelloWorld」は表示されません。
「HelloWorld」メッセージを表示するにはどうすればよいですか?
ありがとう
これが私の設定ファイルです:
<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>