How to run a jar file from another jar

前端 未结 2 368
梦毁少年i
梦毁少年i 2021-01-15 09:43

I have a jar file that has been turned into a .exe using L4J, and another jar file in appdata. The reason for having two files is that I need an updating mechanism.

2条回答
  •  清酒与你
    2021-01-15 10:26

    you need to add a jar, by at to classpath, for eg: "c:\mypath\myjar.jar" than you will update that myjar.jar

提交回复
热议问题