请教各位老铁,如何将Java的程序弄成单独桌面客户端,不想用exe4j这种,有没有从idea或者eclipse直接能弄成客户端应用的那种
看看官方论坛上的内容,使用插件 https://intellij-support.jetbrains.com/hc/en-us/community/posts/360008885240-How-to-create-an-executable-exe-file-using-Intellij
https://stackoverflow.com/questions/147181/how-can-i-convert-my-java-program-to-an-exe-file/147233#147233
JavaService实现Windows服务
其实还有一个办法用c的system函数启动.jar文件,c能直接编译成exe文件