Print at Dec 20, 2025, 12:45:11 AM View all posts in this thread on one page
Posted by GregTheHun at Nov 30, 2021, 10:06:04 PM
Worked on previous installations of Linux, now won't load
So, it appears even using the same hardware as before. I get stuck on the splash image and now it won't even load.

Here are my specs (I know what you're going to say, but it had worked before):

CPU: 6-Core AMD Phenom II X6 1100T (-MCP-) speed/min/max: 803/800/3300 MHz
Kernel: 5.13.19-2-MANJARO x86_64 Up: 10m Mem: 2684.8/16004.9 MiB (16.8%)
Shell: fish inxi: 3.3.09


Here is the output when run from the command line:

OpenJDK 64-Bit Server VM warning: Ignoring option --illegal-access=permit; support was removed in 17.0
Java 3D: implicit antialiasing enabled
Exception in thread "J3D-Renderer-1" java.lang.IllegalAccessError: class javax.media.j3d.X11NativeConfigTemplate3D (in unnamed module @0x7e0ea639) cannot access class sun.awt.X11GraphicsConfig (in module java.desktop) because module java.desktop does not export sun.awt to unnamed module @0x7e0ea639
at javax.media.j3d.X11NativeConfigTemplate3D.isGraphicsConfigSupported(X11NativeConfigTemplate3D.java:1
80)
at javax.media.j3d.NativePipeline.isGraphicsConfigSupported(NativePipeline.java:3341)
at javax.media.j3d.Renderer.doWork(Renderer.java:533)
at javax.media.j3d.J3dThread.run(J3dThread.java:275)


Any further information I can grab if you need me to run a command.

Thanks in advance.

Posted by Puybaret at Dec 1, 2021, 12:25:48 PM
Re: Worked on previous installations of Linux, now won't load
Sweet Home 3D can't run with Java 17 at the moment. Use an other Java version or the installer version available at Download page.
----------------------------------------
Emmanuel Puybaret, Sweet Home 3D creator

Posted by GregTheHun at Dec 1, 2021, 5:20:37 PM
Re: Worked on previous installations of Linux, now won't load
So, it looks like I have a few installed, is there a way I can specify which one to use?

extra/icedtea-web 1.8.8-1 [installed]
extra/jdk-openjdk 17.0.1.u12-1 [installed]
extra/jdk8-openjdk 8.u292-1 [installed]
extra/jre-openjdk 17.0.1.u12-1 [installed]
extra/jre-openjdk-headless 17.0.1.u12-1 [installed]
extra/jre8-openjdk 8.u292-1 [installed]
extra/jre8-openjdk-headless 8.u292-1 [installed]


Posted by GregTheHun at Dec 1, 2021, 5:34:27 PM
Re: Worked on previous installations of Linux, now won't load
Nvm, uninstalled newer java version, and for Linux (Manjaro) specifically had to specify JAVA_HOME environment variable. (I use fish shell, probably works in bash)

Posted by GregTheHun at Oct 13, 2022, 7:28:47 PM
Re: Worked on previous installations of Linux, now won't load
So, slightly different issue, I'm kind of a system hopper. So, now mine looks like this:

CPU: 12-core AMD Ryzen 9 5900X (-MT MCP-) speed/min/max: 3676/2200/4950 MHz
Kernel: 5.19.13-arch1-1 x86_64 Up: 1d 19h 23m Mem: 7701.6/32022.8 MiB (24.1%)
Storage: 7.74 TiB (63.8% used) Procs: 469 Shell: fish inxi: 3.3.22



However, this time, I have openjdk-11:
/usr/lib/jvm
lrwxrwxrwx 15 root 11 Oct 16:17 default -> java-11-openjdk/
lrwxrwxrwx 15 root 11 Oct 16:17 default-runtime -> java-11-openjdk/
drwxr-xr-x - root 11 Oct 16:17 java-11-openjdk/


When I try to just run it in the terminal, works fine. However, trying to run it from the Gnome menu (gnome 42, in arch). It appears to give me nothing.

What gives?