Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

where to store twitter bootstrap while developing in eclipse

I am using Twitter bootstrap for developing Web pages,Now I want to integrate this HTML code with jsp within eclipse. I was tried so by putting bootstrap folder in web-inf but it shows errors in bootstrap folder.So my problem is where I store twitter bootstrap folder so it can be use in eclipse project. t Thanks in Advance Sorry for English

like image 202
Rupesh Nerkar Avatar asked Dec 20 '22 16:12

Rupesh Nerkar


1 Answers

Assuming you've created a "Dynamic Web Project" bootstrap goes in the WebContent folder.

  • WebContent
    • bootstrap
      • css
      • img
      • js
    • META-INF
    • WEB-INF
like image 63
Tom Avatar answered Mar 03 '23 21:03

Tom