I use Forte for Java 4, Enterprise Edition to develop jsp.
The problem is that I can not compile some of them.
I have the following local directory mounted in Filesystems:
c:\...\templates
Directly in this directory there is a file
declarations.jinc
I try to compile the file
c:\...\templates\Folder\name.jsp. The file contains the following include statement:
<%@include file="/templates/declarations.jinc"%>
The compilation error I get is:
Folder/name.jsp [25:55] File "/templates/declarations.jinc" not found
Errors compiling name.
Deployed the application in general and this jsp in particular work just fine. So I guess the problem is somewhere in IDE configuration or in mounted filesystem.
Does anybody has any idea that could help?
Thanks!