Does the classpath in recording options have the appropriate JAR file which has your main class?
Looks like vugen cannot spot the class you have named.
Also please use the fully qualified name .... eg : com.myapp.mypackage.mainClass
Does the classpath in recording options have the appropriate JAR file which has your main class?
Looks like vugen cannot spot the class you have named.
Also please use the fully qualified name .... eg : com.myapp.mypackage.mainClass