Re: The Compiler Cannot Resolve Symbols in J2EE
Mainly the error mentioned by you might have caused because of the environment variables. You will have to check the value of the environment variables as I shown below :
Environment Variable Value
J2EE_HOME - The path of the J2EE SDK installation
JAVA_HOME - The path of the J2SE SDK installation
ANT_HOME - The path of the ant installation
PATH - Should include the bin directories of the J2EE SDK, J2SE, and ant installations
"When they give you ruled paper, write the other way..." J.R.J.
Bookmarks