Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个在 Netbeans 下开发的 java jar 文件,我需要在 Linux 中部署它。现在,根据我的要求,我必须将其设置为二进制可执行文件,就像我们安装 linux 二进制文件并将其压缩到.tar扩展名下一样,以便用户可以从终端安装它。
.tar
此外,我需要将其设置为 linux 守护程序,以便在机器打开后立即启动应用程序。
我使用 Netbeans 作为开发 IDE,我需要在 Linux Ubuntu 机器下安装它。
一种方法: