Developing DBeaver with IntelliJ IDEA #37819
-
|
Hi everyone, According to the official wiki guide, I’ve successfully set up and run DBeaver locally using IntelliJ IDEA. However, I have a question: after I make code changes in IDEA, I find that I need to manually compile the affected module using the mvn command in the terminal and then restart the application for the changes to take effect. Is there a more efficient way to apply changes (especially UI-related or plugin-related ones) directly from IDEA without rebuilding via the command line every time? For example, can I use IntelliJ's internal build system or hot reload techniques to speed up the dev-test cycle? Any suggestions or best practices are appreciated. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 13 replies
-
|
Weird, what happens when you compile using IDEA? |
Beta Was this translation helpful? Give feedback.
-
|
@EastLord how did you managed to run it in the first place? Because the wiki does not specify what to choose for the launch/debug configuration, there is no preset file (runConfiguration) and you can't even guess it by the last screenshot which is cropped. I always get "java.io.FileNotFoundException: Could not find framework under /home/sam/development/dbeaver-INTELLIJ/dbeaver/plugins/org.jkiss.dbeaver.launcher/target/classes/plugins" with these settings:
|
Beta Was this translation helpful? Give feedback.




@EastLord, you can make it do that by adding the following options. After that, I would recommend moving the launch configuration from the
Generatedfolder to avoid it being rewritten.