Monday, 15 September 2014

Where to store a text file read by a java class; java class then used in JSP? -



Where to store a text file read by a java class; java class then used in JSP? -

i wrote java class has constructor reads text file. attempting utilize class in jsp file. when seek running jsp gives me error message:

java.io.filenotfoundexception: /web-inf/drivingtest.txt (no such file or directory)

i changed file path in class /web-inf/drivingtest.txt.

my question is, store text file can read java class , accessed in jsp? thanks!

place drivingtest.txt in same bundle in java class located. , utilize "drivingtest.txt" in java class.

java jsp

No comments:

Post a Comment