Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
Deepin15.7 Dbeaver、smartsvn、smartgit无法打开的问题解决方案
Experiences and Insight
611
views ·
1
replies ·
To
floor
Go
think-wang
deepin
2018-09-17 17:30
Author
因为jdk的问题部分软件无法正常打开,以下是解决方案,请参考。
最近更新了系统,发现smartsvn、smartgit、Dbeaver都无法打开了,上网googlel一下,发现是java9的问题,需要把软件的java版本更改一下就可以了
先上jdk的位置
一、smartgit
首先进入smartgit的bin目录 我的是在 /opt/smartgit/bin
然后编辑smartgit.sh sudo vi smartgit.sh
保存就OK了
二、smartsvn
步骤同上
1
2
cd /opt/smartsvn/bin
sudo vi smartsvn.sh
三、 Dbeaver
1
2
cd /usr/share/dbeaver
vi dbeaver.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
-startup
plugins/org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.551.v20171108-1834
-showsplash
--launcher.GTK_version
2
--launcher.appendVmargs
-vm
/usr/lib/jvm/java-8-openjdk-amd64/bin
-vmargs
-XX:+IgnoreUnrecognizedVMOptions
--add-modules=ALL-SYSTEM
-Duser.language=en
-Xms64m
-Xmx1024m
把上面的全部替换了就好
注:原出处 转自博客园:http://www.cnblogs.com/ligoment/p/9620594.html
Reply
Like 0
Favorite
View the author
All Replies
aida
deepin
2018-09-17 18:55
#1
厉害!感谢分享
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
【Enhanced Repo】Better Deepin Repo is released
Update driver for my computer
Popular Events
More
最近更新了系统,发现smartsvn、smartgit、Dbeaver都无法打开了,上网googlel一下,发现是java9的问题,需要把软件的java版本更改一下就可以了
先上jdk的位置
一、smartgit
首先进入smartgit的bin目录 我的是在 /opt/smartgit/bin
然后编辑smartgit.sh sudo vi smartgit.sh
保存就OK了
二、smartsvn
步骤同上
2
sudo vi smartsvn.sh
三、 Dbeaver
2
vi dbeaver.ini
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
plugins/org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.551.v20171108-1834
-showsplash
--launcher.GTK_version
2
--launcher.appendVmargs
-vm
/usr/lib/jvm/java-8-openjdk-amd64/bin
-vmargs
-XX:+IgnoreUnrecognizedVMOptions
--add-modules=ALL-SYSTEM
-Duser.language=en
-Xms64m
-Xmx1024m
把上面的全部替换了就好
注:原出处 转自博客园:http://www.cnblogs.com/ligoment/p/9620594.html