fincentxyz opened a new issue, #3082:
URL: https://github.com/apache/hop/issues/3082
### Apache Hop version?
2.5.0
### Java version?
openjdk 11.0.19
### Operating system
Linux
### What happened?
I'm running a Ubuntu 22.04.2 LTS 64-bit VirtualBox VM. The GNOME Version is
42.9 and it's running on the Wayland windowing system.
When running `./hop-gui.sh` I get a ton of errors all having to do with
`SwtSvgImageUtil`. The actual Java error is the following:
```
Serious error detected in the Hop GUI: Could not initialize class
org.apache.hop.core.SwtUniversalImageSvg
java.lang.NoClassDefFoundError: Could not initialize class
org.apache.hop.core.SwtUniversalImageSvg
at
org.apache.hop.ui.hopgui.perspective.explorer.ExplorerPerspective.loadTypeImages(ExplorerPerspective.java:306)
at
org.apache.hop.ui.hopgui.perspective.explorer.ExplorerPerspective.initialize(ExplorerPerspective.java:244)
at org.apache.hop.ui.hopgui.HopGui.loadPerspectives(HopGui.java:514)
at org.apache.hop.ui.hopgui.HopGui.open(HopGui.java:401)
at org.apache.hop.ui.hopgui.HopGui.main(HopGui.java:352)
```
I found one other person with the same error. They posted something to
StackOverflow two months ago:
https://stackoverflow.com/questions/76055862/cant-run-apache-hop-gui-on-linux-fedora
Fedora Linux also uses GNOME on Wayland.
Running it with sudo or restarting after installing doesn't make a
difference.
### Issue Priority
Priority: 1
### Issue Component
Component: Hop Gui
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]