You cannot call a non-static method from a static context without specifying the object you're calling it on - and it doesn't matter if the non-static method does or does not use any instance variables.
Why don't you write a small program to try it out yourself?