sudhakarpothu
Programmer
Hello friends,
I have a project folder in which i have 4 packages
application
ui
controller
model and
a folder Datafile containing project related xml and text files
my main class is in application package
I am creating a jar file of my whole project folder in Eclipse environment, using the main class as TheApplication in application package. I am able to generate the jar file but unable to execute it.
When I tried to execute it from command prompt it is giving me an error saying no main,
Please tell me what I am doing wrong, and suggest me a solution
Thanks in advance
I have a project folder in which i have 4 packages
application
ui
controller
model and
a folder Datafile containing project related xml and text files
my main class is in application package
I am creating a jar file of my whole project folder in Eclipse environment, using the main class as TheApplication in application package. I am able to generate the jar file but unable to execute it.
When I tried to execute it from command prompt it is giving me an error saying no main,
Please tell me what I am doing wrong, and suggest me a solution
Thanks in advance