Where to download JSTL library exactly?

I am really confused. JSTL 1.0/1.1 can be downloaded from Apache website, while JSTL 1.2 is only downloadable from jstl.java.net???

gimbal2 wrote:
JSTL is an API. What you can download from the Apache website is an implementation of that API. Apparently they don't offer JSTL 1.2 as a separate download, but it is part of Apache Tomcat 7 for example. Much like the page you link to is the implementation that is delivered as part of Glassfish.I still doubt about Tomcat 7 has JSTL jar files, as I am looking at the server lib folder, there is no jstl-xxx.jar files, but it has el-xxx.jar files. In addition, when I create a new project in Eclipse for serlvet 3.0 with Tomcat 7 as server runtime, I still have to import jstl-xxx.jar files from outside. What could be missing?
This is no different from for example the servlet-api and the jsp-api. You don't download implementations for those APIs either, they are part of the servlet container / application server.That's true. I known it already.

Similar Messages

  • Help with downloading JSTL library

    Hi everyone,
    I've just started doing my second year degree in Multimedia Computing and am doing a year long module in JSP. I've installed Tomcat and everything at home but I'm having trouble getting my code to work which I've copied out of my book to see how it works. This is what I have written in JPadPro...
    <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
    <c:set value="Tiddles" var="myCat" />
    <c:set var="myDbId" scope="application">jdbc:mysql://localhost/eg02dsdb</c:set>
    <html>
    <head>
    <title> Question 1 </title>
    </head>
    <body>
    <p>
    myCat is
    <c:out value="${pageScope.myCat}" default="No myCat object on this page"/>
    myDbId is
    <c:out value="${applicationScope.myDbId}" default="No myDbId object in this application"/>
    </p>
    </body>
    </html>
    When I come to open the JSP file in http://localhost:8080 a message appears stating....
    The server encountered an internal error () that prevented it from fulfilling this request.
    org.apache.jasper.JasperException: File "/WEB-INF/tld/c.tld" not found
    After doing some research on the Internet I figured that I might need to download the JSTL core library off Apache's website. However when I get to the download page I don't have a clue which link to click on and what to do fromt there. There's loads of links saying things like BCSL, Cactus etc and they all have a link beside them that says KEYS and two files under each, one a .zip and the other a tar.gz but I don't have a clue which links I have to click on or anything. I have seen a few Tomcat links but don't know whether I should click on them. I just don't want to download the wrong stuff and mess up and files that are already in place in my j3t folder. If anyone could help me I'd really appreciate it! Thank you so much.
    Joe P

    I don't know how to award the duke points but i'll do that in a sec for you. I do have mySQL on the machine but I don't have it running. That may be why, as for the classes and that, I haven't created any. I simply copied the code out of this workbook my lecture created as an example. That may be the reason the code doesn't work, its probably because I don't have the classes he created on machine. I did just try doing a simple mathematical equation in the JSP file though and that produced the following results...
    <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
    <c:set value="Tiddles" var="myCat" />
    <c:set var="myDbId" scope="application">jdbc:mysql://localhost/eg02dsdb</c:set>
    <html>
    <head>
    <title> Question 1 </title>
    </head>
    <body>
    <p>
    myCat is
    <c:out value="${pageScope.myCat}" default="No myCat object on this page"/>
    myDbId is
    <c:out value="${applicationScope.myDbId}" default="No myDbId object in this application"/>
    3+4+*5=
    <c:out value="${3+4*5}"/>
    </p>
    </body>
    </html>
    myCat is ${pageScope.myCat}
    myDbId is ${applicationScope.myDbId}
    3+4+*5= ${3+4*5}
    I'll award you these duke points now, thank you for trying to help me, sorry I'm a bit slow with understanding all this, I did a lot of quite simple java last year but it wasn't one of my favourite subject areas.

  • Where to download JSTL?

    I am sure this is a stupid question but....
    It's been a few years since I have used JSTL. Now I need to use it again with Tomcat 6. In all my internet searching I cannot find a JSTL version newer than 1.2 -- and that was completed in 2005! Is there a newer version?
    Moreover, I cannot for the life of me find where to even download 1.2. I hear it's part of glassfish but I don't want to download a massive app server just for a few jars and tlds.
    Suggestions?

    I would dispute the second statement somewhat.
    JSTL actually came after the Struts tags, and complements their use quite nicely. In fact it is recommended you use the JSTL tags in preference to the equivalent ones provided by struts - ie <c:forEach> instead of <logic:iterate>, <c:if> instead of the <logic> conditional tags etc etc.
    With regards to JSF, you don't need to use JSTL - and in fact originally the two didn't play together nicely at all. If writing in JSF I would stick to just using the JSF tags - they do most things that JSTL does anyway - and more.
    JSTL complete? I would LOVE to see a <c:break> tag for use in a <c:forEach> statement :-)
    But it is nowhere near superfluous right now - unless you're using JSF.
    Cheers,
    evnafets

  • Where to download individual library files?

    Recently, I installed the UT99 dedicated server package on my Arch system. Everything went smoothly up until the point of actually launching the server. Seems the server needed a couple of library files that aren't on my system. The missing files were libX11.so.6 and libXext.so.6; a web search confirmed these are X11 files, and I don't use X on my system (headless file server & local game server).
    My solution was to fire up Knoppix, mount my hard drive, and copy Knoppix's libX11 and libXext files into the proper location. That solved my problem, and everything's fine with UT.
    I just wanted to know if this was a silly way to obtain the two files? I searched for a download on google to no avail. Is there some central source for these types of files that I can use in the future if a similar problem crops up?
    Thanks in advance.

    I had a small feeling it's about Unreal Tournament, but I've never seen 99, only UT2004. Oh, 99 is the version before 2004... never thought of that.. although on the computer I'm on right now, not even UT99 works.
    MEfreak wrote:
    IceRAM wrote:Assuming you are missing some libraries, the best thing to do is find the package they belong, make a PKGBUILD for it, compile it, and install using pacman.
    Do you mean make a PKGBUILD to install only the missing libraries, or the entire program which owns the libraries? Sorry, I'm not yet familiar with PKGBUILD's in Arch  :oops:
    Well, I wasn't aware you didn't have any kind of X installed (xorg/Xfree). I did a brief check before and indeed they belong to xorg (my system).
    # locate libX11.so.6
    /usr/X11R6/lib/libX11.so.6
    /usr/X11R6/lib/libX11.so.6.2
    # pacman -Qo /usr/X11R6/lib/libX11.so.6
    /usr/X11R6/lib/libX11.so.6 is owned by xorg 11R6.8.0-3
    Same for the other one.
    About your question about the PKGBUILD: no, I wouldn't recommend splitting a package and building only 2 files out of it. It's better to (build &) install the full package, or you'll mess up your entire system (mostly because of the dependencies).
    In your case, maybe it would have been better to
    # pacman -Sy xorg
    to get the latest libraries. They're the latest version (or almost the latest since 6.8.1 has just been released) and they are i686 (+optimizations) compiled (as the rest of your ArchLinux system). It might offer you better performance & stability.
    (if you run that now, with your manually installed libs, you'll end up with 2 conflicts. Instead of the previous command, run pacman -Syf xorg).

  • I just downloaded iPhoto 9.5 to replace my old ver. 7.x.  Downloaded the library upgraded but have no idea where it installed as it is not listed in Applications.  Opened iPhoto added my Library (12.5 GB) but iPhoto shows no pictures.

    I just downloaded iPhoto 9.5 to replace my old ver. 7.x.  Downloaded the library upgraded but have no idea where it installed as it is not listed in Applications.  Opened iPhoto added my Library (12.5 GB) but iPhoto shows no pictures. In fact, iPhoto indicates that I have zero photos in the library while at the same time indicating the file size as 12.5 GB.

    If your old iPhoto version was iPhoto 7, you need to run the iPhoto Library upgrader:  http://support.apple.com/kb/DL1523
    It will install itself in the Utilities folder in your Applications folder.
    Run it, and after that, you should be able to open your iPhoto Library with iPhoto '11.

  • Where to Download weblogic.wtc.jatmi Library/Package

    Dear Tuxedo Experts,
    I am trying to somehow make a Java client for a Tuxedo Server that listens to C clients. I have found the online javadocs for weblogic.wtc.jatmi which seems to be the answer to my question. Would you guide if that package help me to build a complete Java client?
    Would you also tell me where I can download this library/API.
    Thanks a lot.
    Ahsan

    Hi Ahsan,
    If you go to the Oracle Sample Code site (www.samplecode.oracle.com), you should be able to find the WTC samples that you can use as a starting point. I believe this link should get you there:
    https://www.samplecode.oracle.com/tracker/tracking/linkid/prpl1004/remcurreport/true/template/ViewIssue.vm/id/S729/nbrresults/18
    Regards,
    Todd Little
    Oracle Tuxedo Chief Architect

  • Where to download SDK 1.4.2_02?

    Hi
    I believe "i have tomatos on my eyes", but i can't find any ressource where to download exactly SDK 1.4.2_02 for Windows?
    Please heeeelp!
    Thanx a lot
    Michael

    it's probably in the archives somewhere, but I have to wonder why you want that specific build.
    If your code relies on some bug in it that was fixed in later versions, your code is buggy.

  • Where to download Acrobat SDK?

    Hello, friends,
    Where to download Acrobat SDK? I was brought to the download page,
    http://www.adobe.com/cfusion/entitlement/index.cfm?e=acrobat%5Fsdk
    Acrobat Developer CenterAcrobat 8.1 SDK
    Acrobat 8.1 SDK is now available free of charge to all users. Developers can use the SDK to create software and plug-ins to interact and customize Acrobat and Adobe Reader.
    All Acrobat 8.1 SDK Samples
    Download - Windows (ZIP,21.8MB)
    Download - Mac (ZIP, 18.8MB)
    Acrobat 8.1 SDK documentation
    Download (ZIP, 52.9MB)
    Acrobat 8.1 SDK JavaScript support samples
    Download - Windows (ZIP, 15.4MB)
    Download - Mac (ZIP,14.4MB)
    Thank you for your interest in the Acrobat 8 SDK.
    however, all it has are sample source code. I was expecting the real SDK: Installation files to install necessary components.
    Any ideas? Thanks a lot.

    Hi, Aandi,
    "And after all, the description you cut and pasted did exactly describe it. "
    I don't think so.
    The exact description should be:
    Acrobat 8.1 SDK is now available FREE of charge to all users. Although developers can use the SDK to create software and plug-ins to interact and customize FREE Adobe Reader, developers can NOT use the SDK to create software and plug-ins to interact and customize Acrobat without buying (NOT FREE) Acrobat.
    But, Aandi, please do not misunderstand me: I was NOT intenting to argue with you. Simply I felt very frustarted and upset by Adobe's policy.
    Our customers just need to read .pdf files. They wish our c#.net application can open the file they select from our app, and automatically jump to the page they preselect, and save the paper numbers they select this time so that they can use next time. They do not need edit/save/delete/... functions at all.
    However, based on what you said, our customers will have to buy hundreds of Acrobat for the functions they will never allowed to use. (Those .pdf files are read only legal papers, no modification is allowed).

  • Where to download Oracle 11G lib32 for Linux x86-64

    Hi,
    can you tell me where to download 11G 32bit client for Linux 86-64? I need the 32 bit lib.
    Thanks

    Hello,
    You should install the Client which match your platform.
    If you have a Linux *32 bit* platform you should choose this Client:
    http://www.oracle.com/technetwork/database/enterprise-edition/downloads/112010-linuxsoft-085393.html
    If you have a Linux *64 bit* platform then, you should use the link I sent you on my previous post:
    http://www.oracle.com/technetwork/database/enterprise-edition/downloads/112010-linx8664soft-100572.html
    I'm not sure about Linux, but I know that on Unix, Oracle for 64 bit platform has 2 directories for the Library:
    $ORACLE_HOME/lib      --> 64 bit
    $ORACLE_HOME/lib32    --> 32 bitI guess you may have the same components on Linux.
    Hope this help.
    Best regards,
    Jean-Valentin

  • Where has my iPhoto library gone?

    I have downloaded the update for iphoto 11. When I opened the app, I found that ALL of my photo's had gone Where are they likely to be? Can I get them back? I hope so, because I don't have them backed up (very stupid of me)
    I have read and tried some of the various solutions, but so far, nothing has worked. It was suggested that I update my library, but I don't know how to do this.
    I think I've messed up somewhere, because now when I open iphoto it says:
    To use iphoto ’11, you need to upgrade your photo library.
    The upgrade might take several minutes, depending on the number of photos in your library
    It then gives you an option to quit or continue. I select continue and then it says:
    You can’t open your current photo library using this version of iPhoto.
    You have made changes to your photo library using a newer version of iPhoto.
    Please quit and use the latest version of iPhoto.
    I select quit and then nothing.
    Help!

    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one. 

  • I am trying to download my library to my new computer. can't do it following the instructions from your site

    I am trying to download my library to my new computer. can't do it following the instructions from your site

    We are all itunes users just like you.
    If you are transferring from Mac to Mac, then copy the entire itunes folder.
    You can also type :" move itunes library" into the google search bar for directions.
    Since you do not mention exactly what you have tried and what happened, it is difficult to offer much more.

  • Where to download workbook template?

    Hi expert,
    Could you tell me where to download some workbooks as my template? Or you can just send to my email box: [email protected]
    I need them as reference to my current workbook. Thanks a lot!!

    <i>I mean, I need some workbooks from other project just for a sample or a reference.</i>
    just open the wokbook and  save under u r favorites if have sufficient authorization to do so.
    <i>My problem now is, in my project, we need some workbook that have been designed from other projects.</i>
    what did it exactly mean? do you want to use a workbook from other project as reference for u r workbook?
    if so...i assume that u have saved other project workbook under your favorites.
    go to 'settings' from tool bar..select 'permanent work template'...a pop window will appear to choose a workbook..here select the workbook(which u saved in favoties from other project)...
    hope i understood u r requirement correctly.
    pl don't forget to assign points if it helps.
    thanks

  • Original Photo Size Lost....Why? Where has my original library gone?

    I have had some problem with my iphoto library. Whilst I have deleted anything, or atleast, nothing appears to be in TRASH, my mac now only shows iphoto libraries that have been created recently.
    These recent libraries though, do include thousands of my original photos, however, they all appear to be a fraction of their original size. Photos are appearing to be around 25KB in size when they were original 1-2MB. This has happened to all photos except the photos i uploaded today. The problem with the pics I uploaded today, is that iphoto is only enabling me to view these when the slider is at the far left - i.e. small thumbnails only. When I pull the slider to the right, hit slideshow, or double click to enlarge on of these new photos, I am simply presented with a large, but blurey, explanation ("!") point.
    I am praying my originally sized photos are not lost? Where is my original library? I am lost and stressed - and desperately hoping someone can assist me.
    Yours in need

    Welcome to the Apple Discussions. First the size of the photos you mentioned, 25KB, appear to be the thumbnails that iPhoto creates when importing into iPhoto. The "!" occurs when iPhoto loses the link to the original file. If you don't see any of the older image files that are greater than 25KB they probably have been deleted. However you can try the following just in case: run the three fixes below in order as needed:
    1 - launch iPhoto with the Command+Option keys depressed and follow the instructions to rebuild the library. Select all options.
    2 - rebuild the library using iPhoto Library Manager as follows:
    Using iPhoto Library Manager to Rebuild Your iPhoto Library
    1 -Download iPhoto Library Manager and launch.
    2 -Click on the Add Library button, navigate to your User/Pictures folder and select your iPhoto Library folder.
    3 - Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File->Rebuild Library menu option
    4 - In the next window name the new library and select the location you want it to be placed.
    5 - Click on the Create button.
    Note: It may take some time to create the new library if you have a lot of photos.
    3 - start over with a new library and import the Originals folder from your original library as follows:
    Creating a new library while preserving the Events from the original library.
    1. Move the existing library folder to the desktop.
    2. Open the library package like this.
    3. Launch iPhoto and, when asked, select the option to create a new library.
    4. Drag the Originals folder from the iPhoto Library on the desktop into the open iPhoto window.
    This will create a new library with the same Events as the original library if you have the Finder checkbox unchecked in the Events preference pane.
    If the above doesn't find and restore those missing older image files and you don't have a backup of your library your only recourse is to use a file recover application like SubrosaSoft FileSalvage. It will let you run it in demo mode to determine if it can recover the files you need before you have to purchase.
    In the future you might want to invest in an external HD for backups.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger or later), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 6 and 7 libraries and Tiger and Leopard. Just put the application in the Dock and click on it whenever you want to backup the dB file. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.
    Note: There's now an Automator backup application for iPhoto 5 that will work with Tiger or Leopard.

  • Where is my IPhoto library? I updated and the last two years of photos disappeared. Help., Where is my IPhoto library? I updated and the last two years of photos disappeared. Help.

    Where is my IPhoto library? I updated and the last two years of photos disappeared. Help., Where is my IPhoto library? I updated and the last two years of photos disappeared. Help.Thank you.

    Simple and fast solution: restore from your back up.
    Other than that:
    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Repair Database. If that doesn't help, then try again, this time using Rebuild Database.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. (In early versions of Library Manager it's the File -> Rebuild command. In later versions it's under the Library menu.)
    This will create an entirely new library. It will then copy (or try to) your photos and all the associated metadata and versions to this new Library, and arrange it as close as it can to what you had in the damaged Library. It does this based on information it finds in the iPhoto sharing mechanism - but that means that things not shared won't be there, so no slideshows, books or calendars, for instance - but it should get all your events, albums and keywords, faces and places back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.  
    Regards
    TD

  • Where is "WebLogic J2EE Library "?

    Hi, i want to extend Portal Administration Console, but when i do follow guide of oracle documentation, it seem not work.
    Follow document : To copy a J2EE module to your web project:
    1. In the Project Explorer, right-click the //web_project_name/WebLogic Deployment Descriptor > J2EE Libraries folder and then select Add Multiple.
    2. In the Select WebLogic J2EE library, select the modules you need. The required administration console J2EE libraries are:
    But i don't see where is WebLogic J2EE library. Can someone tell me where is it ? Thanks in advance and sorry for my bad English.
    Best Regards,
    Coy.

    If you mean the folder 'library' like from the computer, the iphone doesn't have one directly. If you connect your iphone to your computer then, depending on what you want, you can probably do it via the computer or try downloading an app like iexplorer and you can access loads of hidden folders on your iphone. Hope this helps but sorry if it doesnt

