non-static method cannot be referenced from a static context

Okay, ive got a little project im working on, it has 4 classes, 3 of which contain all non-static methods, and one of which contains the static main routine..

on compiling i get this error:

non-static method printHistory() cannot be referenced from a static context

does anyone know how to get around this error? im calling to a non-static method that i need to run in a main routine. if anyone could share some insight on this topic, that would be much appreciated. I can post more details or even code if anyone needs to know more about what im doing in order to help.

Thanks again.

[615 byte] By [TurkishDelighta] at [2007-10-3 7:07:30]
# 1
I had the same problem sometime ago. here is where I fould help: http://www.javacoffeebreak.com/articles/toptenerrors.html
hnhegdea at 2007-7-15 2:01:44 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...