linux下如何安装.jar文件?
Tofloor
poster avatar
nearsun
deepin
2014-01-17 06:23
Author
需要用java运行jar文件,“其他打开程序”选项里没有java的相关选项!求解!
Reply Favorite View the author
All Replies
weiertzw
deepin
2014-01-22 01:00
#1
安装java呗......
Reply View the author
electricface
deepin
2014-01-22 18:04
#2
用命令行运行
  1. java -jar ${jar文件的路径}
Copy the Code

安装java 运行库的方法
  1. sudo apt-get install -y openjdk-7-jre
Copy the Code
Reply View the author