My app can't see the tag library

Hi everybody,
I am developing an application in JSP which accesses an Oracle database and display the results to the user.
I am using the tag "exceltag.jar" taken from "http://www.servletsuite.com/servlets/exceltag.htm" to convert an html table to an excel sheet. This works fine on my computer but it fails after we installed the application to our web server, running Tomcat 4.1.12.
The "exceltag.jar" file has been placed under 'WEB-INF\lib' and the classpath has been set to point to that location. However when I attempt to convert the html table to an excel sheet by clicking a button, I get the following error:
java.lang.NoClassDefFoundError:
javax/servlet/jsp/tagext/BodyTagSupport at java.lang.ClassLoader.defineClass0(Native Method) at
java.lang.ClassLoader.defineClass(ClassLoader.java:509)
It seems like the application can't see the "exceltag.jar" file.
What do I need to do to overcome this problem?
Thank you very much.

The servlet.jar is in TOMCAT_HOME/common/lib. Since all the JARs in that directory are automatically added to the CLASSPATH and are visible to all applications running under Tomcat, you don't have to do anything for the class loader to find it.
Your app's WEB-INF/lib directory JARs are also automatically added to to the CLASSPATH. That's the correct place to put that exceltag.jar, by the way, not the TOMCAT_HOME/common/lib.
As a matter of fact, if you have a system CLASSPATH, be sure that Tomcat ignores it completely. You shouldn't even have one, IMO. (I don't.)
When I open up the servlet.jar in my TOMCAT_H0ME/common/lib, I can see a class named BodyTagSupport with path javax.servlet.jsp.tagext. You should, too.
In your exceltag.jar, you should find a TLD for the library. Open that with a text editor and make sure that the text under the <uri> tag matches that in your JSP. For example, I use the JSTL tag library. The c.tld has this <uri> tag:
  <uri>http://java.sun.com/jstl/core</uri>My JSPs that want to use the core tag library have this near the top of the page:
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>Notice how the URIs match. That's what yours should do, too.
If you don't find a TLD inside the exceltag.jar, that means they didn't package it properly. - MOD

