I can't locate my downloaded files

Yesterday I downloaded a .zip file, And today when I woke up, I tried to open the file but it didn't work. I can't locate it. Nothing happens when I press the little folder button at the left (http://i.gyazo.com/9e5b651b9050c6f3a335d52312497166.png). I'm quite pissed now, and the file is 4.8 GB. which makes me even more pissed. Anyway, can someone help me?

Hello teediz,
I'm sorry you had to face this problem. If you cannot open by clicking that image try right clicking your download and choosing Open containing folder option. If it still doesn't open try to open some other downloaded files and see if they open or not or go that folder where your downloads go through windows explorer and check for that file.
Hope it helps.

Similar Messages

  • HT203167 i downloaded the latest update ios 7.0.4 and update my iphone 5, but to my surprise i couldnt locate the downloaded file on itunes and i've also checked my itunes folder, still cant see the file. pls anybody who can help.

    i downloaded the latest update ios 7.0.4 and update my iphone 5, but to my surprise i couldnt locate the downloaded file on itunes and i've also checked my itunes folder, still cant see the file. pls anybody who can help.

    The downloaded file is probably stored at C:\Users\<User>\AppData\Roaming\Apple Computer\iTunes\iPhone Software Updates. In general it is probably best to "download and install" updates than download and then install later. Note that you cannot revert to the older firmware if you don't like the update, even if you have the old .ipsw files.
    tt2

  • Tomcat can't locate my class files

    Tomcat can't locat my class file for my javabeans in a jsp page.
    (Tomcat 4.1.24/windows XP)
    I have created inside of webapps a directory thesis and also the WEB-INF\classes and WEB-INF\lib. I don't know what should I put in web.xml so it is basically almost empty.
    this is the error I get where Searcher is my javabean:
    org.apache.jasper.JasperException: Unable to compile class for JSP
    An error occurred at line: -1 in the jsp file: null
    Generated servlet error:
    [javac] Since fork is true, ignoring compiler setting.
    [javac] Compiling 1 source file
    [javac] Since fork is true, ignoring compiler setting.
    [javac] C:\Program Files\Apache Group\Tomcat 4.1\work\Standalone\localhost\thesis\search_jsp.java:89: cannot resolve symbol
    [javac] symbol : class Searcher
    [javac] location: class org.apache.jsp.search_jsp
    [javac] Searcher seek = null;
    [javac] ^
    [javac] C:\Program Files\Apache Group\Tomcat 4.1\work\Standalone\localhost\thesis\search_jsp.java:91: cannot resolve symbol
    [javac] symbol : class Searcher
    [javac] location: class org.apache.jsp.search_jsp
    [javac] seek = (Searcher) pageContext.getAttribute("seek", PageContext.PAGE_SCOPE);
    [javac] ^
    [javac] C:\Program Files\Apache Group\Tomcat 4.1\work\Standalone\localhost\thesis\search_jsp.java:94: cannot resolve symbol
    [javac] symbol : class Searcher
    [javac] location: class org.apache.jsp.search_jsp
    [javac] seek = (Searcher) java.beans.Beans.instantiate(this.getClass().getClassLoader(), "Searcher");
    [javac] ^
    [javac] C:\Program Files\Apache Group\Tomcat 4.1\work\Standalone\localhost\thesis\search_jsp.java:111: cannot resolve symbol
    [javac] symbol : class Searcher
    [javac] location: class org.apache.jsp.search_jsp
    [javac] out.print(JspRuntimeLibrary.toString((((Searcher)pageContext.findAttribute("seek")).getAnalyze())));
    [javac] ^
    [javac] 4 errors
         at org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:130)
         at org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:293)
         at org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:353)
         at org.apache.jasper.compiler.Compiler.compile(Compiler.java:370)
         at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:473)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:190)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2415)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:594)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:392)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:565)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:619)
         at java.lang.Thread.run(Thread.java:536)

    did you create the Searcher class? if so stick it in a package and put it under your web-inf directory. then use an <%@ page import="" %> statement to import the code.
    if you didn't create the class is it in some jar library you downloaded? if so stick the jar file in your web-inf/lib folder.
    -S-

  • The saved Firefox extracts when double clicked but does nothing else, nor can I locate the extracted files

    I downloaded Firefox 4.0 and saved it. When I double-click on the saved file it says it is extracting the files which it appears to do, however even though I clicked run nothing else happens and I can't locate the extracted files to find the extracted executable file. ....Thanks for your help!

    For Flash, could you try downloading the "full" installers from this page:
    https://www.adobe.com/products/flashplayer/distribution3.html
    In the first table, there are two rows for Windows: one for the ActiveX control for IE, and one for the plugin for Firefox. You might want to grab both. And try the .msi files instead of the .exe files to see whether those work better.
    Will either of those install?
    It's odd that on a newly rebuilt system your More System Details shows that you have a user.js file, which is an optional settings files used to override your previous session settings. This is not part of the standard Firefox installation, so if you did not create that file yourself, you may want to investigate or delete it. This article has more information on that: [[How to fix preferences that won't save]].

  • Media Encoder CC 2014.0.1 error on install: I can't unpack the downloaded files (translation).

    I have troubles with the latest update of Media Encoder CC (2014). I get an error which says: I can't unpack the downloaded files (translated from Dutch). Please try again. I try again, but it don't help. I have a MacPro early 2008 with Mavericks.
    =======================================
    Moderator moved thread from Premiere Pro forum to AME, and trimmed the title.

    Looks like one component in Media Encoder is either missing or corrupted somehow.
    Could you uninstall Adobe Media Encoder CC 2014 and please make sure all files are deleted after uninstall?  Then, please try re-installing it.

  • Can not locate driver download page.

    Can not locate driver download page.
    Officejet Pro 8500 A909a
    MS Vista Ultimate 64 Bit.
    When using my Linux PC to try and locate drivers for another PC, the website just keeps sending me in circles and never displays the drivers to download.  Seems like in the past this has been a problem too.  This occures with latest version of Firefox-37.0.1 and the current version of Chromium-37.0.2062.120 Built on Debian 7.6, running on Debian 7.8 (281580) (64-bit).
    Navigate to hp.com
    Select: Support | Download Drivers
    Under 'Drivers and Downloads' tab
    - enter product id: officejet pro 8500 A909a
    - Select 'Go'
     Expand the '+' that lists one link and select it.
    None of the following links give a driver download!
    - Troubleshooting
    - How To
    - Product Info.
    - Users Guide
    - Video Tutorials
    - More Options
    Maybe one of the options should be 'Driver Downloads'.
    Just my $.02.
    This question was solved.
    View Solution.

    Hi,
    Many links in there. Please use the following direct driver (for Windows all):
       http://ftp.hp.com/pub/softlib/software12/COL31041/mp-110033-2/OJ_AIO_P8500_A909_Full_Win_WW_140_408-...
    (Note: Many printers for the whole 8500 series use same drivers).
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • The hard drive on my MacBook died and I had it replaced. I can't locate my website files and every time I try to open my idisk it looks for a name and password (even reset my apple id as prompted) I keep being told that it's the wrong name or password?

    The hard drive on my MacBook died and I had it replaced. Now I can't locate my website files and every time I try to open my finder/idisk it looks for a name and password (even reset my apple id as prompted) I keep being told that it's the wrong name or password? Any suggestions out there

    Arty ~ Welcome to the Support Communities. iWeb can't import/open published HTML/media files on your iDisk. iWeb can only open its key Domain file which contains your site data — it's usually located here:
    ...If you don't have a backup of your Domain file (e.g. via Time Machine), paragraph 2.3 of this FAQ page gives some tips on how to use published files, graphics, photos, etc., to help rebuild the site from scratch:
    http://iwebfaq.org/site/iWeb_Backup_retrieve.html
    Also this thread may help:
    Hard Drive replacement causes new/unknown user password?

  • ITunes 11.0.4. can't locate thousands of files (they are still on the harddisk though) - is there a way to simply relocate them (without having to do it for each individual song which would take forever)?

    After updating to iTunes 11.0.4.,
    iTunes 11.0.4. can't locate thousands of files (they are still on the harddisk though).
    is there a way to simply relocate them (without having to do it manually for each individual song which would take forever)?

    Are these "thousands of files" in an iTunes library that simply cannot be found?
    If so, assuming you know exactly where they are, hold the "Option" key while opening iTunes from your dock.  You will then be given a "Choose Library" option.  Choose it and point to your library.

  • Can't locate imported iPhoto files in Finder

    I recently imported a series of pictures into iPhoto. However I can't locate these picture files on Finder..What happened was I had to fire up iPhoto app each time and right click to 'Show File'. It said the path was user/Pictures/iPhoto Library/Originals/2007/...
    I want to locate these files on Finder, however, when I clicked on user directory user/Pictures/iPhoto Library I can't drill down further. It seems that 'Originals' folder is missing. When I show package contents though, this folder showed up. This is a frustrating experience for me because I can't upload the pictures to the web, or easily find them.
    Does anyone has any idea if this is normal behavior or is there a way I can easily access the list of pictures I've imported without firing up the iPhoto? Appreciate any response. Thanks very much.

    spirlie
    Welcome to the Apple Discussions.
    Does anyone has any idea if this is normal behavior or is there a way I can easily access the list of pictures I've imported without firing up the iPhoto
    This is perfectly normal behaviour for v7 of iPhoto. The change was made to the format of the iPhoto library because many users were inadvertently corrupting their library by browsing through it with other software or making changes in it themselves. If you're willing to risk database corruption, you can restore the older functionality simply by right clicking on the iPhoto Library and choosing 'Show Package Contents'. Then simply make an alias to the folders you require and put that alias on the desktop or where ever you want it. Be aware though, that this is a hack and not supported by Apple.
    However, better to use one of these:
    10.5 users: If you use the extended Open or Attach dialogue (with Column View) you can scroll to the bottom of the Shortcuts and find the Media browser there. Select any pic you want from there.
    Another way to access the files with iPhoto not running, is to create a Media Browser using Automator (takes about 10 seconds) or use THIS
    Otherwise:
    There are three ways (at least) to get files from the iPhoto Window.
    1. *Drag and Drop*: Drag a photo from the iPhoto Window to the desktop, there iPhoto will make a full-sized copy of the pic.
    2. *File -> Export*: Select the files in the iPhoto Window and go File -> Export. The dialogue will give you various options, including altering the format, naming the files and changing the size. Again, producing a copy.
    3. *Show File*: Right- (or Control-) Click on a pic and in the resulting dialogue choose 'Show File'. A Finder window will pop open with the file already selected.
    To upload to MySpace or any site that does not have an iPhoto Export Plug-in the recommended way is to Select the Pic in the iPhoto Window and go File -> Export and export the pic to the desktop, then upload from there. After the upload you can trash the pic on the desktop. It's only a copy and your original is safe in iPhoto.
    This is also true for emailing with Web-based services. If you're using Gmail you can use THIS
    If you use Apple's Mail, Entourage, AOL or Eudora you can email from within iPhoto.
    If you use a Cocoa-based Browser such as Safari, you can drag the pics from the iPhoto Window to the Attach window in the browser.
    Regards
    TD

  • Application can't locate Impuse Response Files

    I recently replaced my failed hard drive. After restoring from my backup, Logic can not locate impulse response files. If i am loading a preset in space designer, or loading a software instrument that has the space designer set, Logic tells me it can not find the response file and asks me to find it.
    I know the location of the files, but it is annoying and inconvenient to have to locate the files every time I want to change instruments or load a preset.
    How can I get Logic to permanently remember the location of the Impulse Response Files?

    There is no such path System/Library/application support/logic/impulse responses on my computer. The Impulse Response files reside in HD>Lib>Audio>Impulse Response.
    This difference of opinion between bill borez and immo gave me an idea, though. I put an alias of the folder into User>Lib>Application Support>Logic. Bingo!
    Thanks for the help.
    Chris

  • Where can i find my downloaded files in adobe download assistant

    where can i find my downloaded files in adobe download assistant

    You aren't likely to find them in the Adobe Download Assistant.  Try downloading again and see if it specifies where the files will be placed before the actual download occurs.

  • I've just updated itunes and it has disappeared from my PC- the previous shortcut won't work and it can't locate on my file search- this is the second time this has happened when updating itunes- APPLE you're going donw the tubes slowly but surely..

    I've just updated itunes and it has disappeared from my PC- the previous shortcut won't work and it can't locate on my file search- this is the second time this has happened when updating itunes- APPLE you seem to be going down the tubes slowly but surely..

    its not apple going "down the tubes" its that you have windows junk.  These opinion best left at apple.com/feedback
    you need to completely uninstall itunes and all components
    see these for help
    http://support.apple.com/kb/HT1925
    http://support.apple.com/kb/HT1923
    Peace, Clyde

  • I home shared from my PC to my new Mac and now my iTunes can't locate the original files?

    It was working fine for about 12 hours but now my iTunes can't locate any of the files. None of my songs will play, even those I downloaded directly from a CD. Help?

    It sounds like this is much more than an iTunes problem.  I suggest you post in the operating system forum version for your computer (we have no idea which OS you are running nor what model computer).

  • ITunes Can't Locate Certain Mp3 Files After 9.2 Update

    I have never really had any serious issues with iTunes, but this one is giving me a bit of a headache. I purchased some content on both iTunes and Amazon.com. All of it played fine. After I updated to iTunes version 9.2, (7) of those files will not play and can't be found. The others are all perfect. I've had no issues locating other "missing files" because I knew where to look, but this time I am taken to a directory I have never seen before. All of the missing files are showing up right in a row, so they aren't scattered within my library. The artwork and listings do come up, but they are not playable. Another friend of mine had the same issue. Any ideas? I'd rather not have to repurchase these items if I don't have to.
    Have a great July 4th weekend!

    I downloaded i tunes 11 and go to i tunes and click on a song and it says it can not be found.
    If i go to my playlist and clikck on a song it plays. I am very confussed. I realize I am not helping you with your issue but I don't think I can help anyone. I can find the I tunes music in my files and click on a song there and it plays in I tunes??? I am using windows 7

  • Can't locate to delete file...Need help...

    So my kid got a fisher price iXl toy which required that I download the drivers for the mac as it didn't come with a disc for the mac. I downloaded the file fine and launched it however the software wasn't able to connect to the fisher price server, don't know why.
    I then decided to use our netbook which worked just fine.
    Today, I had several freezing of Safari and Firefox and wasn't sure why until I launched Console to see that there is a file that is trying to make a contact every 10 seconds; I'm not exactly sure if that's what its doing but it seems like it.
    I can see the location of file on console but when I follow it, I can't locate it. Here's what it looks like:
    12/28/10 10:17:41 AM com.apple.launchd[106] (com.fisherprice.iXLagent[252]) posix_spawn("/Applications/iXL.app/Contents/Resources/iXLAgent.app/Contents/Mac OS/iXLAgent", ...): No such file or directory
    Can someone help me to remove this process?

    Uninstalling Software: The Basics
    Most OS X applications are completely self-contained "packages" that can be uninstalled by simply dragging the application to the Trash. Applications may create preference files that are stored in the /Home/Library/Preferences/ folder. Although they do nothing once you delete the associated application, they do take up some disk space. If you want you can look for them in the above location and delete them, too.
    Some applications may install an uninstaller program that can be used to remove the application. In some cases the uninstaller may be part of the application's installer, and is invoked by clicking on a Customize button that will appear during the install process.
    Some applications may install components in the /Home/Library/Applications Support/ folder. You can also check there to see if the application has created a folder. You can also delete the folder that's in the Applications Support folder. Again, they don't do anything but take up disk space once the application is trashed.
    Some applications may install a startupitem or a Log In item. Startupitems are usually installed in the /Library/StartupItems/ folder and less often in the /Home/Library/StartupItems/ folder. Log In Items are set in the Accounts preferences. Open System Preferences, click on the Accounts icon, then click on the LogIn Items tab. Locate the item in the list for the application you want to remove and click on the "-" button to delete it from the list.
    Some software use startup daemons or agents that are a new feature of the OS. Look for them in /Library/LaunchAgents/ and /Library/LaunchDaemons/ or in /Home/Library/LaunchAgents/.
    If an application installs any other files the best way to track them down is to do a Finder search using the application name or the developer name as the search term. Unfortunately Spotlight will not look in certain folders by default. You can modify Spotlight's behavior or use a third-party search utility, Easy Find, instead. Download Easy Find at VersionTracker or MacUpdate.
    Some applications install a receipt in the /Library/Receipts/ folder. Usually with the same name as the program or the developer. The item generally has a ".pkg" extension. Be sure you also delete this item as some programs use it to determine if it's already installed.
    There are also several shareware utilities that can uninstall applications:
    AppZapper
    Automaton
    Hazel
    CleanApp
    Yank
    SuperPop
    Uninstaller
    Spring Cleaning
    Look for them at VersionTracker or MacUpdate.
    For more information visit The XLab FAQs and read the FAQ on removing software.

Maybe you are looking for