How to add upload to Eclipse for jsp pages

I got a problem including Bootstrap.jar lib in my eclipse project. I cannot access it in my JSP page.

Can anyone help me so that I can access it in my jsp page.

+3


source to share


2 answers


Why don't you download files from bootstrap (css, js, ing) and add them to the project as shown http://vitalflux.com/get-started-bootstrap-ui-eclipse/ , It's easier



+3


source


download BootStrap from this link http://getbootstrap.com/ and copy the file to your project main / resources / static



+1


source







All Articles