CloudBeaver Documentation

DOWNLOAD pdf

Develop in Eclipse

Table of contents

Cloudbeaver is based on DBeaver platform, so firstly you need to configure DBeaver in Eclipse.

The rest steps are the same from the Eclipse perspective:

  1. Import Cloudbeaver project via import wizard "General->Existing Maven Projects";
  2. Update Maven project if some modules failed to build;
  3. Import Cloudbeaver launch configuration, which located at "/cloudbeaver/server/product/web-server/CloudbeaverServer.product", after that press Launch as Eclipse applicaton

Screenshot 2024-01-18 173737

Troubleshooting

For some Linux systems, you also need to install the following GTK plugins to build DBeaver successfully:

  • org.eclipse.e4.ui.swt.gtk;
  • org.eclipse.equinox.launcher.gtk.linux;
  • org.eclipse.swt.gtk.linux.

Did we resolve your issue?