I am creating a system that will compile first and second year java programs, at the moment I have it compiling single Java files.
As I was starting to try and get the system to compile projects with multiple classes, it accord to me that being first and second year students they are not going to hand up the projects all in the same format.
I was trying to research this all yesterday but could not find out much of about things like:
- What are to main differences between Netbeans and Eclipse projects when compiling
- How to compile projects in jar files
- Just the different formats in general
So my question is, is there a compiler out there that compiles all the different formats, or do you have to set up the different formats to a certain way to compile them?
Any examples of this as well?