java - How to detect how much handles the application is using -


For our SWT-based application we are getting the SWT error "and not handle" a relatively frequent

to find out To find out how that problem is in our code - Using the code in our application - How much does our application really handle?

If I understand you correctly, you are likely getting the following exceptions:

org.eclipse.swt.SWTError: there is no other handle

You can create resources (such as font, image or GC objects) that you are right Are not removed in the manner. You may want to take some time to read.

It is certain whether this is really the case, I can recommend this helpful article.

Use slake, this is also a way to monitor your resources.

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -