package testjar; public class TestClasspath { public static void main (String[] argv) { testMethod (); } public static void testMethod () { System.out.println ("It worked! The file testclasspath.jar was successfully added to CLASSPATH"); } }