I have a main class to test some of the functions, I am getting error:
WARN No appenders could be found for logger (Jena).
I searched online, and I found this answer to solve the problem
One of the answers says that I should create a file called log4j.properties
in the bin folder. However, when I do that, I get this problem:
Error: Could not find or load main class com.blablabla.Main
If I remove that file from the bin folder, i go back to the first problem.