I've made Tic Tac Toe in Java and I've got two Jar files.
I want to put them both into one exe.
Is it even possible, or do I have to convert only Main
file and another one another way?
I've never done this before.
Need suggestions for the implementation.