Package Details: oracle-sqldeveloper 23.1.1.345.2114-1

Git Clone URL: https://aur.archlinux.org/oracle-sqldeveloper.git (read-only, click to copy)
Package Base: oracle-sqldeveloper
Description: A graphical tool for database development
Upstream URL: https://www.oracle.com/tools/downloads/sqldev-downloads.html
Licenses: custom:OTN
Submitter: ilikenwf
Maintainer: frealgagu (malek)
Last Packager: malek
Votes: 37
Popularity: 0.000084
First Submitted: 2015-09-22 06:40 (UTC)
Last Updated: 2023-12-16 19:09 (UTC)

Dependencies (5)

Required by (0)

Sources (5)

Pinned Comments

frealgagu commented on 2020-03-11 04:33 (UTC)

To build the package you need to manually download the no-jre archive from Oracle's site[1] and place it in the same directory with the PKGBUILD[2] and then run makepkg.

[1] https://www.oracle.com/tools/downloads/sqldev-downloads.html, you need "Other platforms"

[2] https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=oracle-sqldeveloper

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

FFY00 commented on 2019-10-30 11:36 (UTC)

Please drop the use of DLAGENTS and PKGEXT in the PKGBUILD. This is not how you are supposed to use them. Your use of PKGEXT is particularly horrible.

timmy1420 commented on 2019-10-29 16:30 (UTC)

Also had this error: java.lang.module.FindException: Module javafx.web not found

But I had jre8, jre10, jre11 and jre13 installed. I removed jre8, jre10, jre13 but didn't remove jre11. I made sure I had jre11-openjdk reinstalled. And then it worked perfectly.

YanDoroshenko commented on 2019-10-09 09:03 (UTC)

To keep compatibility with JDK8 I had to move OpenJFX dependencies to optional. I've included a message saying that you need to install a correct version of OpenJFX depending on JDK version you will be using, hopefully that's enough.

juliusk commented on 2019-10-09 08:42 (UTC)

The new openjdk is in the repos, which isn't supported by sqldeveloper. Please change the java-openjfx dependency to java11-openjfx, with that it will keep working.

YanDoroshenko commented on 2019-09-10 12:56 (UTC)

@ecomaikgolf Do you have JavaFX (version 8 is required I think) installed?

ecomaikgolf commented on 2019-09-09 18:55 (UTC) (edited on 2019-09-10 14:45 (UTC) by ecomaikgolf)

$ oracle-sqldeveloper Oracle SQL Developer
Copyright (c) 2005, 2018, Oracle and/or its affiliates. All rights reserved.

Error occurred during initialization of boot layer
java.lang.module.FindException: Module javafx.web not found

(Using oracle-sqldeveloper-19.2.0.206.2117-2 from Oracle web link provided)

Edit: Fixed by installing "java11-openjfx" and then executing "sudo archlinux-java set java-11-openjdk" to set Java11 as default (oracle sqldeveloper was using java10 as it was the default).

nslxndr commented on 2019-08-13 19:43 (UTC) (edited on 2019-08-13 19:51 (UTC) by nslxndr)

JDK 11 is now also supported: https://www.oracle.com//technetwork/developer-tools/sql-developer/downloads/sqldev-relnotes-192-5592849.html

I suggest the following flexible solution:

< depends=('java-environment=8' 'bash' 'perl' 'java-openjfx')
---
> depends=('java-environment>=8' 'java-environment<=11' 'bash' 'perl' 'java-openjfx')

YanDoroshenko commented on 2019-07-26 09:07 (UTC) (edited on 2019-07-26 09:07 (UTC) by YanDoroshenko)

To build the package you need to manually download the no-jre archive from Oracle's site[1] and place it in the same directory with the PKGBUILD[2] and then run makepkg.

[1] https://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html, you need "Other platforms"

[2] https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=oracle-sqldeveloper

Anthing commented on 2019-07-20 11:44 (UTC)

LouisSimon22 merci pour ton commentaire. J'ai trouvé ce qu'il me fallait ! Bonne journée ;)