OK, so the problem that I am having is that whenever I type javac into the cmd prompt, it doesn't compile the file I specified. I have a couple if question to help my understanding of what it actually does.
-can you compile jar files? If so, what will it do.
-if you type a basic hello world program in a text editor, such as vim, what do you save it as? Hello world . class, hello world.java, hello world.txt?
-if you have a text file, class file, or Java file correctly formatted, how do you compile it CORRECTLY?
-do you have to specify a class or file in your program? (public class example{})
-how is vim really that different than cmd prompt?
Some help would be greatly appreciated.