mirror of
https://github.com/dbeaver/cloudbeaver.git
synced 2026-04-25 13:46:02 +03:00
[GH-ISSUE #576] How to import the cloudbeaver source code into the development tool eclipse or idea #163
Labels
No labels
AS
can't reproduce
can't reproduce
deployment
development
documentation
duplicate
duplicate
ee
enhancement
external
new driver
performance
pull-request
third party issue
wait for response
wait for review
wontfix
x:Oracle
x:cassandra
x:clickhouse
x:db2
x:duckdb
x:greenplum
x:h2
x:h2gis
x:hana
x:hive
x:intersystems
x:kyuubi
x:maria
x:mongo
x:mysql
x:postgresql
x:presto
x:sql server
x:sqlite
x:teradata
x:trino
xf:accessibility
xf:administration
xf:ai
xf:authentication
xf:aws
xf:commit-mode
xf:connection
xf:dark theme
xf:data editor
xf:datatransfer
xf:dba
xf:driver management
xf:erd
xf:filters
xf:i18n
xf:i18n
xf:installer
xf:json
xf:kerberos
xf:ldap
xf:local config
xf:log viewer
xf:metadata
xf:metadata editor
xf:navigator
xf:okta
xf:query manager
xf:resource manager
xf:scripts
xf:sql editor
xf:tasks
xf:ui/uix
xo: Firefox
xo:eclipse
xo:internet explorer
xo:macos
xp:major
xrn:internal
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudbeaver#163
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dinsy008 on GitHub (Dec 7, 2021).
Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/576
How to import the cloudbeaver source code into the development tool eclipse or idea for secondary development
@kseniiaguzeeva commented on GitHub (Dec 8, 2021):
Thank you for your interest in CloudBeaver. The way is the same as DBeaver has. You can use following instructions:
https://github.com/dbeaver/dbeaver/wiki/Develop-in-Eclipse
https://github.com/dbeaver/dbeaver/wiki/Develop-in-IDEA
Please feel free to ask any additional questions.
@kseniiaguzeeva commented on GitHub (Dec 8, 2021):
Also we've created the additional article in Cloudbeaver wiki Develop in Eclipse.
@dinsy008 commented on GitHub (Dec 13, 2021):
reference resources https://github.com/dbeaver/dbeaver/wiki/Develop-in-IDEA There is still a problem with the build
Can you describe in detail how to build a development and debugging environment in idea
@lichaoge commented on GitHub (Dec 15, 2021):
Does cloud dbeaver support Command line to pass parameters? Can parameters be passed in using Command line like windows when starting the dbeaver container? For example: https://github.com/dbeaver/dbeaver/wiki/Command-Line
@serge-rider commented on GitHub (Dec 22, 2021):
Yes, you can pass command line parameters to CloudBeaver. But only parameters related to JVM (System parameters and VM arguments from the article mentioned above). You can add these parameters in the
run-server.shscript or y settingJAVA_OPTSenvironment variable.@kseniiaguzeeva commented on GitHub (Jan 12, 2022):
Please feel free to ask to reopen the ticket if you have any additional questions.