I have to read from a text file from java helper class which is under tomcat's web-inf directory. I am not sure how to load the file from the java class? right now
ReaderClass rc = new ReaderClass("C:\\myClass\\test.txt");
but when I keept hte class file inside tomcat this will NOT work. any suggestions?