< prev index next >

test/hotspot/jtreg/runtime/appcds/DirClasspathTest.java

Print this page

@@ -26,11 +26,11 @@
  * @test
  * @summary Handling of directories in -cp is based on the classlist
  * @requires vm.cds
  * @library /test/lib
  * @compile test-classes/Hello.java
- * @run main DirClasspathTest
+ * @run driver DirClasspathTest
  */
 
 import jdk.test.lib.Platform;
 import jdk.test.lib.process.OutputAnalyzer;
 import java.io.File;
< prev index next >