i think that the path to hibernate.cfg.xml file need to be pointed out
SessionFactory sessions = new Configuration().configure
(PATH_TO_HIBERNATE.CFG.XML).buildSessionFactory();
On May 26, 11:42 pm, pxk5...@njit.edu wrote:
> I am having a problem with this line of code in the Main.java file
Hi everyone!
i'm creating a web project and i have a folder in a local hard-disk
(ex. D:\image_storage\imagesname.jpg).
But i want to show list of images in jsp but i dont want to copy all
of these images to webapps of Tomcat.
Is it possible ?
Thanks :)
--~--~-~--~~~