I am new to Java. I was given some .java
files and was told if I could convert them, then I could use them. It is for a game bot I am using. They changed to a new API which I don't understand, so the bot won't run unless it is implemented in .class
files.
Can someone explain me how to convert these .java
files to fully functional .class
files?