Package Details: bluej 5.5.0-1

Git Clone URL: https://aur.archlinux.org/bluej.git (read-only, click to copy)
Package Base: bluej
Description: A free Java Development Environment designed for beginners, used by millions worlwide.
Upstream URL: https://www.bluej.org
Licenses: GPL2, custom, BSD, Apache, CDDL, CPL
Submitter: zerathidune
Maintainer: nomisge
Last Packager: nomisge
Votes: 72
Popularity: 0.000000
First Submitted: 2007-11-19 19:23 (UTC)
Last Updated: 2025-06-06 14:01 (UTC)

Dependencies (6)

Required by (0)

Sources (4)

Latest Comments

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

Fuxy commented on 2019-05-03 03:02 (UTC)

I'm getting "error: target not found: java-openjfx>=11" when i try to build the latest version.

Any plans to get that dependency updated?

Otherwise as @auslaander said the only option is to stick to the install and older version.

auslaander commented on 2019-04-29 18:47 (UTC)

4.20 didnt work for me aswell, I tried everything but then I tried 4.14 with jdk8 and it worked instantly.. so if you dont really need the latest version go for the last version without jdk11

0x715C commented on 2019-03-14 05:25 (UTC) (edited on 2019-03-21 03:11 (UTC) by 0x715C)

If you want to try 420. Install java-openjfx-bin from aur. Edit the PKGBUILD to use 4.2.0 as pkg_ver and SKIP sha256sum(or update them) Edit /usr/bin/bluej to include openjfx libraries in -cp flag. eg. https://pastebin.com/mggNC17g

Should work. The menu is buggy on xorg/i3, not sure about other DE's.

gurevitch commented on 2019-02-19 21:04 (UTC)

Just to let everyone know I'm waiting on openjfx packaging for java 11 to get resolved before updating the package.

stephenn commented on 2019-01-09 13:22 (UTC)

The current version requires Java 8. BlueJ 4.2.0 is expected to support JDK 11. See: https://www.bluej.org/faq.html#bluej-with-java-9-plus

pyropeter commented on 2018-11-01 12:48 (UTC)

Okay, this doesn't work with JDK10 or JDK7, but it does work with JDK8. I didn't check JDK9. Please fix the package.

pyropeter commented on 2018-11-01 12:46 (UTC) (edited on 2018-11-01 12:46 (UTC) by pyropeter)

$ bluej

Exception in thread "main" java.lang.NoClassDefFoundError:

javafx/application/Application at java.base/java.lang.ClassLoader.defineClass1(Native Method) at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1009) at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:174) at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:801) at java.base/jdk.internal.loader.BuiltinClassLoader.findClassOnClassPathOrNull(BuiltinClassLoader.java:699) at java.base/jdk.internal.loader.BuiltinClassLoader.loadClassOrNull(BuiltinClassLoader.java:622) at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:580) at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:190) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:499) at bluej.Boot.main(Boot.java:193) Caused by: java.lang.ClassNotFoundException: javafx.application.Application at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:582) at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:190) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:499) ... 10 more

DarkWav commented on 2018-09-29 08:47 (UTC)

If someone wants to upgarde this, here's the PKGBUILD: https://pastebin.com/fMykQhKQ (with checksums updated) No more cahnges are neccessary for v4.1.3

DarkWav commented on 2018-09-21 14:33 (UTC)

Hello, i think that version 4.1.2 of BlueJ is outdated as of 2018-09-07. I would be really happy if someone could update this to the latest version 4.1.3 (Probably doesn't even need PKGBUILD changes, just version). The .deb package can be found here: https://bluej.org/download/files/BlueJ-linux-413.deb And the source code can be found here: https://bluej.org/download/files/source/BlueJ-source-413.zip Aswell as the .jar installer here: https://bluej.org/download/files/BlueJ-generic-413.jar Thanks for your attention in advance!