I have created an application and it is working correctly when I am executing it through NETBEANS.
After that I had clicked on "Clean and Build" to build a SiteScrapper.jar file. Now when I am executing it through command prompt by invoking the following dos command:
java -jar "SiteScrapper.jar"
I am getting the following exception
sitescrapper.Main class not found
My Main class is located in the following package
com.innoConsulting.sitescrapper