
I have created a stand alone application and i have generated jar file for my application. All the .class files are available inside a package called as com.tbss. I have included all the jar files inside the present working directory.I have used following command to run my application
java -classpath ".\filecreate.jar;." com.tbss.Create
here Create class contains main method. Create class is available as parth of the filecreate.jar file
I am getting class not fount exception: com/tbss/Create