Linkar Bootstrap com JSP

Pessoal sou iniciante em java EE e quero linkar meu bootstrap com minha pagina JSP uso o netbeans … se alguem poder ajudar agradeço muito…

Tente colocar um desses links dentro da tag HEAD do seu XHTML:

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">

OU

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css" integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r" crossorigin="anonymous">

Obg pela resp @Matheus_Lopes mas n queria em http pq ai precisaria de internet direto baixei o bootstrap e so queria linkar no netbeans :wink: