Packages not being found (in NetBeans)

I recently started using NetBeans and it doesn't find certain packages. For example, I installed Jogl (https://jogl.dev.java.net/servlets/ProjectDocumentList?folderID=6901&expandFolder=6901&folderID=6750) into a packages folder that I created (d:\Java\Packages\Jogl\), imported Jogl's two .jar files into my NetBeans project's libraries list (so that they show up in my project manager) and yet when I try to use the classes contained in these jar files (or try to import the package associacted with them) they are not found.
This isn't found:
import javax.media.opengl;
When I hold my mouse over that line it reads "package javax.media does not exist." Yet I can see it and browse through it RIGHT THERE in my project libraries tab. What am I doing wrong???
Please help.

KatsumeBlisk wrote:
jasonwryan wrote:
KatsumeBlisk wrote:I think someone should change the wiki then.
Is that you volunteering? It is a wiki, afterall
I guess. XD I wasn't thinking about it being a wiki, just information. I'll do it though. XD
I guess I lied about the fonts being there. I was using a pic of the wiki for the install. The engine themes are not there though because I went to the site directly. Because it was happening elsewhere and not just the fonts, I thought it was a problem. I should look first....

Similar Messages

  • Package not being found

    I need alittle help getting down the concept of a package, because somethings a skew and I keep getting these errors.
    ///ERROR
    C:\javastuff\cart>javac ShoppingCart.java
    ShoppingCart.java:62: cannot resolve symbol
    symbol : variable name
    location: class cart.Billing
    out.println(billing.name);
    ^
    ShoppingCart.java:63: cannot resolve symbol
    symbol : variable creditCardType
    location: class cart.Billing
    out.println(billing.creditCardType);
    ^
    at the top of each class, I have:
    package cart;
    then, I have a directory created:
    c:\javastuff\cart (with all the files there)
    I even went a step further and added c:\javastuff\cart to my classpath, but that didn't do it. thanks in advance.

    what did was place the files in the approp. directory,
    then add:
    c:\jakarta-tomcat-4.0.3\webapps\WEB-INF\classes\cart
    to my classpath.
    in my java file, I have: package cart;
    when I compile ShoppingCart.java, I get the same error as above.
    any thaughts as to where I'm going astray?

  • Images and .properties(bunldes) files are not being found from my JSPs

    Hi,
    I have created .ear file by using ANT Application. And deployed into Oracle9iAS(OC4J). Here problem is that images and .properties(internationalization bundles)files are not found from JSPs.
    Here is my directory structure.
    public_html--->locale -->BusinessEntity -->businessentity_en_US.properties
    --->enterprise -->images -->knowldege.jpg
    --->BusinessEntity-->BEAdd.jsp
    in my jsp bundle(.properties)file is accessed like this:-
    <i18n:bundle baseName="/locale/-->BusinessEntity/businessentity" id="businessentity" locale="<%= locale %>" />
    in my jsp images accessed like this:-
    src="/enterprise/images/knowldege.jpg".
    In my working environment, without creating .ear file, images and .properties files are being found my JSPs. But if i create .ear file and after deploy, images and .properties files are not being found my JSPs.
    please let me know where i might did wrong
    thanks in advance
    srinivas

    Hi i am again. Here is my configuration files(server.xml and default-web-site.xml)
    server.xml :-
    <?xml version="1.0"?>
    <!DOCTYPE application-server PUBLIC "-//Evermind//DTD Orion Application-server//EN" "http://xmlns.oracle.com/ias/dtds/application-server.dtd">
    <application-server application-directory="../applications"
    deployment-directory="../application-deployments"
    >
         <library path="../tools.jar" />
         <rmi-config path="./rmi.xml" />
         <jms-config path="./jms.xml" />
         <log>
              <file path="../log/server.log" />
         </log>
         <transaction-config timeout="30000" />
         <global-application name="default" path="application.xml" />
         <application name="nalluri" path="../applications/trainiumear.ear" auto-start="true" />
         <global-web-app-config path="global-web-application.xml" />
         <web-site path="./default-web-site.xml" />
         <cluster id="-1640090707" />
    </application-server>
    default-web-site.xml:-
    <?xml version="1.0"?>
    <!DOCTYPE web-site PUBLIC "Orion Web-site" "http://xmlns.oracle.com/ias/dtds/web-site.dtd">
    <web-site port="8888" display-name="Default Oracle9iAS Containers for J2EE Web Site">
         <default-web-app application="nalluri" name="Commonwar" />
         <access-log path="../log/default-web-access.log" />
    </web-site>
    thanks in advance
    wating for reply
    srinivas

  • Sim Card not being found on Passport

    I have a new Passport which I like.
    It is locked to Vodafone and I have a Vodafone Sim
    First 10 days it was fine then the sim card was not being "found"
    I tried two new sims and no luck.
    It seems the device may be faulty.
    I bought it from a private user on Ebay for which it was an unwanted upgrade.
    How do I get it repared?

    Ok. Since it was purchased from an non-official retailer on eBay, I don't know...
    you might try the BlackBerry per incident support channel.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • WD Mybook not being found

    Hi,
    Anybody have any ideas why the WD mybook using firewire or usb is not being found by the iMac?? It had been working fine until a week ago and it will work in a windows enviroment. Any ideas woud be great Thanks.
    Imac 20"   Mac OS X (10.4.8)  

    The format maybe in NTFS (windows), as far as I know macs cant read that, see if Mac OS X can find it by going Macintosh HD > Utilities > Disk Utility or (Spotlight > Disk Utility) and see if you can see it there with your iMac hard disk, if it is unplug it and backup everything on your PC and wipe the external drive, then plug back in your iMac and then go to Macintosh HD > Utilities > Disk Utility or (Spotlight > Disk Utility) and format the external HD in FAT or FAT32 when done unplug and take back to windows pc and copy data back to drive. Try that and post your results

  • Classes in web-inf/lib not being found.

    I'm having problems with a servlet app in which jar files placed in the web-inf/lib of the application are not found at runtime.
    If I put them in J2ee\home\lib they are found OK.
    This application has previously deployed and worked correctly, then I added another servlet and redeployed, and classes that were previously found OK stopped being found.
    On checking the server all the directories look correct.
    What could be causing this and how can I make my web applications deploy reliably?
    OC4J version is 9.0.3.0.0.
    Thanks

    Guys,
    Have you tried with the production version of OC4J 9.0.2 ? It should work. Please download the production version of OC4J 9.0.2 and give a try.
    regards
    Debu Panda
    Oracle

  • HT1386 ipod touch not being found by itunes

    just downloaded the larest version of i Tunes and now my iPod touch wont sync and id not being recognised by iTunes!!!!"!!!!!!

    iOS: Device not recognized in iTunes for Mac OS X
    Or
    See
    iOS: Device not recognized in iTunes for Windows
    - I would start with
    Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP
    or              
    Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8
    However, after your remove the Apple software components also remove the iCloud Control Panel via Windows Programs and Features app in the Window Control Panel. Then reinstall all the Apple software components
    - Then do the other actions of:
    iOS: Device not recognized in iTunes for Windows
    paying special attention to item #5
    - New cable and different USB port
    - Run this and see if the results help with determine the cause
    iTunes for Windows: Device Sync Tests
    Also see:
    iPod not recognised by windows iTunes
    Troubleshooting issues with iTunes for Windows updates
    - Try on another computer to help determine if computer or iPod problem

  • Package not being recognised

    Hi,
    I have a class called AdminServlet as part of a package containg all my java files.
    i am declaring on top line of class
    package com.football; as this is where my package should exist.I have added path to football folder to classpath but when compling Servlet i am getting errors such as
    C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\ROOT\footy\src\com\football\AdminServlet.java:26: cannot find symbol
    symbol : class FootyJDBCHelper
    location: class src.com.football.AdminServlet
    private FootyJDBCHelper _jdbcHelper = null;
    C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\ROOT\footy\src\com\football\AdminServlet.java:94: cannot find symbol
    symbol : class FootyManager
    location: class src.com.football.AdminServlet
         FootyManager manager = null;
    I am only trying to create instance of class.Why will package not be recognised?

    Did that and was successful but still getting errors
    C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\ROOT\footy\src\com\football\AdminServlet.java:26: cannot find symbol
    symbol : class FootyJDBCHelper
    location: class com.football.AdminServlet
    private FootyJDBCHelper _jdbcHelper = null;
    ^
    C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\ROOT\footy\src\com\football\AdminServlet.java:187: cannot find symbol
    symbol : class FootyManager
    location: class com.football.AdminServlet
         public FootyManager getFootyManager()
    ^
    C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\ROOT\footy\src\com\football\AdminServlet.java:34: cannot find symbol
    symbol : class FootyJDBCHelper
    location: class com.football.AdminServlet
         _jdbcHelper = new FootyJDBCHelper();
    ^
    C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\ROOT\footy\src\com\football\AdminServlet.java:94: cannot find symbol
    symbol : class FootyManager
    location: class com.football.AdminServlet
         FootyManager manager = null;
    ^
    C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\ROOT\footy\src\com\football\AdminServlet.java:100: cannot find symbol
    symbol : class Team
    location: class com.football.AdminServlet
              manager.addNewTeamToList(new Team(0, newTeam));
    ^
    C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\ROOT\footy\src\com\football\AdminServlet.java:189: cannot find symbol
    symbol : class JDBCFootyManager
    location: class com.football.AdminServlet
              return new JDBCFootyManager( _jdbcHelper.getConnection());
    ^
    6 errors
    AdminServlet.java
    package com.football;
    import java.io.IOException;
    import java.sql.SQLException;
    import java.util.List;
    import java.util.*;
    import javax.naming.NamingException;
    import javax.servlet.RequestDispatcher;
    import javax.servlet.ServletException;
    import javax.servlet.http.HttpServlet;
    import javax.servlet.http.HttpServletRequest;
    import javax.servlet.http.HttpServletResponse;
    public class AdminServlet extends HttpServlet
    private static final String DEFAULT_PAGE = "add.jsp";
    private static final String ACTION_TOKEN = "ACTION";
    //private static final String ACTION_LIST_ACTIONS = "LIST_TEAMS";
    private static final String ACTION_LIST_ADD = "LIST_ADD";
    // private static final String ACTION_LIST_DELETE = "LIST_DELETE";
    private FootyJDBCHelper _jdbcHelper = null;
    public void init() throws ServletException // lookup and get database connection
                   //FootyManagerFactory.setFootyManagerType(FootyManagerFactory.HIBERNATE_MANAGER);
         try
         _jdbcHelper = new FootyJDBCHelper();
         catch (NamingException unexpected)
         throw new ServletException("Cannot locate required database : " + unexpected);
    public void doGet(HttpServletRequest request, HttpServletResponse response)
    throws ServletException, IOException
    doPost(request, response);
    public void doPost(HttpServletRequest request, HttpServletResponse response)
    throws ServletException, IOException
    String action = findAction(request);
    if (ACTION_LIST_ADD.equals(action))
    String newName = request.getParameter("Name");
    if (isValidString(newName))
              ListAdd(newName);
    else if (ACTION_LIST_DELETE.equals(action))
         String deleteIDs[] = request.getParameterValues("DELETE_TEAM");
         if (deleteIDs !=null)
              for (int i = 0;i <deleteIDs.length;i++)
                   String idString = deleteIDs;
                   int id = Integer.parseInt(idString);
                   ListDelete(id);
    private void ListAdd(String newTeam) throws SQLException //process Add request from browser
         FootyManager manager = null;
         try
              manager = getFootyManager();
              manager.addNewTeamToList(new Team(0, newTeam));
         catch (SQLException e)
                        e.printStackTrace();
         finally
              if (manager != null)
                   manager.releaseResources();
    private void ListDelete(int teamId) throws SQLException // process Delete request from browser
         FootyManager manager = null;
         try
              manager = getFootyManager();
              manager.deleteTeamFromList(teamId);
         catch (SQLException e)
                   e.printStackTrace();
              finally
                   if (manager != null)
                        manager.releaseResources();
         private void processTeamList (HttpServletRequest request) // uses instance of FootyManager and connection of JDBCHelper
              FootyManager manager = null;
              try
                   manager = getFootyManager();
                   List teams = manager.getTeamsInList();
                   request.setAttribute("list", teams);
              catch (SQLException e)
                             e.printStackTrace();
                        finally
                             if (manager != null)
                                  manager.releaseResources();
         public FootyManager getFootyManager()
              return new JDBCFootyManager( _jdbcHelper.getConnection());
         private boolean isValidString(String input)
              return ((input != null) && (input.length() > 0));
    private String findAction(HttpServletRequest request)
    return request.getParameter(ACTION_TOKEN);

  • Office HP P1505n printer connected to network not being found

    Hi,
    I'm trying to fix a problem we have had since experiencing a power cut last week. Our main support guy is on holiday and i am pretty new to our network.
    After we lost power i had to manually start all of our servers and services and i thought everything was working until a user tried to use one of our printers.
    The error message for one of the printers was 'Error - Offline' and the other says 'Unable to connect'. Both messages being displayed from the print options in microsoft word. The 2 printers are a HP LaserJet p1505n and a HP Colour LaserJet CM 2320.
    We have a small network with a domain controller and DHCP on one server and our printer installations on another (running Windows Server 2008 R2 64-bit. The printers are connected to the network via ethernet cable. I remember someone mentioning restarting a network switch which is next the printers which i have done.
    I printed a config page from one of the printers and made sure that the displayed IP address was correct in DHCP. It was correct for the address lease and reservation for the printer. When i try and ping the printer from a computer i get 'Destination host is unreachable'.
    It must be something to do with settings not being right after the power cut but i'm not sure where next to look.
    Any advise would be very welcomed.
    Thanks!

    Hello jamesrussellcj, and welcome to the HP Forums.
    I am sorry, but to get your issue more exposure I would suggest posting it in the commercial forums since this is a commercial product. You can do this at HP Commercial LaserJet Forums.
    I hope this helps!
    Please click “Accept as Solution " if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks" for helping!
    Jamieson
    I work on behalf of HP
    "Remember, I'm pulling for you, we're all in this together!" - Red Green.

  • Can not restore due to folder not being found

    I just want to wash my ipod harddrive and just start over due to a couple of problems I have had.
    Whenever I connect to itunes, it does not recognize that it is a nano, but does say it is an ipod, and that it is corrupted, so I should restore.
    I click restore and the error that comes up is
    " can not restore because the correct folder can not be found "
    any ideas what that is about.
    already done all the troubleshooting steps to no avail.
    not a newb on the computer so its frustrating me.

    You might want to try deleting the "iPod Photo Cache" folder on your computer.
    See the instructions here:
    Photo Sync creates iPod photo cache
    After that, restart your computer, and try restoring your iPod again.
    Any difference after trying that?
    -Kylene

  • Has anyone else experienced problems with the disc burner/driver software not being found?

    I am trying to burn music onto a disc and it is telling me that the disc burner/driver software has not been found. Has anyone else experienced this with their MacBook Pro?

    SuperDrives wear out - it seems that yours might be on the verge of a mechanical failure. I'd just replace it, buying a new drive from Other World Computing and installing it yourself (because Apple would charge a small fortune).
    Clinton

  • Call to package not being executed in Pro*C

    Hello!
    We are doing a machine migration from a Sequent Computer System (DYNIX/ptx(R) V4.4.8) to an HP-UX B.11.11 U 9000/800; and from the Oracle version 8.1.7.3.0 to 8.1.7.4.0.
    And we are having some problems, which we did not found a valid solution yet.
    I have a call to a function of a package that inst being (strangely) executed. The only clue I have is that the variable OS_CREATE_ID is the cause of the problem (after some tests), although it has a valid value ('MSI-PROC') on it, passed correctly to it using another variable that gets it value from a cursor fetch.
    If I put the value of the referred variable OS_CREATE_ID ('MSI-PROC', in the call to the package (i.e. hard coded), then the package is called and executed correctly. If the variable stays in the call then the PL/SQL block isn't even executed.
    I also tried to initialise the variable os_create_id or/and copy it to another local (similar) variable and nothing seems to works.
    One solution is to keep the hard coded value in the call to the package but, I guess this problem can appear in other Proc*s with
    similar situations.
    Does anybody have any idea/clue to solve this problem, or experienced a similar situation ?
    There a very close situation like this one but involved VARHCAR variables which isn't the current case, in which the solution was to initialise the variables of this type.
    Here is an extract of the code:
    /* Here is the variables declaration: */
    char os_tsfalloc_no[NULL_TSFALLOC_NO];
    EXEC SQL VAR os_tsfalloc_no IS STRING(NULL_TSFALLOC_NO);
    char os_tsf_no[NULL_TSF_NO];
    EXEC SQL VAR os_tsf_no IS STRING(NULL_TSF_NO);
    char os_sku[NULL_SKU];
    EXEC SQL VAR os_sku IS STRING(NULL_SKU);
    char os_from_loc[NULL_LOC];
    EXEC SQL VAR os_from_loc IS STRING(NULL_LOC);
    char os_to_loc[NULL_LOC];
    EXEC SQL VAR os_to_loc IS STRING(NULL_LOC);
    char os_create_id[NULL_CREATE_ID];
    EXEC SQL VAR os_create_id IS STRING(NULL_CREATE_ID);
    EXEC SQL EXECUTE
    DECLARE
    L_table VARCHAR(50) := NULL;
    L_sub_sku WIN_WH.sku%TYPE := NULL;
    L_avail_stock WIN_WH.STOCK_ON_HAND%TYPE := NULL;
    O_error_message VARCHAR2(255) := NULL;
    BEGIN
    if NB_SUB_SKU.NB_F_GET_SUB_SKU(:os_sku,
    :os_from_loc,
    :os_to_loc,
    :os_tsf_no,
    :os_tsfalloc_no,
    :ls_create_id,
    to_date(:os_system_date,'YYYYMMDDHH24MISS'),
    L_sub_sku,
    L_avail_stock,
    O_error_message) = FALSE then
    :plsql_pkg_failed := -1;
    :plsql_pkg_message := O_error_message;
    SQL_LIB.BATCH_MSG(:ol_sql_holder,
    L_table,
    :plsql_pkg_message);
    :table := L_table;
    else
    (...)

    Hello!
    I found out that the problem was not in the variable os_create_id as I described before, instead in the another variable, l_temp_sku.
    But a strange behaviour persists.
    The program aborts strangely, if the following variable l_temp_sku isn't initialised like this:
    l_temp_sku[0] = '\0'; (if this is done the pro*c runs ok)
    This variable gets it value from a Output variable of the package called, and these have the same length, as you can see above.
    In the old machine (version 8.1.3.0 as already mentioned) it worked fine without initialisation.
    The (strings) precompiler options are the following:
    dbms=v8
    char_map=string (We already tried to change this to VARCHAR2)
    My questions are:
    Is this a normal behaviour or is this a non documented feature (bug) ?
    Is there any precompiler option that solves this kind of problems ?
    We have lots of Pro*C´s with situations like this one, our problem is if all these programs start to blow without warning. Only after lots of time spent around this Pro*C we found where was the problem, and what kind of problem.
    /* Code Extract: */
    char ls_error_msg[NULL_ERROR];
    EXEC SQL VAR ls_error_msg IS STRING(NULL_ERROR);
    char l_temp_sku[NULL_SKU];
    EXEC SQL VAR l_temp_sku IS STRING(NULL_SKU);
    EXEC SQL EXECUTE
    DECLARE
    L_table VARCHAR(50) := NULL;
    L_sub_sku WIN_WH.sku%TYPE := NULL;
    L_avail_stock WIN_WH.STOCK_ON_HAND%TYPE := NULL;
    O_error_message VARCHAR2(255) := NULL;
    BEGIN
    if NB_SUB_SKU_SQL.NB_F_CHECK_SUB_SKU(:os_sku,
    :os_from_loc,
    :os_to_loc,
    :os_tsf_no,
    :os_tsfalloc_no,
    :os_create_id,
    to_date(:os_system_date,'YYYYMMDDHH24MISS'),
    L_sub_sku,
    L_avail_stock,
    O_error_message) = FALSE then
    :plsql_pkg_failed := -1;
    :plsql_pkg_message := O_error_message;
    SQL_LIB.BATCH_MSG(:ol_sql_holder,
    L_table,
    :plsql_pkg_message);
    :table := L_table;
    else
    /* Only if ret true and the sub sku, everything its ok */
    if L_sub_sku IS NOT NULL then
    :l_temp_sku := L_sub_sku;
    :plsql_pkg_failed := 0;
    Best Regards,
    JAP

  • Error about base class not being found in custom class when extending

    I have gone through the process of extending the base View Object oracle.apps.icx.lov.server.ExpenditureTypeNoAwardLovVO. My extension object is: snl.oracle.apps.icx.lov.server.SnlExpenditureTypeNoAwardLovVO. The extension was done to change the query used in this LOV. I get the following 3 compile errors when I rebuild my project. Error: can't read: C:\JDevOAframework\jdevhome\jdev\myprojects\oracle\apps\icx\lov\server\ExpenditureTypeNoAwardLovVORowImpl.java
    Error(2,35): cannot access class oracle.apps.icx.lov.server.ExpenditureTypeNoAwardLovVORowImpl; file oracle\apps\icx\lov\server\ExpenditureTypeNoAwardLovVORowImpl.class not found
    Error(10,60): class ExpenditureTypeNoAwardLovVORowImpl not found in class snl.oracle.apps.icx.lov.server.SnlExpenditureTypeNoAwardLovVORowImpl
    I have the oracle.apps.icx.lov.server package in my project and it has the following 3 files in it:
    ExpenditureTypeNoAwardLovVO.xml
    ExpenditureTypeNoAwardLovVORowImpl.class
    ExpenditureTypeNoAwardLovVORowImpl.java
    I do not have the last file (the .java one) on my local drive under C:\JDevOAframework\jdevhome\jdev\myprojects\oracle\apps\icx\lov\server.
    Is the .java file not supposed to be in the package? I'm not sure how it got there since we don't have access to it on the server, etc.
    If anyone has any suggestions your help is greatly appreciated!
    Thanks,
    Paula

    The second 2 errors were solved by copying the ExpenditureTypeNoAwardLovVORowImpl.class to my myclasses directory under oracle/apps/icx/lov/server and then recompiling.
    I'm still not sure why an empty .java file was added to my project causing the first error. I was doing this extension on a machine with Windows 2000 and I had created a new workspace (other than toolbox.jws) when I got this error. When I did the same extension on a machine with Windows XP and in the toolbax.jws workspace, the empty .java file didn't get added to my project and I didn't get the first compile error. Not sure if one of these variables was the cause.

  • External Display not being found

    Hey i posted this under macbook display but no one really goes in there so can you guys help??
    Hi recently i borrowed a friends official apple mini-dvi to video adapter to watch a movie with my macbook. He uses the cable with his iMac. I tried plugging it in, the screen flashes blue then nothing appears on the tv. no picture nothing. i tried restarting with it plugged in, restart without, putting it to sleep plugging it in then waking it and nothing works. so i thought maybe the cable is broken. so i go to my friend and we hook it up the same way i was with his iMac and it works so we unplug his and plug it in to mine and it still does not work. HELP???

    Your display may not be on the "approved" list, or was removed from it.
    Apple's new MacBook lines includes a form of digital copy protection that will prevent protected media, such as DRM-infused iTunes movies, from playing back on devices that aren't compliant with the new priority protection measures.
    The Intel-developed technology is called High-bandwidth Digital Content Protection (HDCP) and aims to prevent copying of digital audio and video content as it travels across a variety of display connectors, even if such copying is not in violation of fair use laws.
    Among the connectors supported by the technology are the Mini DisplayPort found on Apple's latest MacBook, MacBook Pro, and MacBook Air, in addition to others such as Digital Visual Interface (DVI), High-Definition Multimedia Interface (HDMI), Gigabit Video Interface (GVIF), and Unified Display Interface (UDI).
    Apple has apparently acquired a license for the technology and is now using it across its DisplayPort-enabled MacBook lines to to prevent transmission of purchased iTunes content (and some DVDs) to devices that don't include support for HDCP.

  • Ipod not being found by itunes

    When i connect my iPod to my laptop itunes cannot find it. Both iPod and iTunes work perfectly when used seperately but as soon as i attach them the iTunes is classed as *"not responding".* The menu is frozen and i cant select any options despite the iPod screen having "Connected" displayed. When the iPod is then disconnected the message *"The iPod "Mike's iPod" cannot be synced. The requied folder cannot be found"* appears in the box that contains a red cross.
    This means i cannot sync any new material to my iPod. What should i do? Please help as it would be much appreciated and i have tried everything the support site suggests.

    Try deleting your preference files and restarting. These files can be found in ~/Library/Preferences/com.apple.(itunes.eq, ipod, itunes).plist/

Maybe you are looking for

  • How to move all or partial data from Mac to an external hard disk?

    Hei, I need to learn how to move the movies/projects/events from mac hard drive to another external hard drive. So basically, I have always imported all events from my video camera (the original clips) to iMovie located in my MacBook Pro hard drive.

  • How to use Webservices in SAP 7.0 SP 17

    Hi, I am having issues calling the webservices in SAP 7.0 SP 17. I am following the below mentioned tutorial to call a webservice from a portal project (PAR). http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b449e790-0201-0010-1188-

  • Tried Resetting, Now all I see is the APPLE logo and loading

    Ok so here it is....I bought a used original iphone of a friend of mine. On my way home, I decided to reset the iphone to its original settings....now its been like 6 hours....and all I see is the apple logo, then it tries to load and it stays that w

  • How do i report fake apple email

    I keep receiving fake billing requests from apple. I check my account online without using the email, and it is OK. How do I report this to Apple? I cannot find an apple email address to report it to. Thanks.

  • Left click stops working after sleep

    Hi, I have a MBA 2013 with a magic mouse that I use when at my office desk. If I close the lid or allow my MBA to go to sleep and then take it away from my desk to another office or room (beyond the distance of bluetooth), when I open my the lid my l