Classpathchecker.rb: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

29 March 2009

  • curprev 20:2320:23, 29 March 2009Brianegge talk contribsm 960 bytes +960 New page: Here's a handy script I often use in scripts which launch a Java process in order to verify if all the jars on the classpath exist and are readable. <geshi lang="ruby"> #!/usr/bin/env rub...