62

Does anyone know because all the places I've tried seem to timeout!

Deano
  • 1,740
  • 4
  • 20
  • 24
  • 4
    You can find download links in [our JSTL wiki page](http://stackoverflow.com/tags/jstl/info). – BalusC Oct 14 '11 at 03:51

7 Answers7

80

You can download JSTL 1.1 here and JSTL 1.2 here.

See also:

Community
  • 1
  • 1
Burkhard
  • 14,596
  • 22
  • 87
  • 108
6

http://jstl.java.net/download.html

It's been split into two separate JAR files: jstl-api.jar and jstl-impl.jar.

Mike M. Lin
  • 9,992
  • 12
  • 53
  • 62
4

You can downlod JSTL jar from this link

http://findjar.com/jar/javax/servlet/jstl/1.2/jstl-1.2.jar.html
Deepak Lamichhane
  • 19,076
  • 4
  • 30
  • 42
4

In the past, there was something like: https: //jstl.dev.java.net/download.html. But since a few days, there is something happening on dev.java.net.

Java.net will be modified, read this: http: //www.java.net/. So I think we have to wait. I also found: http: //java.net/projects/help/pages/RequestedProjects.

Maybe this is helpful.

Another option is to look into the maven repository: http://repo1.maven.org/maven2/javax/servlet/

robrecht
  • 177
  • 1
  • 4
4

http://archive.apache.org/dist/jakarta/taglibs/standard/binaries/

None of the mirrors work on the other page

Slyvr
  • 41
  • 1
2

If youre using Maven, here's something for your pom.xml file

<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
</dependency>
Dashovsky
  • 137
  • 9
0

Visit Here to get your required jar files of JSTL.

and to get any of your required jar files visit HERE

Kedar1442
  • 217
  • 2
  • 8