Hello!
I'm just starting out with programming and Java is my first language in which I code. However, while the coding itself is advanced but relatively easy to find information about I have had lots of problems when trying to find information about what to do when my code is ready.
So, this is my situation:
I am writing Java in Eclipse and av recently finished a small and simple test program containing a few classes. To show my progress to friends of mine I want to turn this source code into a program and send it to them. The question is, how do I do this?
I've been able to export the jar file itself from Eclipse but not been able to run it. I've also found tutorials saying that I should modify MANIFEST.MF file but I have not been able to do that, at least not in the right way, as it has not worked yet.