Getting lots of compilation errors settting up DBeaver in Eclipse #9622
-
Just cloned the project and imported into Eclipse via pom.xml files, but getting lots of compilation errors. I'm a newbie to Eclipse RCP, so perhaps I'm missing a plugin? Thanks for any help. |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments
-
FYI, I just installed the Eclipse SDK, but still getting build errors. |
Beta Was this translation helpful? Give feedback.
-
FWIW, I reinstalled Eclipse as |
Beta Was this translation helpful? Give feedback.
-
Accordingly to step 14 from this instruction https://github.com/dbeaver/dbeaver/wiki/Develop-in-Eclipse
|
Beta Was this translation helpful? Give feedback.
-
Thanks @uslss, I just needed to add those two dependencies mentioned in the Eclipse Development section. Appreciate the help! |
Beta Was this translation helpful? Give feedback.
-
OK, I get a clean build now, but when I try to debug the app I see the DBeaver splash screen, but then it says "The application could not start." The Eclipse console shows a bunch of ClassNotFoundException messages. For example:
I went to the Run Configuration and checked |
Beta Was this translation helpful? Give feedback.
-
Figured I would update all of the Maven projects, but that's giving lots of errors. :-( |
Beta Was this translation helpful? Give feedback.
-
I actually just started from scratch on this (with Eclipse 2020-09) and got it to work. Looks like I just needed to root the workspace properly. i.e. I needed to import from the folder above the one that contained the root |
Beta Was this translation helpful? Give feedback.
Accordingly to step 14 from this instruction https://github.com/dbeaver/dbeaver/wiki/Develop-in-Eclipse