At one point or another most of us would have wanted to see what was in the JNDI tree of the Application Server. This may have been because of a javax.naming.NameNotFoundException thrown by the application under development.After scouring the internet and not finding a way to do this seemingly simple task, I put this together in about an hours time.
import java.util.Hashtable;
import