Skip to content

Instantly share code, notes, and snippets.

@souhaiebtar
Last active April 19, 2024 13:48
Show Gist options
  • Star 19 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save souhaiebtar/9bc22ff3eafbba1542b5c05a70228a02 to your computer and use it in GitHub Desktop.
Save souhaiebtar/9bc22ff3eafbba1542b5c05a70228a02 to your computer and use it in GitHub Desktop.
[dbeaver config file] .ini file for dbeaver #dbeaver #linux
# 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
-XX:+IgnoreUnrecognizedVMOptions
--add-modules=ALL-SYSTEM
-Xms128m
-Xmx2048m
-javaagent:/home/tunknown/.apps/dbeaver/dbeaver-agent.jar
## key
# hAFjjtp3uQZmeLzF3S4H6eTbOgmru0jxYErPCvgmkhkn0D8N2yY6ULK8oT3fnpoEu7GPny7csN
# L1g+D+8xR++/L8ePsVLUj4du5AMZORr2xGaGKG2rXa3NEoIiEAHSp4a6cQgMMbIspeOy7dYWX6
# Fhtpnu1YBoTmoJPaHBuwHDiOQQk5nXCPflrhA7lldA8TZ3dSUsj4Sr8CqBQeS+2E32xwSniymK
# KcVX75qnuxhn7vUY7YL2UY7EKeN / AZ + 1NIB6umKUODyOAFIc8q6zZT8b9aXqXVzwLJZxHbEgcO
# sQfyvqUgqD6clzvFry9+JwuQsXN0wW26KDQA==
@Zeioth
Copy link

Zeioth commented Sep 16, 2021

Where do you save this?

@wblessen
Copy link

wblessen commented Jun 2, 2022

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

@isaquetdiniz
Copy link

path in windows: "C:\Users\user\AppData\Local\DBeaver\dbeaver.ini"

@MegalodonBite
Copy link

macOS: nano /Applications/DBeaver.app/Contents/Eclipse/dbeaver.ini

@alejandrofloresm
Copy link

In my case it was on: C:\Program Files\DBeaver\dbeaver.ini

@carlos-fitzroy-it
Copy link

For the ones who can't find the 185 folder like me, look into the current folder instead

@elminson
Copy link

elminson commented Oct 2, 2023

nice! it work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment