aspose file tools
The moose likes Servlets and the fly likes how to include js and css file in eclipse Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "how to include js and css file in eclipse" Watch "how to include js and css file in eclipse" New topic
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
    
  13

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]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: how to include js and css file in eclipse
 
Similar Threads
Problem with css file paths
problem in displaying image and css file in Eclipse europa 3.3.2
CSS not being recognized.. Struts application ..
Spring display tab menu
Sessions on a servlet