| Author |
how to include js and css file in eclipse
|
archana tiwari
Ranch Hand
Joined: Mar 15, 2012
Posts: 44
|
|
|
I am using servlet for my program. I want to use css and java script , i have given the right path in source path but program is not running properly. I am using eclipse .Is there any other option to include js and css file in eclipse?
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56202
|
|
Who cares what it does in eclipse? eclipses is an editor, not the real world. Does it work when you actually deploy the war file?
Most likely your URLs are not properly formed. You should be using server-relative addresses that start with the context path. See the JspFaq for details (the one named ResourceUrlProblems).
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: how to include js and css file in eclipse
|
|
|