I can run .jar files through cmd, but I cannot double click them

后端 未结 6 898
星月不相逢
星月不相逢 2020-11-29 09:52

First, I am studying Java, but I am still very new to it, so complicated code will go over my head.

When I download a .jar file to say install a mod to minecraft and

6条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-29 10:08

    If you don't care too much about understanding the underlying problem, this might help:

    http://johann.loefflmann.net/en/software/jarfix/index.html

    --and a double-clickable .jar needs to have Main-Class correctly set in MANIFEST.MF

提交回复
热议问题