java - Which command should i use to execute particular class without main in cmd while runnable jar file is created for whole project -
i have created classes under package without main method , maintain 1 util class main method in different package run.. executing classes of junit.. have created runnable jar file whole project , i want execute particular class without main method in cmd of jar file.
Comments
Post a Comment