How to get the path of an eclipse project in jsp page
问题 How to get the path of my current project : it's a dynamic web application created with maven archetype . I want to retrieve the path in my jsp page in scriptlet code , i used different codes but i'm always getting the path of eclipse (C:\Users\Amira\Desktop\eclipse\eclipse) or the path of the web application on tomcat ((C:\software\apache-tomcat-7.0.28\apache-tomcat-7.0.28\wtpwebapps\TestProjectUI) but i want the path of the project in my workspace : C:\Users\Amira\junoWorkspace