Similar Messages

  • If i tag a song in itunes how can i see the tags in finder on a macbook pro

    if i tag a song in itunes how can i see the tag in finder on a mcbook pro

    Those tags are not shown in the Finder.
    Metadata is generally displayed in the program designed to organize and display the content type, such as iTunes, iPhoto, etc.

  • Hello, I'm trying to transfer my old itunes library to a new computer using home sharing. It's switched on in both computers, but I can't see the old library in the new computer. But I can see tracks from the new computer on the old one. Please help.

    Apologies for poor syntax, my arm's a little sore. Yes, one computer (old) is vista, new is Windows 8. Shouldn't I be able to import the whole library using home sharing? Am I doing something wrong? Thank you in advance

    I am having the same issue.  I recently purchased a new laptop and I have spent the last 3 days using the home share to slowly transfer all 22,000 songs.  However yesterday morning when I turned on both computers to continue the process I am having the following issue:
    both computers are running the same windows OS (8)
    both computers are running the same version of itunes
    both computers are logged in with the same apple ID
    both computers have home sharing turned on
    Now however I can see the NEW computers itunes library in the drop down box on the OLD computer, however I can not see the OLD computers itunes library on the NEW computer.  I can no longer see "HOME SHARES" on the drop down LIBRARY list on the new computer.  I've taken the following steps to correct the error:
    reset the router
    completely shut down BOTH computers and brought them back up
    reopened itunes
    re-logged in on both PC's
    re-activated both PC's with home share
    The articles and help from the apple sites are worthless and it says if you can't see a library just turn home sharing off then back on - I've completed the above steps NUMEROUS times.  After spending 4 days on transferring my music I really do not want to have to start over by using an external hard drive and then importing that way.  I would like some help on discovering why the new laptop is no longer seeing my old library. (When it has been working up to this point) 
    Thanks in advance.

  • In device content I can't see the application library. Why?

    I connected my new ipad mini 2  to the last version of itunes. Than, clicking on the ipad logo I saw two sections, the settings one with all the libraries (music, movies, applications, photos etc....) and the device content one in witch the applications (that I bought from apple store with my ipad) library is missing. I would like to know why and how I could see the applications library in the device content.
    thanks,
    Roberta

    Did you click on the Apps tab in the upper left portion of iTunes? .... assuming that you are running iTunes 12. If running iTunes 11, the Apps tab will be at the top of the iTunes window on the right side.

  • Manual Migration to Mountain Lion: but can't see the home library folder.

    Hi,
    This is my first post in the Apple support community.
    I'm moving from iMac running Snow Leopard to my MacBook Pro retina running Mountain Lion.
    I only want to move what I really need, and leave all the old software and old files behind.
    I put the MacBook Pro in target disc mode and started moving things through a FireWire 800 cable, connected to a Thunderbolt port through an Apple adapter.
    Until I came to the items in the home library folder to move - and, of course - I couldn't see the home library folder on my retina MacBook Pro.
    The key question is: can I make it visible for the time of the move?
    Should I put the old iMac in target disc mode and handle the move from the retina Macbook Pro side and unhide the library folder using the Command + Shift + G keystroke?
    Or are the days of manual migration over due to the hidden home library folder?
    Applecare support noted I should use the migration assistant, and that I could chose the files I wanted to move.
    Can you really do it in such a detail as during a manual migration?
    Thanks!

    Choose Go to Folder from the Finder's Go menu and provide ~/Library/ as the path.
    (73480)

  • How can I see the folder "Library"?

    What do I press to see the folder "Library"

    There are multiple options since Apple decided to hide the local Library folder.
    Select the Finder's Go menu. Now press the option key and the Library menu entry will appear. Use your pointing device to then select the Library menu entry and you land inside the Library folder in your login directory.
    On the same menu without pressing the option key, you can select Go To Folder... or simply press shift+command+G. In the pop-up dialog, you can type ( the following character is a tilde) ~/Library and then choose Go. This too will land you in the Library folder.
    There is a way to unhide the login directory Library folder until the next operating system update hides it again. This step requires using the Terminal application. The following command is non-destructive to either your nerves or OS X.
    chflags nohidden ~/Library
    Here's what you do.
    Triple-click on the above command to select it.
    Press command+C to copy it to the clipboard
    Change your keyboard focus to the Finder by clicking on your desktop.
    Press shift+command+U to open the Utilities folder.
    Double-click the Terminal application - a window will appear
    Change your keyboard focus by clicking anywhere within the Terminal window
    Press command+V to paste the above command into the Terminal window
    Press return to unhide your login directory Library folder
    Quit the Terminal application and close the Utility folder.
    Open a Finder window and confirm that the Library folder is visible

  • In PI aftr imprting WSDL can we see the tags in header fr mapping.

    Hi,
    We have imported a WSDL in PI 7.1.
    There, we are getting the following WSDL structure in "messages" tab of external definition.
    Request
              action
              to
              messageId
              replyTo
              referenceParameter
              body
                    content ....
    My question is in generally when we import the WSDL can we see any body, action,to, messageId etc. tags.
    can any body tell me why this tags are coming after importing the wsdl in PI. I am sending the WSDL definition please add starting tags of each xml element. Please help me how to use this kind of WSDL.
    ?xml version="1.0" encoding="UTF-8"?>
    wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:qsvc="urn:schemas-qad-com:xml-services" xmlns:qcom="urn:schemas-qad-com:xml-services:common" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing" targetNamespace="urn:schemas-qad-com:xml-services">
         wsdl:types>
              xsd:schema targetNamespace="urn:schemas-qad-com:xml-services:common" attributeFormDefault="qualified" elementFormDefault="qualified">
                   xsd:element name="suppressResponseDetail" type="xsd:boolean"/>
                   xsd:element name="dsSessionContext" type="qcom:DsSessionContext"/>
                   xsd:element name="dsExceptions" type="qcom:DsExceptions"/>
                   xsd:complexType name="Temp_err_msg">
                        xsd:sequence>
                             xsd:element name="tt_level" type="xsd:int" nillable="true"/>
                             xsd:element name="tt_msg_context" type="xsd:string" nillable="true"/>
                             xsd:element name="tt_msg_data" type="xsd:string" nillable="true"/>
                             xsd:element name="tt_msg_datetime" type="xsd:string" nillable="true"/>
                             xsd:element name="tt_msg_desc" type="xsd:string" nillable="true"/>
                             xsd:element name="tt_msg_field" type="xsd:string" nillable="true"/>
                             xsd:element name="tt_msg_index" type="xsd:int" nillable="true"/>
                             xsd:element name="tt_msg_keys" type="xsd:string" nillable="true" maxOccurs="6"/>
                             xsd:element name="tt_msg_nbr" type="xsd:string" nillable="true"/>
                             xsd:element name="tt_msg_processed" type="xsd:boolean" nillable="true"/>
                             xsd:element name="tt_msg_sev" type="xsd:string" nillable="true"/>
                        /xsd:sequence>
                   /xsd:complexType>
                   xsd:complexType name="TtContext">
                        xsd:sequence>
                             xsd:element name="propertyQualifier" type="xsd:string" nillable="true"/>
                             xsd:element name="propertyName" type="xsd:string" nillable="true"/>
                             xsd:element name="propertyValue" type="xsd:string" nillable="true"/>
                        /xsd:sequence>
                   /xsd:complexType>
                   xsd:complexType name="DsExceptions">
                        xsd:sequence>
                             xsd:element name="temp_err_msg" minOccurs="0" maxOccurs="unbounded" type="qcom:Temp_err_msg"/>
                        /xsd:sequence>
                   /xsd:complexType>
                   xsd:complexType name="DsSessionContext">
                        xsd:sequence>
                             xsd:element name="ttContext" minOccurs="0" maxOccurs="unbounded" type="qcom:TtContext"/>
                        /xsd:sequence>
                   /xsd:complexType>
              /xsd:schema>
              xsd:schema targetNamespace="http://www.w3.org/2005/08/addressing" attributeFormDefault="qualified" elementFormDefault="qualified">
                   xsd:import namespace="urn:schemas-qad-com:xml-services:common"/>
                   xsd:element name="Action" type="wsa:ActionType"/>
                   xsd:element name="To" type="wsa:ToType"/>
                   xsd:element name="RelatesTo" type="wsa:RelatesToType"/>
                   xsd:element name="MessageID" type="wsa:MessageIDType"/>
                   xsd:element name="ReferenceParameters" type="wsa:ReferenceParametersType"/>
                   xsd:element name="ReplyTo" type="wsa:ReplyToType"/>
                   xsd:simpleType name="ActionType">
                        xsd:restriction base="xsd:string"/>
                   /xsd:simpleType>
                   xsd:simpleType name="ToType">
                        xsd:restriction base="xsd:string"/>
                   /xsd:simpleType>
                   xsd:simpleType name="RelatesToType">
                        xsd:restriction base="xsd:string"/>
                   /xsd:simpleType>
                   xsd:simpleType name="MessageIDType">
                        xsd:restriction base="xsd:string"/>
                   /xsd:simpleType>
                   xsd:complexType name="ReferenceParametersType">
                        xsd:sequence>
                             xsd:element ref="qcom:suppressResponseDetail"/>
                        /xsd:sequence>
                   /xsd:complexType>
                   xsd:complexType name="ReplyToType">
                        xsd:sequence>
                             xsd:element name="Address" type="xsd:string"/>
                        /xsd:sequence>
                   /xsd:complexType>
              /xsd:schema>
              xsd:schema targetNamespace="urn:schemas-qad-com:xml-services" attributeFormDefault="qualified" elementFormDefault="qualified">
                   xsd:import namespace="urn:schemas-qad-com:xml-services:common"/>
                   !xsd:include schemaLocation="maintainItemSitePlanning-eB2_2.xsd"/>>
                   !xsd:include schemaLocation="maintainItemSitePlanningResponse-eB2_2.xsd"/>>
                   xsd:element name="maintainItemSitePlanning" type="qsvc:MaintainItemSitePlanningType"/>
                   xsd:element name="maintainItemSitePlanningResponse" type="qsvc:MaintainItemSitePlanningResponseType"/>
                   xsd:complexType name="MaintainItemSitePlanningType">
                        xsd:sequence>
                             xsd:element ref="qcom:dsSessionContext" minOccurs="0" maxOccurs="1"/>
                             xsd:element ref="qsvc:dsItemSitePlanning" minOccurs="0" maxOccurs="1"/>
                        /xsd:sequence>
                   /xsd:complexType>
                   xsd:complexType name="MaintainItemSitePlanningResponseType">
                        xsd:sequence>
                             xsd:element name="result" type="xsd:string"/>
                             xsd:element ref="qcom:dsSessionContext" minOccurs="0" maxOccurs="1"/>
                             xsd:element ref="qcom:dsExceptions" minOccurs="0" maxOccurs="1"/>
                             xsd:element ref="qsvc:dsItemSitePlanningResponse" minOccurs="0" maxOccurs="1"/>
                        /xsd:sequence>
                   /xsd:complexType>
                   xsd:element name="dsItemSitePlanning">
              xsd:complexType>
                   xsd:sequence>
                        xsd:element name="itemSitePlanning" type="qsvc:ItemSitePlanningType" maxOccurs="unbounded"/>
                   /xsd:sequence>
              /xsd:complexType>
              xsd:unique name="PK_itemSitePlanning">
                   xsd:selector xpath=".//itemSitePlanning"/>
                   xsd:field xpath="ptPart"/>
                   xsd:field xpath="site"/>
              /xsd:unique>
         /xsd:element>
         xsd:complexType name="ItemSitePlanningType">
              xsd:sequence>
                   xsd:element name="operation" type="xsd:string" minOccurs="0"/>
                   xsd:element name="ptPart" type="xsd:string" minOccurs="0"/>
                   xsd:element name="site" type="xsd:string" minOccurs="0"/>
                   xsd:element name="ptpMs" type="xsd:boolean" minOccurs="0"/>
                   xsd:element name="ptpPlanOrd" type="xsd:boolean" minOccurs="0"/>
                   xsd:element name="ptpTimefnce" type="xsd:int" minOccurs="0"/>
                   xsd:element name="ptpOrdPol" type="xsd:string" minOccurs="0"/>
                   xsd:element name="ptpOrdQty" type="xsd:decimal" minOccurs="0"/>
                   xsd:element name="ptpOrdPer" type="xsd:int" minOccurs="0"/>
                   xsd:element name="ptpSftyStk" type="xsd:decimal" minOccurs="0"/>
                   xsd:element name="ptpSftyTme" type="xsd:decimal" minOccurs="0"/>
                   xsd:element name="ptpRop" type="xsd:decimal" minOccurs="0"/>
                   xsd:element name="ptpRev" type="xsd:string" minOccurs="0"/>
                   xsd:element name="ptpIssPol" type="xsd:boolean" minOccurs="0"/>
                   xsd:element name="ptpBuyer" type="xsd:string" minOccurs="0"/>
                   xsd:element name="ptpVend" type="xsd:string" minOccurs="0"/>
                   xsd:element name="ptpPoSite" type="xsd:string" minOccurs="0"/>
                   xsd:element name="ptpPmCode" type="xsd:string" minOccurs="0"/>
                   xsd:element name="cfg" type="xsd:string" minOccurs="0"/>
                   xsd:element name="ptpInsRqd" type="xsd:boolean" minOccurs="0"/>
                   xsd:element name="ptpInsLead" type="xsd:int" minOccurs="0"/>
                   xsd:element name="ptpCumLead" type="xsd:int" minOccurs="0"/>
                   xsd:element name="ptpMfgLead" type="xsd:decimal" minOccurs="0"/>
                   xsd:element name="ptpPurLead" type="xsd:int" minOccurs="0"/>
                   xsd:element name="atpEnforcement" type="xsd:string" minOccurs="0"/>
                   xsd:element name="ptpAtpFamily" type="xsd:boolean" minOccurs="0"/>
                   xsd:element name="ptpRunSeq1" type="xsd:string" minOccurs="0"/>
                   xsd:element name="ptpRunSeq2" type="xsd:string" minOccurs="0"/>
                   xsd:element name="ptpPhantom" type="xsd:boolean" minOccurs="0"/>
                   xsd:element name="ptpOrdMin" type="xsd:decimal" minOccurs="0"/>
                   xsd:element name="ptpOrdMax" type="xsd:decimal" minOccurs="0"/>
                   xsd:element name="ptpOrdMult" type="xsd:decimal" minOccurs="0"/>
                   xsd:element name="ptpOpYield" type="xsd:boolean" minOccurs="0"/>
                   xsd:element name="ptpYldPct" type="xsd:decimal" minOccurs="0"/>
                   xsd:element name="ptpRun" type="xsd:decimal" minOccurs="0"/>
                   xsd:element name="ptpSetup" type="xsd:decimal" minOccurs="0"/>
                   xsd:element name="btbType" type="xsd:string" minOccurs="0"/>
                   xsd:element name="emtAuto" type="xsd:boolean" minOccurs="0"/>
                   xsd:element name="ptpNetwork" type="xsd:string" minOccurs="0"/>
                   xsd:element name="ptpRouting" type="xsd:string" minOccurs="0"/>
                   xsd:element name="ptpBomCode" type="xsd:string" minOccurs="0"/>
              /xsd:sequence>
         /xsd:complexType>
         xsd:element name="dsItemSitePlanningResponse">
              xsd:complexType>
                   xsd:sequence>
                        xsd:element name="itemSitePlanning" type="qsvc:ItemSitePlanningResponseType" maxOccurs="unbounded"/>
                   /xsd:sequence>
              /xsd:complexType>
              xsd:unique name="PKResponse_itemSitePlanning">
                   xsd:selector xpath=".//itemSitePlanning"/>
                   xsd:field xpath="ptPart"/>
                   xsd:field xpath="site"/>
              /xsd:unique>
         /xsd:element>
         xsd:complexType name="ItemSitePlanningResponseType">
              xsd:sequence>
                   xsd:element name="ptPart" type="xsd:string" minOccurs="0"/>
                   xsd:element name="site" type="xsd:string" minOccurs="0"/>
              /xsd:sequence>
         /xsd:complexType>
              /xsd:schema>
         /wsdl:types>
         wsdl:message name="processQdocMessageRequest">
              wsdl:part name="action" element="wsa:Action"/>
              wsdl:part name="to" element="wsa:To"/>
              wsdl:part name="messageID" element="wsa:MessageID"/>
              wsdl:part name="referenceParameters" element="wsa:ReferenceParameters"/>
              wsdl:part name="replyTo" element="wsa:ReplyTo"/>
              wsdl:part name="body" element="qsvc:maintainItemSitePlanning"/>
         /wsdl:message>
         wsdl:message name="processQdocMessageResponse">
              wsdl:part name="to" element="wsa:To"/>
              wsdl:part name="action" element="wsa:Action"/>
              wsdl:part name="messageID" element="wsa:MessageID"/>
              wsdl:part name="relatesTo" element="wsa:RelatesTo"/>
              wsdl:part name="body" element="qsvc:maintainItemSitePlanningResponse"/>
         /wsdl:message>
         wsdl:portType name="QdocWebService">
              wsdl:operation name="processQdocMessage">
                   wsdl:input name="processQdocMessageRequest" message="qsvc:processQdocMessageRequest"/>
                   wsdl:output name="processQdocMessageResponse" message="qsvc:processQdocMessageResponse"/>
              /wsdl:operation>
         /wsdl:portType>
         wsdl:binding name="SoapBinding" type="qsvc:QdocWebService">
              wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
              wsdl:operation name="processQdocMessage">
                   wsdlsoap:operation soapAction=""/>
                   wsdl:input name="processQdocMessageRequest">
                        wsdlsoap:body parts="body" use="literal"/>
                        wsdlsoap:header message="qsvc:processQdocMessageRequest" part="action" use="literal"/>
                        wsdlsoap:header message="qsvc:processQdocMessageRequest" part="to" use="literal"/>
                        wsdlsoap:header message="qsvc:processQdocMessageRequest" part="messageID" use="literal"/>
                        wsdlsoap:header message="qsvc:processQdocMessageRequest" part="referenceParameters" use="literal"/>
                        wsdlsoap:header message="qsvc:processQdocMessageRequest" part="replyTo" use="literal"/>
                   /wsdl:input>
                   wsdl:output name="processQdocMessageResponse">
                        wsdlsoap:body parts="body" use="literal"/>
                        wsdlsoap:header message="qsvc:processQdocMessageResponse" part="to" use="literal"/>
                        wsdlsoap:header message="qsvc:processQdocMessageResponse" part="action" use="literal"/>
                        wsdlsoap:header message="qsvc:processQdocMessageResponse" part="messageID" use="literal"/>
                        wsdlsoap:header message="qsvc:processQdocMessageResponse" part="relatesTo" use="literal"/>
                   /wsdl:output>
              /wsdl:operation>
         /wsdl:binding>
         wsdl:service name="QdocWebService">
              wsdl:port name="QdocWebService" binding="qsvc:SoapBinding">
                   wsdlsoap:address location="http://localhost:8080/qxtendserver/services/"/>
              /wsdl:port>
         /wsdl:service>
    /wsdl:definitions>
    Thanks and Regards
    Riju

    Hi All,
    Thanks for your input.. Is it the same wiht Oracle Database also?? Cant we insert/update records in View Tables using SAP PI?
    I am trying to insert records in a view table in SQL server but getting error message... where as when I try to insert in TABLE ..Its working..
    Any inputs on this..
    Thanks
    Rajeev
    Edited by: rajeev raj on Apr 26, 2010 11:03 AM

  • I can still see the document library, which should not

    Hello,
    I have created Document Library and I have removed permissions, but every user can see this library in site content, but cannot do anything.
    What can be wrong?

    I assume people have permissions in a way you don't expect, so, take 1 or more user accounts that see the lib and check their permissions as described here:
    http://teamcollab.wordpress.com/2010/01/25/checking-permissions-in-sharepoint-2010/
    Kind regards,
    Margriet Bruggeman
    Lois & Clark IT Services
    web site: http://www.loisandclark.eu
    blog: http://www.sharepointdragons.com

  • Can't see the backup library to DVD any more on the File list is there any other way to backup my music library?

    Backing up Library to DVD. On the latest version of iTunes there doesn't appear to anyway of backing up to DVD as a prefered way protecting purchases/Library completely.
    Recently had problems with my home computer and wanted to backup my Library to DVD. So went to File on iTunes only find not there anymore, could not find any reference with help on Itunes.
    Any help on this would be appreciated.

    Apple removed it in iTunes 10.4. Locate the iTunes folder and back it up as you would any other.
    (63658)

  • Cannot find the tag library descriptor Error

    Hi
    In SAP Netweaver Developer Studio 7.3 SP 03, i am facing the following problems:
    - When compiling JSP portal applications i am having problems using SAP tag library's or classes. Do i need to configure the class path for a specific path in the server?
    Error: Can not find the tag library descriptor for "LayoutTagLibrary"
    Portalapp.xml
    <property name="LayoutTagLibrary" value="/SERVICE/com.sap.portal.pagebuilder/taglib/layout.tld"/>
    JSP
    <%@ taglib uri="LayoutTagLibrary" prefix="lyt" %>
    Regards
    Eben Joyson

    Refer to the [link|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/804bedee-377e-2e10-0f83-d5b33c743dbc?QuickLink=index&overridelayout=true] for creating layouts.
    Check whether sharing reference and other details in portalapp.xml are correct.
    Regards,
    Mahesh

  • I can see the shared library, but it will not open, need help

    I can see the shared library, but when I try to open it, after a few seconds of trying it throws me out.  Need help

    Books from the iTunes Store are intended to be read using the iBooks app on an iOS device.
    tt2

  • Third party app can only see but not use library after current update

    An application that has been using the iTunes library to play music from play lists can no longer read and use the library but can only see the library. This is happening since running the iTunes update to 12. I have corrected the problem by reloading maverick and loading music into iTunes after a fresh install. The app works again with a fresh mavericks install. So, now what is the order of operations to backdate to an earlier version of iTunes? My library can no longer be read by the mavericks install as it has been updated by iTunes 12.
    I am using an external drive FYI.
    I was thinking I would use the mavericks install and create a new library on the external and move the music folder to the same directory and then add the whole directory. Then one by one import the play lists.
    I don't know what to do about the artwork directory? Do I move it and replace the same folder in the new mavericks library directory? Will the above process complicate the assignments?
    If apple reads this... The version update that did away with coverflow was the beginning of iTunes decline. It wasn't broke. It was close enough to perfect as a library management tool. You should make the next version closer to that one. 

    I had a similar problem when trying to install Zinio.air. I have made it all work out. What i did was remove Adobe Air 15 entirely from the Utiliites and Library/ accounts and preferences. I then downloaded Adobe Air 13 and installed and then clicked on Zinio .air and it all installed ok. I also had to temporarily change security settings from Apple approved to Anywhere. All functioning now.

  • Updated to 10.4.1 and can't see the menu titles or the song names, even though they are there and can be played. the other categories (tv, apps, etc) seem to be OK.

    i just upgraded my pc to windows 7 and itunes to 10.4.1, but i can't see the menu items at the top left of itunes.  they are there, because if i move my mouse over the area where they should be, i see and can select from the drop down menus.  this problem also affects my music library; i cannot see the individual song names/artists/etc, but if i double click on the blank line it does play the song.  the app library and video library seem OK, only the music library is a problem.  also, when i connect my iphone, it recognizes it, but the main screen for my device has no words on it, just a picture of the phone.

    Hi, Sanjiv - My son fixed this problem for me by showing me that in addition to the visible volume slider at the top left of the iTunes window you also need to pull down the blue airplay menu right alongside that volume slider (the little blue box with the triangle). When you pull down that menu you will see volume settings for "computer" which controls the built-in speakers, plus a list of the other external speakers you may have set up using Airport. When I did that I saw that the volume on "computer" was right down at zero levl even though the main iTunes slider was at full level. When I selected the "computer" under "single" or "multiple" options and adjusted the volume it came back up. It worked for me, I hope it solves your issue too. Best, John.

  • TS1702 How do I update my apps via App Store on iTunes 11? I can't see the "update" button. Thank you.

    How do I update my apps via App Store on iTunes 11? I can't see the "update" button. Thank you.

    You can download updates to your computer's iTunes via the Check For Updates button at the bottom of the Apps section of your iTunes library. When they've been downloaded, and if you haven't already done so, connect the iPad to your computer and select it on the left-hand side of iTunes (if you don't have the left-hand sidebar showing then you can enable it via option-command-S on a Mac, control-S on a PC), and on the Apps tab on the right-hand side clicking the Sync button at the bottom of it should install the relevant updates.

  • I am trying to move my itunes library from my old pc to my new imac, home sharing is on and I can see the shared library.  My problem is that when I check the shared library to import it to my imac I cannot import it.  Can anyone help me?

    I am trying to move my itunes library from my old pc to my new imac, home sharing is on and I can see the shared library.  My problem is that when I check the shared library to import it to my imac I cannot import it.  Can anyone help me?

    You need to transfer the iTunes Library from the most recent backup you made before the hard drive was replaced.
    You can't transfer the full iTunes Library from the iPad back to iTunes.
    There are third-party Windows applications that will transfer data from an iOS device, but they don't re-create the iTunes Library exactly as it was before.

