Ich habe JAVA (JDK) aus dem Java - Tumbleweed Repo http://download.opensuse.org/repositories/Java:/packages/openSUSE_Tumbleweed/ installiert.
        
        
          Die Bank schreibt: "Für den Betrieb des DAB Profi Traders muss auf Ihrem Rechner Java (JRE) in der Version 1.7 oder höher installiert sein. Eine aktuelle Java-Version können Sie kostenfrei unter http://www.java.com/de/download herunterladen.". Von dort habe ich mir die aktuelle Java Version 1.8.0_71 heruntergeladen.
        
        
          Wenn ich die Anwendung versuche über den Terminal zu starten (javaws APPLICATION.JNLP) kann kommt die Meldung:
        
        
          "Codebase matches codebase manifest attribute, and application is signed. Continuing. See: http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/security/no_redeploy.html for details.
          Application title was not found in manifest. Check with application vendor
          Platform.getLogFileLocation(): /root/Application Data/DABbank/ProfiTrader/.metadata/.log
          Path used for logging: /root/Application Data/DABbank/ProfiTrader/.metadata/.log
          Logfile: /root/Application Data/DABbank/ProfiTrader/.metadata/logs/mom.log
          The program 'DAB Profi Trader' received an X Window System error.
          This probably reflects a bug in the program.
          The error was 'RenderBadPicture (invalid Picture parameter)'.
            (Details: serial 147416 error_code 143 request_code 139 minor_code 7)
            (Note to programmers: normally, X errors are reported asynchronously;
             that is, you will receive the error a while after causing it.
             To debug your program, run it with the --sync command line
             option to change this behavior. You can then get a meaningful
             backtrace from your debugger if you break on the gdk_x_error() function.)
          "
        
        
          Wenn ich Java (Oracle) starte dann kommt die Fehlermeldung: "
        
        
          KDEInit kann „jcontrol“ nicht starten:
        
        
          Bibliothek „/usr/lib64/libkdeinit5_jcontrol“ lässt sich nicht öffnen.
        
        
          Cannot load library /usr/lib64/libkdeinit5_jcontrol: (/usr/lib64/libkdeinit5_jcontrol.so: Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nicht gefunden)"
        
        
          Hilft dir das weiter?