errael commented on issue #4437:
URL: https://github.com/apache/netbeans/issues/4437#issuecomment-1195606276

   There are a lot of exceptions that come through 
`org.netbeans.core.windows.FloatingWindowTransparencyManager`, I don't know how 
general, platform independent, this exception issue is; it may not have 
anything to do with this problem report.
   ```
   INFO [org.netbeans.core.nativeaccess.NativeWindowSystemImpl]
   java.lang.UnsatisfiedLinkError: libjawt.so: cannot open shared object file: 
No such file or directory
        at com.sun.jna.Native.getWindowHandle0(Native Method)
        at com.sun.jna.Native$AWT.getComponentID(Native.java:2383)
        at com.sun.jna.Native.getComponentID(Native.java:326)
        at 
com.sun.jna.platform.WindowUtils$X11WindowUtils.getDrawable(WindowUtils.java:1747)
        at 
com.sun.jna.platform.WindowUtils$X11WindowUtils.access$900(WindowUtils.java:1564)
        at 
com.sun.jna.platform.WindowUtils$X11WindowUtils$2.run(WindowUtils.java:1769)
        at 
com.sun.jna.platform.WindowUtils$NativeWindowUtils.whenDisplayable(WindowUtils.java:398)
        at 
com.sun.jna.platform.WindowUtils$X11WindowUtils.setWindowAlpha(WindowUtils.java:1791)
        at 
com.sun.jna.platform.WindowUtils.setWindowAlpha(WindowUtils.java:1992)
   [catch] at 
org.netbeans.core.nativeaccess.NativeWindowSystemImpl.setWindowAlpha(NativeWindowSystemImpl.java:91)
        at 
org.netbeans.core.windows.FloatingWindowTransparencyManager.turnTransparencyOff(FloatingWindowTransparencyManager.java:155)
        at 
org.netbeans.core.windows.FloatingWindowTransparencyManager.toggleFloatingWindowTransparency(FloatingWindowTransparencyManager.java:141)
        at 
org.netbeans.core.windows.FloatingWindowTransparencyManager.update(FloatingWindowTransparencyManager.java:96)
   ...
   ```


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to