Maybe you are looking for

  • PS Album to iPhoto importing -- keeping keywords?

    I have decided to move from PC to mac and I am trying to move a couple of hundred photos from Adobe Album on my old PC to iPhoto on the mac. All of my photos had keyword/tags in Album. Is there a way to transfer these keywords to iPhoto? I was planni

  • CC says Muse is installed but it's not installed

    On my Win 7 desktop, ACC says Muse is installed and up to date. There is no icon in the start menu but there is a folder in Program Files/Adobe with a few images in it. I went to install on my laptop and there was an error saying something about the

  • Can I restore the prior File print command functionality for Google maps?

    Printing Google Maps, recently the file command on Firefox only prints the map and not the directions also. The map and directions both used to print. I am aware that there is the print link near the map, this prints a much larger map and causes trou

  • Xcode Installation Hangs on "Running Installer Scripts"

    Hi, I'm trying to install Xcode to take advantage of their gcc and make files. However, no matter what I do, Xcode installation hangs on "Running Installer Scripts". Searching on Google did not give me any help. I can't quit the process either. Here'

  • HT4910 Syncing Iphone 5 with Comcast E-mail Addresses.

    I have just bought an Iphone 5 and I would like to be able to e-mail addressed stored in my Comcast address book.  I would like to be able to sync the contact information and send/receive messages from either device.  I can receive messages now on my