This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
I have added severval jar files which are in hard drive.
Does this mean you were making your web application outside the hard drive? If those JAR files were placed inside the WEB-INF/lib directory of the WAR, it'd work.
I have added severval jar files which are in hard drive.
Does this mean you were making your web application outside the hard drive? If those JAR files were placed inside the WEB-INF/lib directory of the WAR, it'd work.
It could mean that the jar files are being added to the class path and not the lib folder.
I'd recommend coping the jar files from whatever location you have them to the WEB-INF/lib folder. That way they would be in the class-path while writing the app and would also be available at run time to the war file....
Devaka Cooray wrote:Does this mean you were making your web application outside the hard drive? .
Not entirely impossible you know -- if you have ftp access to the server its possible to be coding on the server while having the jar on the local hard disk. Not seen this being done anytime though
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: what happen if i add jar file which is in hard drive