Ok, so I am very new to Java. I find it really hard. I have an assignment from school that is almost finished, except one thing. Creating a runnable .jar file. I have googled myself crazy.. When I clean and build my project a jar file is created. It has a manifest file too, but it does not include my start class. I did try and change this in properties, so when I check it actually says wich class is the start class. But, it does however not end up in the manifest file. This is due to some bug? I have tried to just open up the .jar, change the manifest file so it does say correct startfile. By adding this line: Main-Class: uppgift4.RunGame But it still does not run as it should. I just get en error message which says check the console..
I really don't know what I am doing wrong...!! Any ideas? Im on a Mac OS and I don't use winzip to unzip files.
//Therese