通过双击将Ubuntu配置为运行JAR文件


2

在Windows中,当我双击JAR文件时,它将运行封装的Java程序。在Ubuntu中,我所得到的只是存储在JAR文件中的文件列表。有没有一种方法可以配置Ubuntu来运行程序?

Answers:


3
  • 右键单击任何.jar文件
  • 选择属性
  • 导航到属性窗口中的打开方式选项卡
  • 检查Sun Java 1.xx Runtime,然后单击确定

当然,您的版本可能会有所不同,因此请用您的运行时版本替换1.xx。

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.