Recent content by avrew

  1. A

    Linux: installation problems: "java.lang.NoSuchMethodError: org.jdesktop.swingx.util.OS.platformName"

    Hi again, seems i found a fix. Scrapping my entire .m2 directory makes REW happy again :cool: Not sure what was in there which caused the pain. Now off to get those other things running again. Currently running in Fedora fc32 (using the java-1.8.0-openjdk package). Thanks for feedback and...
  2. A

    Linux: installation problems: "java.lang.NoSuchMethodError: org.jdesktop.swingx.util.OS.platformName"

    Thanks. I tried several versions from the download-history tab, all resulting in the same error upon launch, indicating there's something wrong with my current java install.... :-/ Do you know of any java test cases i could run, to check the jre i've got here now? I'll head for the Fedora...
  3. A

    Linux: installation problems: "java.lang.NoSuchMethodError: org.jdesktop.swingx.util.OS.platformName"

    Did an attempt now with the latest java from oracle - jdk-14.0.2 - but observing the same error upon launching REW. Forgive my java-noobness, but is there a way i could check my installation, to see if i've got the jre set up and running as expected? Thanks for your patience! :-)
  4. A

    Linux: installation problems: "java.lang.NoSuchMethodError: org.jdesktop.swingx.util.OS.platformName"

    I can't find anything like that in the Fedora repos. According to the docs [here], the jre should be installed as part of the openjdk-devel package (which is installed here)
  5. A

    Linux: installation problems: "java.lang.NoSuchMethodError: org.jdesktop.swingx.util.OS.platformName"

    Right. Upon installing (using dnf) java-1.8.0-openjdk, java-1.8.0-openjdk-headless is pulled in as a dependency. Here's the available packages related to java-1.8.0: $ dnf list all 'java-1.8.0*.x86_64' Last metadata expiration check: 2:51:25 ago on fr. 11. sep. 2020 kl. 10.34 +0200...
  6. A

    Linux: installation problems: "java.lang.NoSuchMethodError: org.jdesktop.swingx.util.OS.platformName"

    I took care to not use the 'headless' version of the 'java-1.8.0-openjdk'
  7. A

    Linux: installation problems: "java.lang.NoSuchMethodError: org.jdesktop.swingx.util.OS.platformName"

    Is there a way to check whether my java installation is compatible with REW? Here's the output of "java -version": $ java -version openjdk version "1.8.0_265" OpenJDK Runtime Environment (build 1.8.0_265-b01) OpenJDK 64-Bit Server VM (build 25.265-b01, mixed mode)
  8. A

    Linux: installation problems: "java.lang.NoSuchMethodError: org.jdesktop.swingx.util.OS.platformName"

    Hi. Thanks for replying. I did try that - "sudo dnf reinstall java-1.8.0-openjdk" - without luck. Perhaps there's some java .jar which needs to be installed separately? Here's the full traceback: $ ./roomeqwizard OpenGL pipeline enabled for default config on screen 0 OpenGL pipeline...
  9. A

    Linux: installation problems: "java.lang.NoSuchMethodError: org.jdesktop.swingx.util.OS.platformName"

    Hi everyone. Hoping for some help from the more experienced here! After upgrading my Linux box (Fedora 32), i'm not able to run REW (5_20_beta_60) successfully. After installation and upon launching, i get this error: SEVERE: Error during startup java.lang.NoSuchMethodError...
Top Bottom