What kind of environment are you using? For instance, if you use Eclipse it
will compile the code as you develop saving you lots of time. You would be
able to run the code from the Eclipse IDE as well also saving you time. If you
are not using an IDE, then the compilation needs to be done from the command
line and that will take a lot of time. If you need help with the latter let me
know and I will try to give you more pointers, but I highly recommend the use
of an IDE to make your life easier.
Oscar
On Wednesday, June 21, 2017 3:55 AM, Thodoris Zois <[email protected]>
wrote:
Hello list,
I have created my own framework in Java and i don’t know how to compile it. Any
help with some instructions would be really appreciated. Right now i am just
replacing the code in TestFramework.java so i can run my code after compiling
it with ‘make tests’. But compile takes time, so i wonder how i can make this
procedure fast!
Thank you,
Thodoris