Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

jsp compilation with Forte

843836Dec 4 2003 — edited Dec 4 2003
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!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 1 2004
Added on Dec 4 2003
4 comments
205 views