On Startup: "NoClassDefFoundError: TableTreeItem"
See original GitHub issueDescribe the bug After starting up, the application shows a dialogue window containing the error and the portfolio data is not visible.
To Reproduce Steps to reproduce the behavior:
- Start Portfolio Performance
- Wait until error is displayed (see screenshot below)
- No data of the portfolio is displayed
A click in graph sections (e.g. Berichte > Vermögensaufstellung > Diagramm
) works, but table-like sections (e.g. Stammdaten > Konten
) does yield the error described above.
Expected behavior Application starting up without errors, displaying the portfolio data.
Screenshots
Desktop (please complete the following information):
- OS: Manjaro Linux
- Version 0.47.0 (Jul 2020)
- Platform: linux, x86_64
- Java: 25.262-b10, Oracle Corporation
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (2 by maintainers)
Top Results From Across the Web
java.lang.NoClassDefFoundError: org/eclipse/swt/accessibility ...
I get java.lang.NoClassDefFoundError: org/eclipse/swt/accessibility/AccessibleObject when I start my Eclipse e4 RCP application.
Read more >Can't explore repository with mac os big sur 11.0 | Pentaho
NoClassDefFoundError : org/eclipse/swt/custom/TableTreeItem. at org.eclipse.jface.util.OpenStrategy.initializeHandler(OpenStrategy.java:269).
Read more >We receive a NoClassDefFoundError during our startup the ...
We have our own sonar custom java rules. But we receive a NoClassDefFoundError during our startup the SonarQuebe server 7.0.
Read more >565163 – java.lang.NoClassDefFoundError: org/eclipse/swt ...
Bug 565163 - java.lang.NoClassDefFoundError: org/eclipse/swt/custom/TableTree. Summary: java.lang.NoClassDefFoundError: org/eclipse/swt/custom/TableTree ...
Read more >1846092 - Java startup fails java.lang.NoClassDefFoundError
NoClassDefFoundError : com/sap/bc/proj/jstartup/JStartupNatives Caused by: java.lang.ClassNotFoundException:com.sap.bc.proj.jstartup.JS.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@StegSchreck This might could happen as the basic Eclipse framework were updated. If you’re download the latest version from the homepage to replace your local installation, is the problem still available?
Today, I got the update to 0.48.1 via
aur
and it seems to work fine again. Therefore, I’m closing this issue.