Skip to content

Scienta/classpath-analyzer

Repository files navigation

Classpath Analyzer

A simple, run-time perusal of your classpath (or other collection of jar files) that helps detect unexpected conflicts.

Class analysis

Suddenly getting an unexpected IncompatibleClassChangeError or other LinkageError? That's your classpath biting you. Some change has shuffled the order of the jars, or introduced a different version of some library. Don't fret, just run the Classpath Analyzer at startup and inspect the results.

About

Simple utility for analyzing classpaths

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages