I have a function where I am trying to load a file to a URL object, because the example project said so.
URL
public class SecureFTP { public s
From: How to call getClass() from a static method in Java?
Just use TheClassName.class instead of getClass().