No startup file #39994
Replies: 2 comments
-
|
From your above screenshot, you're missing the
My guess is, you forgot to run the
So here are the commands (or steps) I would use, in a Windows command prompt, to develop for DBeaver: git clone https://github.com/dbeaver/dbeaver
cd dbeaver\tools
build.cmdand you'll have the above folder structure set up for development. Then in your Eclipse workspace, import as "Existing Maven Projects",
first import the Further more, the and then after a while the Maven build would complete (hopefully successful! - just watch the |
Beta Was this translation helpful? Give feedback.
-
|
As to the missing "launch configuration files", they are no longer included in the |
Beta Was this translation helpful? Give feedback.



Uh oh!
There was an error while loading. Please reload this page.
-
I strictly followed the wiki tutorial to configure Eclipse. After 7 hours, Eclipse finally stopped reporting errors, but I couldn't find the debug and launch configuration files. After using m2's package, an error occurred as shown below
My Java version is 21, and my Eclipse version is 2024-12
Thanks for the explanation
Beta Was this translation helpful? Give feedback.
All reactions