Michael Hekeler <mich...@hekeler.com> wrote:

>As others said before DBeaver is written using Java 17 and maybe you
>cancompile it whith OpenJDK 17 and Maven.
>DBeaver is based on Eclipse and it is also available as eclipse plugin.
>
>Many of these Database GUI's are based on java and so maybe you can
>find something you like.

Yes, I will probably end to try out PDT and see how is running.

>There is also HeiSQL which is written in pascal. Many years ago i
>compiled that beast with lazarus and it runs fine ;-)

Well, strictly for oldies.. Pascal merit a /myown/postmortem with all
the respect due for it userland and what was its educational purpose
addressed to me. Talking about the 1986.. 

>There are PHP based database GUI's.
>E.g. there is Adminer. Just one single php file to drop in your
>webserver.

This is the due tip for everyone. 

If, frankly speaking.. you are in the need to go mainstream from any
prospective that is the way, despite any Java and installation issue.

I am curious to come back to the desktop application with
reminiscences from SQL Server to see what is the gain in terms
"beautiful security" doing this backward physical passage.. from
the web, I mean.

>But in the end it all depends on what you expect from such a tool.
>
>From my experience (which you can safely ignore for sure) i can
>suggest:
>if you really want to use a database then you have to use the tools
>provided by this database.
>The time learning such all-purpose database management tools is better
>invested in learning the quirks of the specific DBMS you want to use.
>I find this is true for postgresql, oracle and sql-server.

You just mentioned an other important tip for everyone.

But for what is my web development principle at time sometimes I neither
want to mind that gap..the sufferance between DBMS. In fact one more
safe (no driver, no clasess. etc ) solution exists than dbs although not
scaling a lot.. at time and it depends from your infrastructure..

Omar Polo <o...@omarpolo.com> wrote:

> you need to use a newever version of java.  The readme is confusing,
> first says jdk 11 and later 17, but is 17 the one really needed.
> 
> I have 17 selected by default since i've added it to my PATH.  another
> way would be to set JAVA_HOME=/usr/local/jdk-17/ (and don't forget to
> install the package too.)
> 
> with that, maven finishes to build.  I don't have any clue on how to
> run this stuff though, so haven't tested.  I think (based on some
> github comment) that you need to install eclipse and run dbeaver as a
> plugin?
 
Thank you Omar for the all the hints.

Because my system constraints I switched to my user to compile all
DBeavel and finally the installation terminates with this:

[INFO] DBeaver CE Standalone 22.3.1-SNAPSHOT .............. SKIPPED
[INFO] DBeaver P2 Repositories 1.0.0-SNAPSHOT ............. SKIPPED
[INFO] DBeaver CE Repository 1.0.0-SNAPSHOT ............... SKIPPED
[INFO] DBeaver - Debug support 1.0.0-SNAPSHOT ............. SKIPPED
[INFO] DBeaver - Office support 1.0.0-SNAPSHOT ............ SKIPPED
[INFO] DBeaver - SVG support 1.0.0-SNAPSHOT ............... SKIPPED
[INFO] DBeaver - Git support 1.0.0-SNAPSHOT ............... SKIPPED
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE [INFO]
------------------------------------------------------------------------
[INFO] Total time:  16:42 min [INFO] Finished at:
2023-02-08T11:08:17+01:00 [INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.eclipse.tycho:tycho-packaging-plugin:3.0.1:package-plugin
(default-package-plugin) on project org.jkiss.utils: Error assembling
JAR: /usr/local/dbeaver/bundles/org.jkiss.utils/target/classes isn't a
directory. -> [Help 1] [ERROR] [ERROR] To see the full stack trace of
the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using
the -X switch to enable full debug logging. [ERROR] [ERROR] For more
information about the errors and possible solutions, please read the
following articles: [ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] [ERROR] After correcting the problems, you can resume the build
with the command [ERROR]   mvn <args> -rf :org.jkiss.utils

I checked the dir /usr/local/dbeaver/bundles/org.jkiss.utils/target/
and in fact doesn't exist.

Thanks!

-- Daniele Bonini

Reply via email to