I have created my first jar in bluej specifying the class, that contains main method, namely 'menu'
When i run it, java shouts:
"could not find the main class.Program will exit"
I don't make out what's happening.
menu has another static method besides main's one.
When i run it, java shouts:
"could not find the main class.Program will exit"
I don't make out what's happening.
menu has another static method besides main's one.