Extracting .iso files

Hi!
I am currently running macOS 9.1. Recently I downloaded an .iso file, but the computer seems to think it is a HTML Document. is there any extensions etc. that I will need to download to get the computer to recognise it as an .iso file and then mount it?
Help would be greatly appreciated
ACWL
PS- Im not going to be able to access these forums very often, so could you e-mail it to me please? (aclockworklemon1 (at) gmail (dot) com) <Edited by Host>
Message was edited by: A ClockWork Lemon

Hi, ACWL -
Welcome to Apple's Discussions.
I would suggest you first make a copy of the file, one to use to try opening it. This way you will still have the original in case something goes wrong (such as the software you try to use damaging the file in some way).
I would first try dropping the .iso file onto the icon for Stuffit Expander - with luck it will be opened and mounted. You may need to open Stuffit Expanders' Preferences and enable the option to mount disk images - to do that, double-click Stuffit Expander, open its Preferences (in the File menu), go to the item in the list "Disk Images", checkmark the item "Mount Disk Images". Once you have set it (or confirmed it is set to do that), quit Stuffit Expander before dropping the .iso file onto it.
Note - you may want to reset Stuffit Expander to not mount disk images once you are done trying it with the .iso file. Reason - it can interfere during the downloading of and/or normal mounting of .smi disk image files.
If using Stuffit Expander does not work, try dropping the .iso file onto Apple's Disk Copy utility. It's one of the standard utilities that comes with a normal OS 9 install.

