Package Details: bluej 5.3.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: 75
Popularity: 0.045346
First Submitted: 2007-11-19 19:23 (UTC)
Last Updated: 2024-03-24 22:52 (UTC)

Dependencies (6)

Required by (0)

Sources (4)

Latest Comments

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

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!

dmftradutor commented on 2018-08-22 06:16 (UTC)

Hi you all. Bluej is not opening. The very first load window (the one showing the companies supporting Bluej) never closes and nothing happens... Intellij community version is working fine, but it's so heavy... I think Bluej would fit my learning purposes better.

teacher4711 commented on 2018-03-05 06:44 (UTC)

@chetgurevitch You're awesome. Thanks for the update! I've installed jdk-8-openjdk and java-openjfx and switched environments with 'archlinux-java set'. The configuration works. Probably I've really forgotten to install openjfx.

gurevitch commented on 2018-03-04 21:33 (UTC)

@teacher4711 thanks, updated bluej and greenfoot with fixes. As for the crashes are you sure java-openjfx is installed? The jdk8 package for example will satisfy that dependency meaning java-openjfx needs to be installed manually for use with openjdk.