You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hop.apache.org by "hansva (via GitHub)" <gi...@apache.org> on 2023/02/22 12:06:19 UTC

[GitHub] [hop] hansva commented on pull request #2436: Improve the look & feel of the widgets per operating system #2395, #2435

hansva commented on PR #2436:
URL: https://github.com/apache/hop/pull/2436#issuecomment-1439912112

   I am getting when starting the application
   ```
   ClassCastException: class org.eclipse.swt.widgets.Tree cannot be cast to class org.eclipse.swt.widgets.Table (org.eclipse.swt.widgets.Tree and org.eclipse.swt.widgets.Table are in unnamed module of loader 'app')
   Root cause: ClassCastException: class org.eclipse.swt.widgets.Tree cannot be cast to class org.eclipse.swt.widgets.Table (org.eclipse.swt.widgets.Tree and org.eclipse.swt.widgets.Table are in unnamed module of loader 'app')
   ```
   
   Full stack:
   
   ```
   java.lang.ClassCastException: class org.eclipse.swt.widgets.Tree cannot be cast to class org.eclipse.swt.widgets.Table (org.eclipse.swt.widgets.Tree and org.eclipse.swt.widgets.Table are in unnamed module of loader 'app')
   	at org.apache.hop.ui.core.PropsUi.setLookOnMac(PropsUi.java:617)
   	at org.apache.hop.ui.core.PropsUi.setLook(PropsUi.java:501)
   	at org.apache.hop.ui.core.PropsUi.setLook(PropsUi.java:487)
   	at org.apache.hop.ui.hopgui.perspective.execution.ExecutionPerspective.createTree(ExecutionPerspective.java:238)
   	at org.apache.hop.ui.hopgui.perspective.execution.ExecutionPerspective.initialize(ExecutionPerspective.java:179)
   	at org.apache.hop.ui.hopgui.HopGui.loadPerspectives(HopGui.java:504)
   	at org.apache.hop.ui.hopgui.HopGui.open(HopGui.java:400)
   	at org.apache.hop.ui.hopgui.HopGui.main(HopGui.java:351)
   ```


-- 
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: issues-unsubscribe@hop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org