Maybe you are looking for

  • Error message when trying to play videos in iTunes

    Updated to iTunes 10.4 using OS X v10.7 and now get error message "This movie requires QuickTime, which is not supported by this version of iTunes when playing music videos in iTunes".  This did not happen in previous version of iTunes.

  • How to find the path of Files (e.g. *.PDF,DOC,XLS) seen on PLMCfolders web?

    Hi, I am working on a requirment "Passing Cfolders documents/attachments to a third party document managemnt system. Question : Is it possible to see all the files which are uploaded in Cfolders like the ones seen in R/3 transaction AL11 at Unix leve

  • Adobe Reader 9.4.0

    Wenn ich nach Updates suchen lasse kommt immer eine 1440 Fehlermeldung. Was is da los? Ich besitze Vindows Vista 32 Bit Home Premium. Ich gehe über ein Kabelmodem direkt ohne Proxy in das internet. Danke schon im vorraus. Gruß Treter2

  • 'Conforming' Media - What Is That All About?

    Guys, I've got 5 Premiere CS5 projects that are UK PAL WS containing a mixture of 1080i and XD CAM footage (the original footage is HD but I want SD output). My system is an Intel Quad Core running Windows 7. I also have a 'master' project that incor

  • Routine help : How to get rid of "#" ?

    Hello, I know this issue has already been discudded many times here, but I'm still having problem with invalid caracter "#". We are loading Plant Maintenance Orders every morning  and the data load failed repeatedly due to the presence of a "#" chara