public class testjava { public static void main (String[] argv) { System.out.println ("OK, testjava works."); testjava2.test_classpath (); } }