1

https://github.com/libgdx/packrから packr をダウンロードしました& Packr json は

{
"platform": "windows64",
"jdk": "C:/Program Files/Java/jdk1.8.0_72",
"executable": "myapp",
"classpath": [
    "input/test-hello.jar"
],
"mainclass": "Main",
"vmargs": [
   "Xmx1G"
],
"minimizejre": "soft",
"output": "out-windows64",
"verbose": true

test-hello.jar には、System.out に単に「Hello」を書き込む Main.class があります。exe のパッケージ化中にエラーは報告されません。ただし、exe を実行すると、コンソールに何も出力されません。json に欠けているものはありますか? 誰かが簡単な実例を持っていますか?

4

0 に答える 0