Similar Messages

  • Batch file extracting all files from nested archives

    I have managed to leverage a powerful
    forfiles command line utility with the mighty
    7z compression program.
    Below is a simple batch file extracting all files from nested archives hidden at any depth inside other archives and/or folders. After the extraction each archive file turns into a folder having the archive file name. If, for example, there was an "outer.rar"
    archive file containing nothing but an "inner.zip" archive with only "afile.txt" inside, "outer.rar" becomes "...\outer.rar\inner.zip\afile.txt" file system path.
    @echo off
    rem extract_nested_archives.bat
    move %1 "%TMP%"\%2
    md %2
    7z x -o%1 -y %TMP%\%2
    del "%TMP%"\%2
    for %%a in (zip rar jar z bz2 gz gzip tgz tar lha iso wim cab rpm deb) do forfiles /P %1 /S /M *.%%a /C "cmd /c if @isdir==FALSE extract_nested_archives.bat @path @file"
    ARCHIVES ARE DELETED DURING THE EXTRACTION! Make a copy before running the script!
    "7z.exe" and "extract_nested_archives.bat" should be in folders available via the %PATH% environment variable.
    The first parameter of extract_nested_archives.bat is the full path name of the archive or folder that should be fully expanded; the second parameter is just the archive or folder name without the path. So you should run "c:\temp\extract_nested_archives.bat
    c:\temp\outer.rar outer.rar" from the command line to completely expand "outer.rar". "c:\temp" must be the current folder.
    Best regards, 0x000000AF

    Incredibly useful!  Thank you so much.  I did make a couple of small changes to make the script a little easier to use from the end-user perspective.
    First - I don't like making the user input the redundant second parameter, so I added this snippet which extracts it from the first parameter.  The first line of the snippet enables delayed expansion so that special characters in our file name don't
    break anything.  The second line pulls the parameter into a variable, and the 3rd line uses delayed expansion on that new variable.  Before implementing delayed expansion I had problems with file paths which included parentheses.
    SetLocal EnableDelayedExpansion
    Set SOURCE=%1
    For %%Z in (!source!) do (
    set FILENAME=%%~nxZ
    set FILENAME=%FILENAME:"=%
    Anyway once that was done, I just used %FILENAME% everywhere in the script instead of
    %2 (making sure to correct quotes as needed)
    This way, to run my script all you need to run is:
    C:\temp\extract_nested_archives.bat C:\temp\Archive.zip
    Second - I didn't want to modify the Windows environment variable.  So I replaced
    7z with "%PROGRAMFILES%\7-zip\7z.exe"
    I also replaced extract_nested_archives.bat with "%~f0" (which represents the full path+filename of the current script).
    Here is my full script now.  Tested on Windows 8 with the 64-bit version of 7-zip installed:
    @echo off
    Setlocal EnableDelayedExpansion
    Set source=%1
    For %%Z in (!source!) do (
    set FILENAME=%%~nxZ
    set FILENAME=%FILENAME:"=%
    move /Y %1 "%TMP%\%FILENAME%"
    md "%FILENAME%"
    "%PROGRAMFILES%\7-zip\7z.exe" x -o%1 -y "%TMP%\%FILENAME%"
    DEL "%TMP%\%FILENAME%"
    for %%a in (zip rar jar z bz2 gz gzip tgz tar lha iso wim cab rpm deb) do (
    forfiles /P %1 /S /M *.%%a /C "cmd /c if @isdir==FALSE "%~f0" @path @file"

  • Cannot download the Exchange Server 2013 SP1 ISO file from Microsoft Website.

    Hello Guys,
    I cannot download the Exchange 2013 or Exch 2013 SP1 ISO file from the Microsoft Website.
    Before downloading i have register on the Site.
    Purpose of downloading the ISO is to upgrade the Active Directory Schema before installing exch server.
    We get .exe file instead of ISO.
    I am searching it for 2 days now no help.
    Suggestion and recommendations highly appreciated.

    Hi David,
    Thanks for the reply...
    If we extract .exe file we get .data , .rsrc , .text , .Certificate files by which we cannot upgrade the schema.
    As CU7 is available could you please share the link.
    So now schema can be update at the time of post installation.
    Thanks...!!

  • Burning the CDs from ISO files - Solution

    I have just finished burning the cd images and as I type this my little baby is coming to life! he he :-)
    I did try Nero but failed misrably so I offer the following as a solution that worked for me. Apologies to anyone if it appears I'm teaching 'Grandma to suck eggs'.
    First you extract the files from the zips, uncorrupted zips that is, if you are using Winzip then the contents description etc will be displayed when you hover over the zip file with the mouse pointer.
    Next add the .iso file extension to each of the 3 files you have just extracted
    Next you need to create a Cue sheet/file. To do this go into notepad and create 1 file as shown below and save if with .cue file extension with the respective iso file.
    FILE "C:\YOURDIR\sol-8-4_01-fcs-bin-ia-v1.ISO" BINARY
    TRACK 01 MODE1/2048
    INDEX 01 00:00:00
    POSTGAP 00:02:00     
    Where YOURDIR corresponds to where you have the iso file stored.
    You need to create 1 cue sheet file for each of the binaries with the .iso extension changing the references shown above to match the location and the .iso filename.
    I then used cdrwin to write the file images loading each of the above cue sheets. But you could use any burning software that supports cue sheets, which give it the correct information to burn the image.
    Hope this helps
    Skaven

    I tried the skaven_1 recommendations using the latest (v5.5.9.9) version of Nero. This version of Nero supports .iso extensions. It also supports .cue files. skaven_1's sample cue sheet works in Nero.
    Despite all this the resulting CDs are unreadable on my Ultra10. All of the Solaris 9 CDs I have burned are readable on my PC.
    I have burned other OS ISO images (BSD, OpenBSD, etc...) using the same version of Nero and they are all bootable on x86 machines.
    I have found that if the CD is not readable using:
    dd if=/dev/rdsk/c0t2d0s2 bs=2048 | od -Ax -xc | less
    (BTW, this is a handy way to check the volume label at 0x8000 for the disk type)
    it is unlikely to be readable (and therefore bootable) at the PROM level.
    All of the other OS ISO images I have burned have been readable on the Ultra10 using the above command. NONE of the Solaris 9 images I have burned have been readable using the above command. The drive will "spin" and "click" indefinitely until interrupted (^C or kill).
    Having scoured this archive, I have determined that some people are successful in burning the Solaris [89] images while many others are not. There seems to be no clear understanding on what is necessary for success.
    Has anyone successfully burned Solaris 9 SPARC iso images to a CD. If so what specifically did you do to achieve this incredible success!? Detailed information on:
    - version
    - media
    - technique
    - phase of the moon :-}
    would be most helpful to the rest of the community.
    It would be nice if someone at Sun would chime in and provide this information. The information provided at the download area is less than informative. I have followed those instructions and still have not met with success.
    Sun...ARE YOU LISTENING? If people have difficulty with obtaining and successfully using these OSes, it makes it harder for startups (like I am working with) to lay the foudation to use your hardware. If this is hard, we are likely to make decisions to use other solutions. Much as we may not wish to do this, it is the reality. We have solutions to provide in a limited amout of time.

  • Making the CD from .ISO File

    I downloaded Solaris 10 from the sun site. I extracted the ZIP File and got the .ISO Files.
    I successfully burned the CDs for CD 2,3 & 4 but while I m burning the CD 1, my sonic CD Write is trhowing erro "CD is not compatible with source" , I again downloded the CD 1 considring that there was error in downloading earlier. I tried many time but result is same. Can someone help me?

    If you have OS X on a .iso disc image, then you have an illegal copy of OS X. The Discussions is an Apple provided help system. We cannot help you with illegally obtained software.

  • Download tool part of iso files?

    I have a 2 year old 640 gig dv7 laptop and I received the imminent "hard disk failure" message. So, I backed up the hard drive (8 dvds) and made recovery disks (6 dvds). I bought a new Seagate hard drive of 500 gigs and installed it. I then started the recovery process.
    I then received a message that said my new hard disk was smaller than the original and to not continue. I did try four different installs with no success, getting a blank screen except for the hp logo on the center of the screen and a press esc for menu.
    I have read the advice of trying the iso file download via either dvd or usb. My question is: the directions talk about using the w7 dvd/usb download tool. Is this download tool part of the iso files? How do I get it onto my computer first? I know it's probably simple, but it would be nice for me to get that clarified before doing the downloads.
    Thx.
    This question was solved.
    View Solution.

    Hi,
    As the error you're encountering is just due to the fact that Recovery Discs will not install correctly on a drive smaller than the one they were created on, I would just burn the correct ISO to a blank DVD and use this to perform the installation - there's no need to create a bootable USB drive unless you have a problem with the optical drive on your notebook.
    Before trying the following, make sure you can still read the 25 Character Product Activation key on your Windows COA label ( 5 blocks of 5 alpha/numeric sets ).
    An example of a COA Label can be seen Here.
    You can create an installation disc yourself using another PC - just download the correct Disc Image ( this must be the exact same version that originally came with your notebook ) from the link below and use an application such as ImgBurn to burn the ISO correctly to a blank DVD - a guide on using ImgBurn to write an ISO to a disc is Here.  These Images are clean and from a well-respected source, however there are only limited versions available.
    Windows-7 sp1-iso-official-32-bit-and-64-bit
    Use the disc to perform the installation, enter the Windows activation key found on the COA Label when requested and when the installation has completed, use the 'Phone Method' detailed in the link below to activate the OS - this method supported by Microsoft and is popular with people who just want a clean installation of Windows 7 without the additional software load normally bundled with OEM installations.
    http://www.kodyaz.com/articles/how-to-activate-windows-7-by-phone.aspx
    Any additional drivers and software you may need can be found by entering your full Model No. or Product No. Here.
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • How do I use an ISO file on my Mac?

    From everything I have read online I should be able to mount an iso file using Disk  Utility or Disk Mounter Utility.  None of this works.  I continue to get the message that my file cannot be read.  A box comes up saying "File cannot be opened" and the "reason" is lited as being 'not recognized."  What do I do?  If anybody has any ideas I've love to heart them.  Thanks.

    Just a guess:
    I think an .inf file is a text script to install Windows software. So, you can READ the file, probably,  by dropping it on TextEdit. But to use it you would have to be running Windows on your MBP.
    http://www.fileinfo.com/extension/inf
    charlie

  • Extracting .xls file from an FTP site

    Hi there,
    I'm trying to run a DI solution that is extracting a file from a FTP site. DI can see the file but it gives me an error saying that:
    FTP could not transfer file <FTP site/myfile.xls> from host <IP Address>: <>. Please ensure that the FTP relative path for the SAP R/3 working directory is set correctly such that the data file is accessible to the FTP
    Can someone please help with this.
    Thank you.
    Gsecure

    Hi,
    thats SP1 for DS XI 3.2
    I think there is no delta from XI 3.2 to XO 3.2 SP1 what means you have to do a fresh install and upgrade repo.
    But you better doublecheck before but i think there is no delta.
    Regards
    -Seb.

  • Encore cs4 creates invalid disc image (iso file)

    I have a video I edit in premiere cs4, exported an .mpg file that I import into encore to create a DVD. This works mostly fine (I have to delete the .xmp* file before importing to encore).
    Today I edited the video, re-encoded the mpg file using quality 5 and 2 pass vbr, and added a slide show (about 6 photos) to the encore project. It also builds fine to a disc image (iso file). But when I try to burn the iso file using windows 7, it tells me the iso image is invalid. I tried imgburn and got an  error message like this:
    session 1 track 1 MODE1 .... 2054
    dvd format: MODE1 .... 2048
    If I ask imgburn to continue it then says something about CSS and encryption, which I don't use, so I assume the iso file is too messed up.
    I burned a DVD5 directly from encore, and it works in a dvd player.
    Any idea why this invalid iso happens and whether there is a work-around?
    Since cs4 is not the latest version, I assume there is no hope of bug fix?

    There seem to be major problems in the disc creation process. I am struggling since several days now and I am not able to produce a working Blu-Ray Disk or iso image with Encore 5.5:
    - when producing Blu-Ray ISO images, you get an ISO that is recognized as DVD iso in all virtual drive programs. Therefore, you cann not burn them on a BD-R disc, also viewing them is not possible because it is a "DVD with blu-ray content".
    - when burning directly to disk, Encore does not close the sessing. This means, the Disk is not playable on all home Blue-Ray players. It was playable on my computer, but after closing the session manually the disc was a coaster.
    - when burning on a virtual burner (Virtual CD 10), the Blue-Ray plays ok on my computer, but I am NOT able to make a ISO image from this disk because some errors (unreadable blocks) on the disk are reported during creation and image creation stops.
    - from time to time (not reproduceable), Encore produces an additional AACS folder on the created Blu-Ray.
    I am an experienced user and dont have any issues with other software solutions, but with Encore I was not able to get any usable results so far.
    Win 7 x64 SP1

  • Creating a disc image from an iso file

    I have a samsung Bluray player that requires and update. I downloaded the file (which is a zip), then expanded it. It is an iso file. I need to create a disc image (not a simple burn to a cd) in order to update my samsung player. How do I do that? Disc Utility?

    Sorry, I should have been more clear. The ISO file is on my desktop. I didn't understand how to get it to show in DU, but when I hit BURN, a navigation window opens...thank you.

  • Coping iso file and mounting problem

    Hi
    I am using Windows 8.1 Update Enterprise 64 bit and Windows ADK.
    I noticed that, if I select the "Environment of the deployment tools and creations images" and I click on the "Run as Administrator" item of his Pop-Up menu and I mount on a iso image of windows 8.1 Update, when I run the command
    robocopy <Drive_Letter>:\"<Windows_Files_Path>" /e
    to copy all its files in a directory and the command
    dism /Mount-Image /ImageFile:"<Windows_Files_Path>"\install.wim /Index:<Image_Index> /MountDir:"<Mount_Directory_Path>"
    to mount an image volume, this error appears:
    Error: 0xc1510111
    Not have permission to mount and modify this image.
    However, if I copy these files through the "file explorer" window, the mounting of this volume image is working properly. How come?
    Thanks
    Bye
    Balubeto

    I am unable to reproduce the issue above:
    E:\>dism /mount-image /imagefile:e:\release\Captures.001\Win2008R2Sp1.wim /index:1 /mountdir:c:\mount
    Deployment Image Servicing and Management tool
    Version: 6.3.9600.17031
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    E:\>robocopy e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT e:\mount\test zti*.log /njh /ndl
    100% New File 226728 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIApplications.log
    100% New File 1228 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIApplyGPOPack.log
    100% New File 10283 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIAppVerify.log
    100% New File 29169 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIBackup.log
    100% New File 2101 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIBDE.log
    100% New File 36103 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIConfigure.log
    100% New File 34934 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIDiskpart.log
    100% New File 1027 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIDomainJoin.log
    100% New File 41428 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIDrivers.log
    100% New File 93591 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIGather.log
    100% New File 2619 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIGroups.log
    100% New File 2898 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTINextPhase.log
    100% New File 3875 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIOSRole.log
    100% New File 740 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIOSRolePS.log
    100% New File 2350 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIPatches.log
    100% New File 4180 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ztiRunCommandHidden.log
    100% New File 1215 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTITatoo.log
    100% New File 1855 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIValidate.log
    100% New File 190933 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIWindowsUpdate.log
    100% New File 1436 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIWinRE.log
    100% New File 40631 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIYellowBang.log
    Total Copied Skipped Mismatch FAILED Extras
    Dirs : 1 0 0 0 0 0
    Files : 21 21 0 0 0 0
    Bytes : 712.2 k 712.2 k 0 0 0 0
    Times : 0:00:00 0:00:00 0:00:00 0:00:00
    Speed : 5209457 Bytes/sec.
    Speed : 298.087 MegaBytes/min.
    Ended : Tuesday, September 23, 2014 11:13:46 AM
    E:\>dism /unmount-wim /mountdir:c:\mount /commit
    Deployment Image Servicing and Management tool
    Version: 6.3.9600.17031
    Image File : e:\release\Captures.001\Win2008R2Sp1.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    Additionally I can see that the original question asked was copied from this post 2 years ago:
    http://www.eightforums.com/installation-setup/54246-coping-iso-file-mounting-problem.html
    is this really your problem?
    Really, this is not a MDT related question. perhaps a general Windows Setup forum would be a better place to ask this question.
    Keith Garner - Principal Consultant [owner] -
    http://DeploymentLive.com

  • How to create one ISO file large than 2G

    hi,
    here when I create one ISO with 3G(larger than 2G) on solaris 10 machine, I met below error:
    mkisofs: File too large. cannot fwrite 32768*1
    Anyone has suggestion for this problem? How to create one ISO files larger than 2G?
    See the detail logs information:
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
    mkisofs -o my.iso -A "Software DVD" -D -L -P "Study "-p CBC/XLE -r -T -V R50 -v iso
    mkisofs: The option '-L' is reserved by POSIX.1-2001.
    mkisofs: The option '-L' means 'follow all symbolic links'.
    mkisofs: Mkisofs-2.02 will introduce POSIX semantics for '-L'.
    mkisofs: Use -allow-leading-dots in future to get old mkisofs behavior.
    mkisofs: The option '-P' is reserved by POSIX.1-2001.
    mkisofs: The option '-P' means 'do not follow symbolic links'.
    mkisofs: Mkisofs-2.02 will introduce POSIX semantics for '-P'.
    mkisofs: Use -publisher in future to get old mkisofs behavior.
    Warning: creating filesystem that does not conform to ISO-9660.
    mkisofs 2.01 (sparc-sun-solaris2.10)
    Scanning iso
    Scanning iso/rac_stage3
    Using RAC_S000 for /rac_stage2 (rac_stage1)
    Using RAC_S001 for /rac_stage1 (rac_stage3)
    Using INSTA000.1;1 for ..
    Writing: The File(s) Start Block 48
    0.42% done, estimate finish Thu Feb 1 16:12:35 2007
    0.84% done, estimate finish Thu Feb 1 16:12:36 2007
    1.26% done, estimate finish Thu Feb 1 16:12:36 2007
    1.69% done, estimate finish Thu Feb 1 16:12:36 2007
    2.11% done, estimate finish Thu Feb 1 16:12:36 2007

    87.65% done, estimate finish Thu Feb 1 16:14:54 2007
    88.07% done, estimate finish Thu Feb 1 16:14:54 2007
    mkisofs: File too large. cannot fwrite 32768*1
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Thanks!

    does it matter "copy protection" ? for the problem that i have?
    my computer is alwyes get stuck while i trying to made a dvd or image
    i made few disks wite menu in the past & i had not problems at all

  • How do I find the .iso file from my windows 7 install disk?

    I am trying to install windows 7 on my new macbook air. I have a copy of windows7 install disk but as there is no cd drive I am having difficulty. I cannot figure out how to find the .iso file to put on a usb in order to install it.
    Can anyone help please?

    Welcome to the Apple Support Communities
    You can only get Windows 7 on a ISO file if you purchased Windows 7 from the Microsoft Store as a download, so this option isn't available for you.
    In your case, I recommend you to get an external optical drive (any external optical drive will work) and install Windows from the DVD. Doing this, you will save headaches

  • Error while extracting XML file from the application server

    Hi ,
    I am writing a XML file into the application server, after which when i try to extract the file to the local server using the report - RFASLDPC ,
    the file is extracted, but with a '#' symbol at the first position.
    Because of which the XML File does not open. But after i open the file in notepad and manually delete the '#' symbol and then reopen the file, it works fine.
    Is there any way to remove the '#' symbol while extracting itself ??
    Thanks in advance,
    Vikas.

    Select the option "No Character Set Conversion" in stead of Code page 1100.
    However, I still have troubles -> the downloaded xml file misses a space on several places. This causes errors too.

  • Error while extracting zip file

    I am using the following code to extract zip files from jar file
    source = "zip/test.zip"
    destination = "c:\\"
    public void unzip(String source,String destination){
              try{
                   ZipInputStream in = new ZipInputStream( this.getClass().getResourceAsStream(source));
                   FileOutputStream fos = null;
                   ZipEntry ze = null;
                   File ff = null;
                   while ( (ze=in.getNextEntry() ) != null ){
                        System.out.println( "name=" + ze.getName() );
                        ff = new File( destination + ze.getName() );
                        if ( ze.isDirectory() ){
                             System.out.println("making "+ze.getName()+" dir ("+ ff.mkdirs() +")");
                        else{
                             fos = new FileOutputStream( ff );
                             byte[] buf = new byte[1024];
                             int len;
                             while ((len = in.read(buf)) > 0){
                                  fos.write(buf, 0, len);
                             fos.close();
                             System.out.println("wrote file "+ff.getPath()+" success=" + ff.exists() );
                   in.close();
              }catch(Exception e){
                   e.printStackTrace();
         }     But i found error in extracting zip file
    java.io.FileNotFoundException: C:\eclipse\.eclipseproduct (The system cannot find the path specified)
    I need some quick response on it.

    Nothing to do with the resource path....thats fine. Use the code below.....most likely this will fix it.......
    Added a check for directories that start with a ".".  The File utility probably thinks its a file, also added a try....check it does make the "." directories.........dont forget the dukes.
        ZipInputStream zis = null;
        FileOutputStream fos = null;
        try
          zis = new ZipInputStream( new FileInputStream( "C:\\your_path\\your_zipfile_or_jar.zip" ) );
          ZipEntry ze = null;
          File ff = null;
          while ( ( ze = zis.getNextEntry() ) != null )
            System.out.println( "name=" + ze.getName() );
            ff = new File( "C:\\your_path\\" + ze.getName() );
            if ( ze.isDirectory()  || ze.getName().startsWith("."))
              try{ System.out.println( "making " + ze.getName() + " dir (" + ff.mkdirs() + ")" ); }catch(Exception e2){}
            else
              fos = new FileOutputStream( ff );
              byte[] buf = new byte[1024];
              int len;
              while ( ( len = zis.read( buf ) ) > 0 )
                fos.write( buf, 0, len );
              fos.close();
              System.out.println( "wrote file " + ff.getPath() + " success=" + ff.exists() );
          zis.close();
        catch( Exception ex )
          ex.printStackTrace();
        finally
          try { zis.close(); }catch(Exception ex){}
          try { fos.close(); }catch(Exception ex){}
        }

Maybe you are looking for

  • Photoshop CS2. Help please.

    Approx 8 years ago I purchased Photoshop CS2 online from Adobe. This past weekend I had to buy a new computer (Windows 8.1), and when I logged into my Adobe account just now to obtain my serial number and enter it after I attempted to download CS2, i

  • Yamaha DGX-620 MIDI data not being received by Mac

    I've just spent the past five hours tearing my hair out attempting to make my DGX-620 Portable Grand 'talk' to my computer. I have a 2008 Core 2 Duo MacBook Pro (not the unibody model, obviously) running OS X 10.6.8. I have recently taken the wooden

  • How to do pop-up text box like this?

    On 1-800-Flowers website home page if you hover over the thumbnails a text box pops up in the the bottom right corner, is there an action in GoLive that can do something like this? It's nice how they have everything in one cell and when doing a onmou

  • How do I re-install Dreamweaver CS5.5 on a new macbook pro.

    I no longer have the old computer with the original software installed. I still have the activation serial number though.

  • Query definition - exclusion of calculated formulas

    Hello I have a formula 1 and a formula 2. Let's say formula 1 has the result 1 = 100 On the other hand formula 2 has the result 2 = 30. Another formula 3 subtracts the values of both formulas, 1 and 2, result  3 =  70. Another example: Formula 1, res