Last active
February 21, 2025 13:35
-
-
Save souhaiebtar/9bc22ff3eafbba1542b5c05a70228a02 to your computer and use it in GitHub Desktop.
[dbeaver config file] .ini file for dbeaver #dbeaver #linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# path on linux /usr/share/dbeaver/dbeaver.ini | |
# path on macos /Applications/DBeaverEE.app/Contents/Eclipse/dbeaver.ini | |
-vm | |
/usr/bin/java | |
-startup | |
plugins/org.eclipse.equinox.launcher_1.5.600.v20191014-2022.jar | |
--launcher.library | |
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1100.v20190907-0426 | |
-vmargs | |
-javaagent:/home/tunknown/.apps/dbeaver/dbeaver-agent.jar | |
-XX:+IgnoreUnrecognizedVMOptions | |
--add-modules=ALL-SYSTEM | |
-Xms128m | |
-Xmx2048m | |
## key | |
--- dbeaver-ue(v24) LICENSE --- | |
Aute1ggND8ibzFo8GX5TBUzdS5asAxIsinAfL7ESygPg7TN49LzMXjtMyucK4vdKSTaec8uPCelEOdU2lcZBveDtKQ8P6xnaFHK+lcdNR5WLGigbbkBeHuilU8CXwC2ZOM5+T3+SPhPwSxOaxeCPFt0IylrBHTblA2hPL9c/cfwAF6T9RfEdSQB9iUnilSG7vw6twQv+xtDfJWnmMy6rn9dxNcg5idgAJ1QHCqJUK62Qpu5LyqcEBFYD/J1BuCy46pik5DUEJMVYIX8Alxfmoph6jDBFs0DH6miiUEtrs0UfOFHYs/tmx0FQxPx7Rw4zxBHZOKQ8V5dT//s0h+U6DQ== | |
--- 请复制上一行 --- |
path in windows: "C:\Users\user\AppData\Local\DBeaver\dbeaver.ini"
macOS: nano /Applications/DBeaver.app/Contents/Eclipse/dbeaver.ini
In my case it was on: C:\Program Files\DBeaver\dbeaver.ini
For the ones who can't find the 185 folder like me, look into the current folder instead
nice! it work
for those who can't find the file :
cd /Applications/ && find . -iname dbeaver.ini
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is written on top in the comment-section :-)
On my snap Installation on Ubuntu the path is
/snap/dbeaver-ce/185/usr/share/dbeaver-ce