Microsoft
Software
Hardware
Network
Question : How do I get the real path of my 'src' folder in Netbeans
Here's how my project folder looks like (i'm using netbeans):
/ProjectName
-->build
-->dist
-->nbproject
-->src
-->test
-->web
How do I get the real path of the src folder?
Using request.getContextPath returns my Apache Folder
However, the file is physically located in the netbeansproject folder which is different from the apache folder.
Answer : How do I get the real path of my 'src' folder in Netbeans
getServletContext().getRea
lPath("/")
Random Solutions
Office Move Project Plan
Internet Fax services
NT Hang using Carbon Copy 32
HELP - UNABLE TO SEND MAIL!! Small business server 2003 is blocking our pop3 email clients sending mail
ANALYZING WINDOWS NT DUMP FILE?
How to determain how many trial days i have left on terminal services.
name server
DHCP on DC
How to send HTML formatted email using mail header
How to specify outgoing NIC for traffic sent out via UDP (in VC8 with winsock)