My lecturer required a ZIP file containing my project, which he will import into Eclipse on his machine. I cannot guarantee he has jUnit on his machine, but I used jUnit in my project.
If I simply export the project to a ZIP (File > Export > Archive File ...) will the ZIP include (my version of) jUnit? And if not, how can I include jUnit in the ZIP?
Edit: Tested the import of a ZIP file, generated as above, on a fresh installation of Eclipse, on a virtual machine, and jUnit was there. When inspecting the .class file of the project I saw that it provides a URL to jUnit. So I guess my question has become: Where does Eclipse import jUnit from? And will this work in any setup of Eclipse (i.e. OS, version of Eclipse)?