I read and searched almost everywhere, yet i have no answer.
I have a project with multiple .java
files, and i need to export them as a single .jar
file.
One of the main questions is based on the fact that i don't have a main class
.
What can i do to go through that ? Shall i create a main but never run it? Or there's any way around?
Offtopic ( might be usefull): i want to do this in order to use the jar file in IKVM
Thank you!