Author
need help to download standard.jar
nancy andrew
Ranch Hand
Joined: Jan 19, 2010
Posts: 30
I want to download standard.jar. I tried with lot of links including:
http://jakarta.apache.org/taglibs/doc/standard-doc/intro.html
but not sure that in this page where is standard.jar link. Kindly reply
Deepak Bala
Bartender
Joined: Feb 24, 2006
Posts: 6588
http://archive.apache.org/dist/jakarta/taglibs/standard-1.0/binaries/
SCJP 6 articles - SCJP 5/6 mock exams - SCJP Mocks - SCJP 5 Mock exam (Word document ) - SCJP 5 Mock exam in Java.Inquisition format
nancy andrew
Ranch Hand
Joined: Jan 19, 2010
Posts: 30
Thanks Deepak. But the link is having tar files. is it same as jar file
Deepak Bala
Bartender
Joined: Feb 24, 2006
Posts: 6588
Tar is like a zip. There are zips as well
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56168
That link is for the very very old JSTL 1.0.
Unless you are using a very old version of Tomcat , you need either JSTL 1.1 or JSTL 1.2.
Links can be found in the JSP FAQ which you should always check before posting.
[Smart Questions ] [JSP FAQ ] [Books by Bear ] [Bear's FrontMan ] [About Bear ]
Deepak Bala
Bartender
Joined: Feb 24, 2006
Posts: 6588
That link is for the very very old JSTL 1.0.
Thank you for correcting
Kris Schneider
Ranch Hand
Joined: Feb 14, 2001
Posts: 71
posted Jan 25, 2010 10:55:46
0
The Apache Standard Taglib is no longer part of Jakarta, it's now part of Tomcat. Here's the current homepage: Apache Standard Taglib . That page also contains links to download versions that implement JSTL 1.0 and 1.1. An implementation of JSTL 1.2 hasn't been released, so you'll need to use another taglib if that's what you require. For example, this is the Glassfish JSTL implementation homepage.
subject: need help to download standard.jar