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
Nitin Nandankar
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
amaiaeskisabel
source
to share
download BootStrap from this link http://getbootstrap.com/ and copy the file to your project main / resources / static
+1
user8240628
source
to share