Tips:

- "jps" prints the process ids of running Java programs.
- "jstack pid" dumps the stack trace of the give pid.

The stack trace will print deadlocks, if any.

Hope this helps,
Antonio

El 19/3/22 a las 20:29, Jürgen Weber escribió:
Any tips?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

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

Reply via email to