Not abel to import “javax.servlet.http.HttpServletRequest” in JAVA Project
I am using NetBeans. I have create JAVA project. In that i am not able to import “javax.servlet.http.HttpServletRequest”
In my Web Project i am able to import it.
Can any one please tell me how can i Add that in my JAVA Project?
How can i access HttpServelrtRequest object in JAVA? My Web Project is using JAVA Project. And i want to access the Current users's Role from Web Project To Java Project.
Re: Not abel to import “javax.servlet.http.HttpServletRequest” in JAVA Project
Make sure that j2ee.jar is in your project classpath.
The sooner you start to code, the longer the program will take...
R. Carlson