which java classes are being loaded by my program at run-time?
Posted
by Akhil
on Stack Overflow
See other posts from Stack Overflow
or by Akhil
Published on 2010-05-16T02:43:58Z
Indexed on
2010/05/16
2:50 UTC
Read the original article
Hit count: 303
I am using Netbeans. How to know all the classes of a package(say lucene, which I am using) that are actually being used/loaded by my program. I want to keep my distribution small, therefore remove all the classes that are not being used at all.
© Stack Overflow or respective owner