I am seriosly stuck with this…
For some reason this line is making an error:
It says that it cannot find this class… The class which is missing is in one of the jars in the classpath… Why is it not working?
EDIT:
Also, this works for some reason:
But I want to be able to use all the jars in that folder… Not just that single one…
Also, the first set of code was working but then one time it just stopped working for some reason…
EDIT2:
Also, I tried using javac in command prompt with the classpath and it worked…