Stuart Henderson <[email protected]> wrote:
> On 2023-02-08, Michael Hekeler <[email protected]> wrote: > > As others said before DBeaver is written using Java 17 and maybe > > you can compile it whith OpenJDK 17 and Maven. > > It is, but it's not pure Java, inside some .jars are compiled .so > files (OS-specific "native code"), and there are native binaries > > product/community/target/products/org.jkiss.dbeaver.core.product/linux/gtk/x86_64/dbeaver/dbeaver > product/community/target/products/org.jkiss.dbeaver.core.product/win32/win32/x86_64/dbeaver/dbeaver.exe > product/community/target/products/org.jkiss.dbeaver.core.product/win32/win32/x86_64/dbeaver/dbeaverc.exe > product/community/target/products/org.jkiss.dbeaver.core.product/macosx/cocoa/x86_64/DBeaver.app > > As well as build system changes needed to build OpenBSD binaries, > there are checks inside the code itself for OS type as well as it > does some things slightly differently on Linux which would likely > need patching to also handle OpenBSD. > > I think it's unlikely you are going to run this on OpenBSD without a > fair bit of pain. Thanks, I'm just coming from trying to build it and indeed I obtained some nice binaries for Windowz, Linuz and Big Mac.. and the Plugins for Eclipse. As Omar Polo suggested, the remaining solution is to install it like a plugin. And also here I started from the more difficult road: installing the plugin within Netbeans IDE but I ended unsuccessfully, it depends from a lot of Eclipse plugins itself. I'm going to try out PDT (Eclipse IDE for PHP) and I will update you soon. Meanwhile if you are in the need.. I pass you the binary for Windows. -- Daniele Bonini

