Manifest attribute for java jar
问题 With all the help from you i was able to finish my first project in java. Now i want to create a jar and run the application (Java project - it is a plain console application which is having another project(console application) as a dependence) from jar. I created a jar with eclipse by right click - export - created a jar. When i try to run this jar from my cmd, I have an error (below is the error I am geting) no main manifest attribute, in AAA.jar I Googled the error - most of them subjected