But it got me wondering how this works. Here are some links for my own reference:
- Dustin's Java development tools blog post
- The jps tool.
- Jconsole
- Actually using Jconsole
- ClassNotFoundException vs. NoClassDefFoundError
- IBM DeveloperWorks articles on Classpath:
- Demystifying class loading problems, Part 1: An introduction to class loading and debugging tools
- Demystifying class loading problems, Part 2: Basic class loading exceptions
- Demystifying class loading problems, Part 3: Tackling more unusual class loading problems
- Demystifying class loading problems, Part 4: Deadlocks and constraints