Page 147 of 166 FirstFirst ... 4797137145146147148149157 ... LastLast
Results 1,461 to 1,470 of 1659

Thread: Howto Install 32 bit Firefox with Flash w/sound and Java for AMD64

  1. #1461
    Join Date
    May 2008
    Beans
    96

    Re: Howto Install 32 bit Firefox with Flash w/sound and Java for AMD64

    Hello again kilz, I'm trying to install the alternate java as, in my case update 3 as is recommended by a stock broking firm's IT department. update 6 worked for me previously.

    as such I followed the instructions in this manner:


    sudo apt-get remove sun-java6-jre ia32-sun-java6-bin

    2. Download jre-6u3-linux-i586.bin, saving it to desktop.
    3. Open a terminal and type
    Code:

    cd ~/Desktop
    chmod 777 ./jre-6u3-linux-i586.bin
    ./jre-6u3-linux-i586.bin

    3. Move the extracted folder
    Code:

    sudo mv ~/Desktop/jre1.6.0_03 /usr/local/java

    4. Update the java plugin link
    Code:

    sudo rm -f /usr/lib32/firefox32/plugins/libjavaplugin_oji.so
    sudo ln -s /usr/lib32/firefox32/plugins/ /usr/local/java/plugin/i386/ns7/libjavaplugin_oji.so
    unfortunately, it seems that the aboutlugins page in firefox no longer lists the java plugin.

  2. #1462

    Re: Howto Install 32 bit Firefox with Flash w/sound and Java for AMD64

    Thanks for the reply, Kilz. The install worked fine this time. Unfortunately the Java Applet I needed still isn't working, but I'm not sure what the problem is; I'm looking into it now. Anyway, thanks for the script!

  3. #1463
    Join Date
    Mar 2006
    Location
    cyberspace
    Beans
    6,198
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Howto Install 32 bit Firefox with Flash w/sound and Java for AMD64

    Quote Originally Posted by NullHead View Post
    When will you be writing a guide for the Firefox 3 RC? I use it on all the machines I use and it's rock solid. Although all I mostly use it flash with nsplugin wrapper.
    I don't think I will be making one for the release candidate. The reason is its still full of bugs and I don't want to spend time supporting those bugs. Perhaps one will be made for the actual release.

    Quote Originally Posted by Fatfool View Post
    Hello again kilz, I'm trying to install the alternate java as, in my case update 3 as is recommended by a stock broking firm's IT department. update 6 worked for me previously.

    as such I followed the instructions in this manner:



    unfortunately, it seems that the aboutlugins page in firefox no longer lists the java plugin.
    Open a terminal, follow the instructions, do not close the terminal, restart the browser and see if the plugin is seen. If it is not seen, highlight the entire install in the terminal and copy/paste it to a text file and attach it here.
    Last edited by Kilz; May 28th, 2008 at 03:09 PM.
    I trust Microsoft as far as I could comfortably spit a dead rat

    I'm in my third year at a Lutheran seminary!

  4. #1464
    Join Date
    Dec 2007
    Location
    Michigan
    Beans
    18

    Re: Howto Install 32 bit Firefox with Flash w/sound and Java for AMD64

    I have a question of behalf of my friend who is relatively new to Linux. He installed your 32 bit firefox with this guide and script and all is well except his sound.... it works, but it only works say, for one thing at a time. I thought maybe his sound card just can't take two inputs at once... my old one sure can't. So he'll open up Firefox and it says right off the bat:
    Code:
    esd: no process killed
    So I figured if he did killall esd and then opened it, it'd fix it.
    Nope, same message.
    And when he opens up youtube, sound works, but if he tries to open up another application with sound in another tab, he can only hear the sound on youtube, nothing on the second tab.
    I tried all your suggested fixes, with alsa-oss too, nothing worked. His sound is WORKING, mind you, just not working in the multi-tasking sense. How could he fix this, so he can hear sound in everything at once?

  5. #1465
    Join Date
    May 2008
    Beans
    96

    Re: Howto Install 32 bit Firefox with Flash w/sound and Java for AMD64

    Code:
     
    jeffery@Roomcomp:~$ sudo apt-get remove sun-java6-jre ia32-sun-java6-bin
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    Package sun-java6-jre is not installed, so not removed
    Package ia32-sun-java6-bin is not installed, so not removed
    The following packages were automatically installed and are no longer required:
      classpath-gtkpeer odbcinst1debian1 classpath-common java-common unixodbc
      tzdata-java cacao libgcj-common classpath
    Use 'apt-get autoremove' to remove them.
    0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
    jeffery@Roomcomp:~$ cd ~/Desktop
    jeffery@Roomcomp:~/Desktop$ chmod 777 ./jre-6u3-linux-i586.bin
    jeffery@Roomcomp:~/Desktop$ ./jre-6u3-linux-i586.bin
    Sun Microsystems, Inc. Binary Code License Agreement
    
    for the JAVA SE RUNTIME ENVIRONMENT (JRE) VERSION 6
    
    SUN MICROSYSTEMS, INC. ("SUN") IS WILLING TO LICENSE THE
    SOFTWARE IDENTIFIED BELOW TO YOU ONLY UPON THE CONDITION
    THAT YOU ACCEPT ALL OF THE TERMS CONTAINED IN THIS BINARY
    CODE LICENSE AGREEMENT AND SUPPLEMENTAL LICENSE TERMS
    (COLLECTIVELY "AGREEMENT"). PLEASE READ THE AGREEMENT
    CAREFULLY. BY DOWNLOADING OR INSTALLING THIS SOFTWARE, YOU
    ACCEPT THE TERMS OF THE AGREEMENT. INDICATE ACCEPTANCE BY
    SELECTING THE "ACCEPT" BUTTON AT THE BOTTOM OF THE
    AGREEMENT. IF YOU ARE NOT WILLING TO BE BOUND BY ALL THE
    TERMS, SELECT THE "DECLINE" BUTTON AT THE BOTTOM OF THE
    AGREEMENT AND THE DOWNLOAD OR INSTALL PROCESS WILL NOT
    CONTINUE.
    
    1. DEFINITIONS. "Software" means the identified above in
    binary form, any other machine readable materials
    (including, but not limited to, libraries, source files,
    header files, and data files), any updates or error
    corrections provided by Sun, and any user manuals,
    programming guides and other documentation provided to you
    by Sun under this Agreement. "Programs" mean Java applets
    and applications intended to run on the Java Platform,
    Standard Edition (Java SE) on Java-enabled general purpose
    desktop computers and servers.
    
    2. LICENSE TO USE. Subject to the terms and conditions of
    this Agreement, including, but not limited to the Java
    Technology Restrictions of the Supplemental License Terms,
    Sun grants you a non-exclusive, non-transferable, limited
    license without license fees to reproduce and use
    internally Software complete and unmodified for the sole
    purpose of running Programs. Additional licenses for
    developers and/or publishers are granted in the
    Supplemental License Terms.
    
    3. RESTRICTIONS. Software is confidential and copyrighted.
    Title to Software and all associated intellectual property
    rights is retained by Sun and/or its licensors. Unless
    enforcement is prohibited by applicable law, you may not
    modify, decompile, or reverse engineer Software. You
    acknowledge that Licensed Software is not designed or
    intended for use in the design, construction, operation or
    maintenance of any nuclear facility. Sun Microsystems, Inc.
    disclaims any express or implied warranty of fitness for
    such uses. No right, title or interest in or to any
    trademark, service mark, logo or trade name of Sun or its
    licensors is granted under this Agreement. Additional
    restrictions for developers and/or publishers licenses are
    set forth in the Supplemental License Terms.
    
    4. LIMITED WARRANTY. Sun warrants to you that for a period
    of ninety (90) days from the date of purchase, as evidenced
    by a copy of the receipt, the media on which Software is
    furnished (if any) will be free of defects in materials and
    workmanship under normal use. Except for the foregoing,
    Software is provided "AS IS". Your exclusive remedy and
    Sun's entire liability under this limited warranty will be
    at Sun's option to replace Software media or refund the fee
    paid for Software. Any implied warranties on the Software
    are limited to 90 days. Some states do not allow
    limitations on duration of an implied warranty, so the
    above may not apply to you. This limited warranty gives you
    specific legal rights. You may have others, which vary from
    state to state.
    
    5. DISCLAIMER OF WARRANTY. UNLESS SPECIFIED IN THIS
    AGREEMENT, ALL EXPRESS OR IMPLIED CONDITIONS,
    REPRESENTATIONS AND WARRANTIES, INCLUDING ANY IMPLIED
    WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
    PURPOSE OR NON-INFRINGEMENT ARE DISCLAIMED, EXCEPT TO THE
    EXTENT THAT THESE DISCLAIMERS ARE HELD TO BE LEGALLY
    INVALID.
    
    6. LIMITATION OF LIABILITY. TO THE EXTENT NOT PROHIBITED BY
    LAW, IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR
    ANY LOST REVENUE, PROFIT OR DATA, OR FOR SPECIAL, INDIRECT,
    CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER
    CAUSED REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT
    OF OR RELATED TO THE USE OF OR INABILITY TO USE SOFTWARE,
    EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
    DAMAGES. In no event will Sun's liability to you, whether
    in contract, tort (including negligence), or otherwise,
    exceed the amount paid by you for Software under this
    Agreement. The foregoing limitations will apply even if the
    above stated warranty fails of its essential purpose. Some
    states do not allow the exclusion of incidental or
    consequential damages, so some of the terms above may not
    be applicable to you.
    
    7. TERMINATION. This Agreement is effective until
    terminated. You may terminate this Agreement at any time by
    destroying all copies of Software. This Agreement will
    terminate immediately without notice from Sun if you fail
    to comply with any provision of this Agreement. Either
    party may terminate this Agreement immediately should any
    Software become, or in either party's opinion be likely to
    become, the subject of a claim of infringement of any
    intellectual property right. Upon Termination, you must
    destroy all copies of Software.
    
    8. EXPORT REGULATIONS. All Software and technical data
    delivered under this Agreement are subject to US export
    control laws and may be subject to export or import
    regulations in other countries. You agree to comply
    strictly with all such laws and regulations and acknowledge
    that you have the responsibility to obtain such licenses to
    export, re-export, or import as may be required after
    delivery to you.
    
    9. TRADEMARKS AND LOGOS. You acknowledge and agree as
    between you and Sun that Sun owns the SUN, SOLARIS, JAVA,
    JINI, FORTE, and iPLANET trademarks and all SUN, SOLARIS,
    JAVA, JINI, FORTE, and iPLANET-related trademarks, service
    marks, logos and other brand designations ("Sun Marks"),
    and you agree to comply with the Sun Trademark and Logo
    Usage Requirements currently located at
    http://www.sun.com/policies/trademarks. Any use you make of
    the Sun Marks inures to Sun's benefit.
    
    10. U.S. GOVERNMENT RESTRICTED RIGHTS. If Software is being
    acquired by or on behalf of the U.S. Government or by a
    U.S. Government prime contractor or subcontractor (at any
    tier), then the Government's rights in Software and
    accompanying documentation will be only as set forth in
    this Agreement; this is in accordance with 48 CFR 227.7201
    through 227.7202-4 (for Department of Defense (DOD)
    acquisitions) and with 48 CFR 2.101 and 12.212 (for non-DOD
    acquisitions).
    
    11. GOVERNING LAW. Any action related to this Agreement
    will be governed by California law and controlling U.S.
    federal law. No choice of law rules of any jurisdiction
    will apply.
    
    12. SEVERABILITY. If any provision of this Agreement is
    held to be unenforceable, this Agreement will remain in
    effect with the provision omitted, unless omission would
    frustrate the intent of the parties, in which case this
    Agreement will immediately terminate.
    
    13. INTEGRATION. This Agreement is the entire agreement
    between you and Sun relating to its subject matter. It
    supersedes all prior or contemporaneous oral or written
    communications, proposals, representations and warranties
    and prevails over any conflicting or additional terms of
    any quote, order, acknowledgment, or other communication
    between the parties relating to its subject matter during
    the term of this Agreement. No modification of this
    Agreement will be binding, unless in writing and signed by
    an authorized representative of each party.
    
    SUPPLEMENTAL LICENSE TERMS
    
    These Supplemental License Terms add to or modify the terms
    of the Binary Code License Agreement. Capitalized terms not
    defined in these Supplemental Terms shall have the same
    meanings ascribed to them in the Binary Code License
    Agreement . These Supplemental Terms shall supersede any
    inconsistent or conflicting terms in the Binary Code
    License Agreement, or in any license contained within the
    Software.
    
    A. Software Internal Use and Development License Grant.
    Subject to the terms and conditions of this Agreement and
    restrictions and exceptions set forth in the Software
    "README" file incorporated herein by reference, including,
    but not limited to the Java Technology Restrictions of
    these Supplemental Terms, Sun grants you a non-exclusive,
    non-transferable, limited license without fees to reproduce
    internally and use internally the Software complete and
    unmodified for the purpose of designing, developing, and
    testing your Programs.
    
    B. License to Distribute Software. Subject to the terms and
    conditions of this Agreement and restrictions and
    exceptions set forth in the Software README file,
    including, but not limited to the Java Technology
    Restrictions of these Supplemental Terms, Sun grants you a
    non-exclusive, non-transferable, limited license without
    fees to reproduce and distribute the Software, provided
    that (i) you distribute the Software complete and
    unmodified and only bundled as part of, and for the sole
    purpose of running, your Programs, (ii) the Programs add
    significant and primary functionality to the Software,
    (iii) you do not distribute additional software intended to
    replace any component(s) of the Software, (iv) you do not
    remove or alter any proprietary legends or notices
    contained in the Software, (v) you only distribute the
    Software subject to a license agreement that protects Sun's
    interests consistent with the terms contained in this
    Agreement, and (vi) you agree to defend and indemnify Sun
    and its licensors from and
    
    C. Java Technology Restrictions.  You may not create,
    modify, or change the behavior of, or authorize your
    licensees to create, modify, or change the behavior of,
    classes, interfaces, or subpackages that are in any way
    identified as "java", "javax", "sun" or similar convention
    as specified by Sun in any naming convention designation.
    
    D. Source Code. Software may contain source code that,
    unless expressly licensed for other purposes, is provided
    solely for reference purposes pursuant to the terms of this
    Agreement. Source code may not be redistributed unless
    expressly provided for in this Agreement.
    
    E. Third Party Code. Additional copyright notices and
    license terms applicable to portions of the Software are
    set forth in the THIRDPARTYLICENSEREADME.txt file. In
    addition to any terms and conditions of any third party
    opensource/freeware license identified in the
    THIRDPARTYLICENSEREADME.txt file, the disclaimer of
    warranty and limitation of liability provisions in
    paragraphs 5 and 6 of the Binary Code License Agreement
    shall apply to all Software in this distribution.
    
    F. Termination for Infringement. Either party may terminate
    this Agreement immediately should any Software become, or
    in either party's opinion be likely to become, the subject
    of a claim of infringement of any intellectual property
    right.
    
    G. Installation and Auto-Update.  The Software's
    installation and auto-update processes transmit a limited
    amount of data to Sun (or its service provider) about those
    specific processes to help Sun understand and optimize
    them.  Sun does not associate the data with personally
    identifiable information.  You can find more information
    about the data Sun collects at http://java.com/data/.
    
    For inquiries please contact: Sun Microsystems, Inc., 4150
    Network Circle, Santa Clara, California 95054, U.S.A.
    
    Do you agree to the above license terms? [yes or no]
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    yes
    
    
    <too much **** here that it got cut off but it looks like it extracted it>
    
     inflating: jre1.6.0_03/lib/zi/America/Monterrey  
     extracting: jre1.6.0_03/lib/zi/America/La_Paz  
      inflating: jre1.6.0_03/lib/zi/America/Fortaleza  
     extracting: jre1.6.0_03/lib/zi/America/Cayenne  
      inflating: jre1.6.0_03/lib/zi/America/Argentina/Catamarca  
      inflating: jre1.6.0_03/lib/zi/America/Argentina/San_Juan  
      inflating: jre1.6.0_03/lib/zi/America/Argentina/Tucuman  
      inflating: jre1.6.0_03/lib/zi/America/Argentina/Rio_Gallegos  
      inflating: jre1.6.0_03/lib/zi/America/Argentina/Mendoza  
      inflating: jre1.6.0_03/lib/zi/America/Argentina/Jujuy  
      inflating: jre1.6.0_03/lib/zi/America/Argentina/La_Rioja  
      inflating: jre1.6.0_03/lib/zi/America/Argentina/Cordoba  
      inflating: jre1.6.0_03/lib/zi/America/Argentina/Buenos_Aires  
      inflating: jre1.6.0_03/lib/zi/America/Argentina/Ushuaia  
     extracting: jre1.6.0_03/lib/zi/America/Aruba  
     extracting: jre1.6.0_03/lib/zi/America/Port_of_Spain  
     extracting: jre1.6.0_03/lib/zi/America/Bogota  
     extracting: jre1.6.0_03/lib/zi/America/Paramaribo  
      inflating: jre1.6.0_03/lib/zi/America/Manaus  
      inflating: jre1.6.0_03/lib/zi/America/Campo_Grande  
      inflating: jre1.6.0_03/lib/zi/America/Bahia  
     extracting: jre1.6.0_03/lib/zi/America/Curacao  
      inflating: jre1.6.0_03/lib/zi/America/Maceio  
      inflating: jre1.6.0_03/lib/zi/America/Rio_Branco  
      inflating: jre1.6.0_03/lib/zi/America/Asuncion  
      inflating: jre1.6.0_03/lib/zi/America/Santiago  
     extracting: jre1.6.0_03/lib/zi/America/Caracas  
      inflating: jre1.6.0_03/lib/zi/America/Montevideo  
     extracting: jre1.6.0_03/lib/zi/America/Guayaquil  
      inflating: jre1.6.0_03/lib/zi/America/Cuiaba  
     extracting: jre1.6.0_03/lib/zi/America/Guyana  
      inflating: jre1.6.0_03/lib/zi/America/Belem  
      inflating: jre1.6.0_03/lib/zi/America/Sao_Paulo  
      inflating: jre1.6.0_03/lib/zi/America/Eirunepe  
      inflating: jre1.6.0_03/lib/zi/America/Recife  
      inflating: jre1.6.0_03/lib/zi/America/Boa_Vista  
      inflating: jre1.6.0_03/lib/zi/America/Porto_Velho  
      inflating: jre1.6.0_03/lib/zi/America/Araguaina  
      inflating: jre1.6.0_03/lib/zi/America/Lima  
      inflating: jre1.6.0_03/lib/zi/America/Noronha  
      inflating: jre1.6.0_03/lib/zi/Antarctica/Casey  
      inflating: jre1.6.0_03/lib/zi/Antarctica/Palmer  
      inflating: jre1.6.0_03/lib/zi/Antarctica/Davis  
      inflating: jre1.6.0_03/lib/zi/Antarctica/Rothera  
      inflating: jre1.6.0_03/lib/zi/Antarctica/Vostok  
      inflating: jre1.6.0_03/lib/zi/Antarctica/Mawson  
      inflating: jre1.6.0_03/lib/zi/Antarctica/DumontDUrville  
      inflating: jre1.6.0_03/lib/zi/Antarctica/McMurdo  
      inflating: jre1.6.0_03/lib/zi/Antarctica/Syowa  
      inflating: jre1.6.0_03/lib/zi/Asia/Oral  
      inflating: jre1.6.0_03/lib/zi/Asia/Taipei  
      inflating: jre1.6.0_03/lib/zi/Asia/Hong_Kong  
      inflating: jre1.6.0_03/lib/zi/Asia/Tokyo  
     extracting: jre1.6.0_03/lib/zi/Asia/Muscat  
     extracting: jre1.6.0_03/lib/zi/Asia/Bangkok  
      inflating: jre1.6.0_03/lib/zi/Asia/Yerevan  
      inflating: jre1.6.0_03/lib/zi/Asia/Kashgar  
      inflating: jre1.6.0_03/lib/zi/Asia/Damascus  
      inflating: jre1.6.0_03/lib/zi/Asia/Kuching  
     extracting: jre1.6.0_03/lib/zi/Asia/Colombo  
      inflating: jre1.6.0_03/lib/zi/Asia/Shanghai  
     extracting: jre1.6.0_03/lib/zi/Asia/Karachi  
      inflating: jre1.6.0_03/lib/zi/Asia/Bishkek  
      inflating: jre1.6.0_03/lib/zi/Asia/Hovd  
     extracting: jre1.6.0_03/lib/zi/Asia/Dili  
     extracting: jre1.6.0_03/lib/zi/Asia/Kabul  
     extracting: jre1.6.0_03/lib/zi/Asia/Qatar  
     extracting: jre1.6.0_03/lib/zi/Asia/Pontianak  
      inflating: jre1.6.0_03/lib/zi/Asia/Aqtobe  
      inflating: jre1.6.0_03/lib/zi/Asia/Nicosia  
     extracting: jre1.6.0_03/lib/zi/Asia/Katmandu  
     extracting: jre1.6.0_03/lib/zi/Asia/Makassar  
      inflating: jre1.6.0_03/lib/zi/Asia/Tashkent  
      inflating: jre1.6.0_03/lib/zi/Asia/Manila  
     extracting: jre1.6.0_03/lib/zi/Asia/Phnom_Penh  
     extracting: jre1.6.0_03/lib/zi/Asia/Jakarta  
     extracting: jre1.6.0_03/lib/zi/Asia/Bahrain  
      inflating: jre1.6.0_03/lib/zi/Asia/Ashgabat  
      inflating: jre1.6.0_03/lib/zi/Asia/Macau  
      inflating: jre1.6.0_03/lib/zi/Asia/Jerusalem  
      inflating: jre1.6.0_03/lib/zi/Asia/Amman  
      inflating: jre1.6.0_03/lib/zi/Asia/Baku  
      inflating: jre1.6.0_03/lib/zi/Asia/Seoul  
     extracting: jre1.6.0_03/lib/zi/Asia/Rangoon  
     extracting: jre1.6.0_03/lib/zi/Asia/Dubai  
      inflating: jre1.6.0_03/lib/zi/Asia/Harbin  
     extracting: jre1.6.0_03/lib/zi/Asia/Calcutta  
      inflating: jre1.6.0_03/lib/zi/Asia/Qyzylorda  
      inflating: jre1.6.0_03/lib/zi/Asia/Chongqing  
      inflating: jre1.6.0_03/lib/zi/Asia/Samarkand  
     extracting: jre1.6.0_03/lib/zi/Asia/Thimphu  
     extracting: jre1.6.0_03/lib/zi/Asia/Saigon  
      inflating: jre1.6.0_03/lib/zi/Asia/Urumqi  
     extracting: jre1.6.0_03/lib/zi/Asia/Riyadh  
     extracting: jre1.6.0_03/lib/zi/Asia/Aden  
      inflating: jre1.6.0_03/lib/zi/Asia/Gaza  
     extracting: jre1.6.0_03/lib/zi/Asia/Jayapura  
      inflating: jre1.6.0_03/lib/zi/Asia/Beirut  
      inflating: jre1.6.0_03/lib/zi/Asia/Choibalsan  
     extracting: jre1.6.0_03/lib/zi/Asia/Kuwait  
      inflating: jre1.6.0_03/lib/zi/Asia/Ulaanbaatar  
     extracting: jre1.6.0_03/lib/zi/Asia/Vientiane  
      inflating: jre1.6.0_03/lib/zi/Asia/Tehran  
     extracting: jre1.6.0_03/lib/zi/Asia/Kuala_Lumpur  
     extracting: jre1.6.0_03/lib/zi/Asia/Brunei  
      inflating: jre1.6.0_03/lib/zi/Asia/Almaty  
      inflating: jre1.6.0_03/lib/zi/Asia/Aqtau  
      inflating: jre1.6.0_03/lib/zi/Asia/Tbilisi  
      inflating: jre1.6.0_03/lib/zi/Asia/Baghdad  
     extracting: jre1.6.0_03/lib/zi/Asia/Dhaka  
      inflating: jre1.6.0_03/lib/zi/Asia/Pyongyang  
     extracting: jre1.6.0_03/lib/zi/Asia/Singapore  
      inflating: jre1.6.0_03/lib/zi/Asia/Dushanbe  
      inflating: jre1.6.0_03/lib/zi/Asia/Yakutsk  
      inflating: jre1.6.0_03/lib/zi/Asia/Magadan  
      inflating: jre1.6.0_03/lib/zi/Asia/Yekaterinburg  
      inflating: jre1.6.0_03/lib/zi/Asia/Vladivostok  
      inflating: jre1.6.0_03/lib/zi/Asia/Anadyr  
      inflating: jre1.6.0_03/lib/zi/Asia/Omsk  
      inflating: jre1.6.0_03/lib/zi/Asia/Novosibirsk  
      inflating: jre1.6.0_03/lib/zi/Asia/Sakhalin  
      inflating: jre1.6.0_03/lib/zi/Asia/Krasnoyarsk  
      inflating: jre1.6.0_03/lib/zi/Asia/Irkutsk  
      inflating: jre1.6.0_03/lib/zi/Asia/Kamchatka  
      inflating: jre1.6.0_03/lib/zi/Asia/Riyadh87  
      inflating: jre1.6.0_03/lib/zi/Asia/Riyadh88  
      inflating: jre1.6.0_03/lib/zi/Asia/Riyadh89  
      inflating: jre1.6.0_03/lib/zi/Atlantic/St_Helena  
     extracting: jre1.6.0_03/lib/zi/Atlantic/Cape_Verde  
      inflating: jre1.6.0_03/lib/zi/Atlantic/Faroe  
      inflating: jre1.6.0_03/lib/zi/Atlantic/Reykjavik  
      inflating: jre1.6.0_03/lib/zi/Atlantic/Canary  
      inflating: jre1.6.0_03/lib/zi/Atlantic/Azores  
      inflating: jre1.6.0_03/lib/zi/Atlantic/Madeira  
      inflating: jre1.6.0_03/lib/zi/Atlantic/Bermuda  
      inflating: jre1.6.0_03/lib/zi/Atlantic/South_Georgia  
      inflating: jre1.6.0_03/lib/zi/Atlantic/Stanley  
      inflating: jre1.6.0_03/lib/zi/Australia/Lindeman  
      inflating: jre1.6.0_03/lib/zi/Australia/Hobart  
      inflating: jre1.6.0_03/lib/zi/Australia/Melbourne  
      inflating: jre1.6.0_03/lib/zi/Australia/Perth  
      inflating: jre1.6.0_03/lib/zi/Australia/Sydney  
      inflating: jre1.6.0_03/lib/zi/Australia/Lord_Howe  
      inflating: jre1.6.0_03/lib/zi/Australia/Currie  
      inflating: jre1.6.0_03/lib/zi/Australia/Brisbane  
      inflating: jre1.6.0_03/lib/zi/Australia/Broken_Hill  
      inflating: jre1.6.0_03/lib/zi/Australia/Darwin  
      inflating: jre1.6.0_03/lib/zi/Australia/Eucla  
      inflating: jre1.6.0_03/lib/zi/Australia/Adelaide  
      inflating: jre1.6.0_03/lib/zi/CET  
      inflating: jre1.6.0_03/lib/zi/CST6CDT  
      inflating: jre1.6.0_03/lib/zi/EET  
     extracting: jre1.6.0_03/lib/zi/EST  
      inflating: jre1.6.0_03/lib/zi/EST5EDT  
      inflating: jre1.6.0_03/lib/zi/Etc/UTC  
      inflating: jre1.6.0_03/lib/zi/Etc/GMT-14  
     extracting: jre1.6.0_03/lib/zi/Etc/GMT-13  
      inflating: jre1.6.0_03/lib/zi/Etc/GMT-12  
     extracting: jre1.6.0_03/lib/zi/Etc/GMT-11  
      inflating: jre1.6.0_03/lib/zi/Etc/GMT-10  
      inflating: jre1.6.0_03/lib/zi/Etc/GMT-1  
     extracting: jre1.6.0_03/lib/zi/Etc/GMT+11  
      inflating: jre1.6.0_03/lib/zi/Etc/GMT+12  
     extracting: jre1.6.0_03/lib/zi/Etc/GMT-5  
     extracting: jre1.6.0_03/lib/zi/Etc/GMT+7  
      inflating: jre1.6.0_03/lib/zi/Etc/GMT+10  
      inflating: jre1.6.0_03/lib/zi/Etc/GMT-4  
      inflating: jre1.6.0_03/lib/zi/Etc/GMT+6  
      inflating: jre1.6.0_03/lib/zi/Etc/GMT-3  
     extracting: jre1.6.0_03/lib/zi/Etc/GMT+5  
      inflating: jre1.6.0_03/lib/zi/Etc/GMT-2  
      inflating: jre1.6.0_03/lib/zi/Etc/GMT+4  
     extracting: jre1.6.0_03/lib/zi/Etc/GMT-9  
     extracting: jre1.6.0_03/lib/zi/Etc/GMT+3  
      inflating: jre1.6.0_03/lib/zi/Etc/GMT-8  
      inflating: jre1.6.0_03/lib/zi/Etc/GMT+2  
     extracting: jre1.6.0_03/lib/zi/Etc/GMT-7  
     extracting: jre1.6.0_03/lib/zi/Etc/GMT+1  
      inflating: jre1.6.0_03/lib/zi/Etc/GMT-6  
      inflating: jre1.6.0_03/lib/zi/Etc/GMT+8  
     extracting: jre1.6.0_03/lib/zi/Etc/GMT+9  
      inflating: jre1.6.0_03/lib/zi/Etc/UCT  
      inflating: jre1.6.0_03/lib/zi/Etc/GMT  
      inflating: jre1.6.0_03/lib/zi/Europe/Samara  
      inflating: jre1.6.0_03/lib/zi/Europe/Sofia  
      inflating: jre1.6.0_03/lib/zi/Europe/Monaco  
      inflating: jre1.6.0_03/lib/zi/Europe/Gibraltar  
      inflating: jre1.6.0_03/lib/zi/Europe/Vienna  
      inflating: jre1.6.0_03/lib/zi/Europe/Kaliningrad  
      inflating: jre1.6.0_03/lib/zi/Europe/Malta  
      inflating: jre1.6.0_03/lib/zi/Europe/Madrid  
      inflating: jre1.6.0_03/lib/zi/Europe/Volgograd  
      inflating: jre1.6.0_03/lib/zi/Europe/Minsk  
      inflating: jre1.6.0_03/lib/zi/Europe/Vilnius  
      inflating: jre1.6.0_03/lib/zi/Europe/Lisbon  
      inflating: jre1.6.0_03/lib/zi/Europe/Riga  
      inflating: jre1.6.0_03/lib/zi/Europe/Zurich  
      inflating: jre1.6.0_03/lib/zi/Europe/Luxembourg  
      inflating: jre1.6.0_03/lib/zi/Europe/Dublin  
      inflating: jre1.6.0_03/lib/zi/Europe/Brussels  
      inflating: jre1.6.0_03/lib/zi/Europe/Zaporozhye  
      inflating: jre1.6.0_03/lib/zi/Europe/Simferopol  
      inflating: jre1.6.0_03/lib/zi/Europe/Oslo  
      inflating: jre1.6.0_03/lib/zi/Europe/Rome  
      inflating: jre1.6.0_03/lib/zi/Europe/Tirane  
      inflating: jre1.6.0_03/lib/zi/Europe/Istanbul  
      inflating: jre1.6.0_03/lib/zi/Europe/Copenhagen  
      inflating: jre1.6.0_03/lib/zi/Europe/Bucharest  
      inflating: jre1.6.0_03/lib/zi/Europe/Helsinki  
      inflating: jre1.6.0_03/lib/zi/Europe/Tallinn  
      inflating: jre1.6.0_03/lib/zi/Europe/Amsterdam  
      inflating: jre1.6.0_03/lib/zi/Europe/Athens  
      inflating: jre1.6.0_03/lib/zi/Europe/Uzhgorod  
      inflating: jre1.6.0_03/lib/zi/Europe/Stockholm  
      inflating: jre1.6.0_03/lib/zi/Europe/Berlin  
      inflating: jre1.6.0_03/lib/zi/Europe/Andorra  
      inflating: jre1.6.0_03/lib/zi/Europe/Chisinau  
      inflating: jre1.6.0_03/lib/zi/Europe/Budapest  
      inflating: jre1.6.0_03/lib/zi/Europe/Paris  
      inflating: jre1.6.0_03/lib/zi/Europe/Vaduz  
      inflating: jre1.6.0_03/lib/zi/Europe/Prague  
      inflating: jre1.6.0_03/lib/zi/Europe/Kiev  
      inflating: jre1.6.0_03/lib/zi/Europe/Warsaw  
      inflating: jre1.6.0_03/lib/zi/Europe/Belgrade  
      inflating: jre1.6.0_03/lib/zi/Europe/London  
      inflating: jre1.6.0_03/lib/zi/Europe/Moscow  
      inflating: jre1.6.0_03/lib/zi/GMT  
      inflating: jre1.6.0_03/lib/zi/HST  
     extracting: jre1.6.0_03/lib/zi/Indian/Mahe  
     extracting: jre1.6.0_03/lib/zi/Indian/Comoro  
     extracting: jre1.6.0_03/lib/zi/Indian/Antananarivo  
     extracting: jre1.6.0_03/lib/zi/Indian/Mayotte  
     extracting: jre1.6.0_03/lib/zi/Indian/Mauritius  
     extracting: jre1.6.0_03/lib/zi/Indian/Reunion  
     extracting: jre1.6.0_03/lib/zi/Indian/Kerguelen  
     extracting: jre1.6.0_03/lib/zi/Indian/Maldives  
     extracting: jre1.6.0_03/lib/zi/Indian/Chagos  
     extracting: jre1.6.0_03/lib/zi/Indian/Christmas  
     extracting: jre1.6.0_03/lib/zi/Indian/Cocos  
      inflating: jre1.6.0_03/lib/zi/MET  
     extracting: jre1.6.0_03/lib/zi/MST  
      inflating: jre1.6.0_03/lib/zi/MST7MDT  
      inflating: jre1.6.0_03/lib/zi/PST8PDT  
      inflating: jre1.6.0_03/lib/zi/Pacific/Kiritimati  
      inflating: jre1.6.0_03/lib/zi/Pacific/Funafuti  
      inflating: jre1.6.0_03/lib/zi/Pacific/Tarawa  
      inflating: jre1.6.0_03/lib/zi/Pacific/Majuro  
     extracting: jre1.6.0_03/lib/zi/Pacific/Pitcairn  
     extracting: jre1.6.0_03/lib/zi/Pacific/Kosrae  
      inflating: jre1.6.0_03/lib/zi/Pacific/Efate  
      inflating: jre1.6.0_03/lib/zi/Pacific/Wallis  
     extracting: jre1.6.0_03/lib/zi/Pacific/Guadalcanal  
     extracting: jre1.6.0_03/lib/zi/Pacific/Niue  
     extracting: jre1.6.0_03/lib/zi/Pacific/Pago_Pago  
      inflating: jre1.6.0_03/lib/zi/Pacific/Tongatapu  
      inflating: jre1.6.0_03/lib/zi/Pacific/Kwajalein  
     extracting: jre1.6.0_03/lib/zi/Pacific/Marquesas  
      inflating: jre1.6.0_03/lib/zi/Pacific/Enderbury  
      inflating: jre1.6.0_03/lib/zi/Pacific/Wake  
     extracting: jre1.6.0_03/lib/zi/Pacific/Tahiti  
      inflating: jre1.6.0_03/lib/zi/Pacific/Rarotonga  
      inflating: jre1.6.0_03/lib/zi/Pacific/Fiji  
     extracting: jre1.6.0_03/lib/zi/Pacific/Ponape  
      inflating: jre1.6.0_03/lib/zi/Pacific/Auckland  
      inflating: jre1.6.0_03/lib/zi/Pacific/Norfolk  
      inflating: jre1.6.0_03/lib/zi/Pacific/Johnston  
     extracting: jre1.6.0_03/lib/zi/Pacific/Midway  
      inflating: jre1.6.0_03/lib/zi/Pacific/Guam  
     extracting: jre1.6.0_03/lib/zi/Pacific/Palau  
     extracting: jre1.6.0_03/lib/zi/Pacific/Nauru  
     extracting: jre1.6.0_03/lib/zi/Pacific/Gambier  
     extracting: jre1.6.0_03/lib/zi/Pacific/Apia  
      inflating: jre1.6.0_03/lib/zi/Pacific/Chatham  
      inflating: jre1.6.0_03/lib/zi/Pacific/Port_Moresby  
      inflating: jre1.6.0_03/lib/zi/Pacific/Saipan  
      inflating: jre1.6.0_03/lib/zi/Pacific/Noumea  
     extracting: jre1.6.0_03/lib/zi/Pacific/Fakaofo  
      inflating: jre1.6.0_03/lib/zi/Pacific/Truk  
     extracting: jre1.6.0_03/lib/zi/Pacific/Honolulu  
      inflating: jre1.6.0_03/lib/zi/Pacific/Easter  
     extracting: jre1.6.0_03/lib/zi/Pacific/Galapagos  
      inflating: jre1.6.0_03/lib/zi/SystemV/PST8PDT  
     extracting: jre1.6.0_03/lib/zi/SystemV/YST9  
      inflating: jre1.6.0_03/lib/zi/SystemV/CST6CDT  
      inflating: jre1.6.0_03/lib/zi/SystemV/CST6  
     extracting: jre1.6.0_03/lib/zi/SystemV/MST7  
      inflating: jre1.6.0_03/lib/zi/SystemV/YST9YDT  
      inflating: jre1.6.0_03/lib/zi/SystemV/HST10  
     extracting: jre1.6.0_03/lib/zi/SystemV/EST5  
      inflating: jre1.6.0_03/lib/zi/SystemV/PST8  
      inflating: jre1.6.0_03/lib/zi/SystemV/AST4ADT  
      inflating: jre1.6.0_03/lib/zi/SystemV/AST4  
      inflating: jre1.6.0_03/lib/zi/SystemV/MST7MDT  
      inflating: jre1.6.0_03/lib/zi/SystemV/EST5EDT  
      inflating: jre1.6.0_03/lib/zi/WET  
      inflating: jre1.6.0_03/lib/zi/ZoneInfoMappings  
      inflating: jre1.6.0_03/lib/fontconfig.properties.src  
      inflating: jre1.6.0_03/lib/fontconfig.RedHat.properties.src  
      inflating: jre1.6.0_03/lib/fontconfig.RedHat.2.1.properties.src  
      inflating: jre1.6.0_03/lib/fontconfig.RedHat.3.properties.src  
      inflating: jre1.6.0_03/lib/fontconfig.Sun.properties.src  
      inflating: jre1.6.0_03/lib/fontconfig.Turbo.properties.src  
      inflating: jre1.6.0_03/lib/fontconfig.SuSE.properties.src  
      inflating: jre1.6.0_03/lib/fontconfig.bfc  
      inflating: jre1.6.0_03/lib/fontconfig.RedHat.bfc  
      inflating: jre1.6.0_03/lib/fontconfig.RedHat.2.1.bfc  
      inflating: jre1.6.0_03/lib/fontconfig.RedHat.3.bfc  
      inflating: jre1.6.0_03/lib/fontconfig.Sun.bfc  
      inflating: jre1.6.0_03/lib/fontconfig.Turbo.bfc  
      inflating: jre1.6.0_03/lib/fontconfig.SuSE.bfc  
      inflating: jre1.6.0_03/lib/cmm/sRGB.pf  
      inflating: jre1.6.0_03/lib/cmm/GRAY.pf  
      inflating: jre1.6.0_03/lib/cmm/CIEXYZ.pf  
      inflating: jre1.6.0_03/lib/cmm/PYCC.pf  
      inflating: jre1.6.0_03/lib/cmm/LINEAR_RGB.pf  
      inflating: jre1.6.0_03/lib/plugin.pack  
      inflating: jre1.6.0_03/lib/management/management.properties  
      inflating: jre1.6.0_03/lib/management/snmp.acl.template  
      inflating: jre1.6.0_03/lib/management/jmxremote.password.template  
      inflating: jre1.6.0_03/lib/management/jmxremote.access  
      inflating: jre1.6.0_03/lib/meta-index  
      inflating: jre1.6.0_03/lib/im/indicim.jar  
      inflating: jre1.6.0_03/lib/im/thaiim.jar  
      inflating: jre1.6.0_03/lib/desktop/icons/hicolor/16x16/apps/sun-java.png  
      inflating: jre1.6.0_03/lib/desktop/icons/hicolor/16x16/apps/sun-javaws.png  
      inflating: jre1.6.0_03/lib/desktop/icons/hicolor/16x16/apps/sun-jcontrol.png  
     extracting: jre1.6.0_03/lib/desktop/icons/hicolor/16x16/mimetypes/gnome-mime-text-x-java.png  
     extracting: jre1.6.0_03/lib/desktop/icons/hicolor/16x16/mimetypes/gnome-mime-application-x-java-archive.png  
     extracting: jre1.6.0_03/lib/desktop/icons/hicolor/16x16/mimetypes/gnome-mime-application-x-java-jnlp-file.png  
      inflating: jre1.6.0_03/lib/desktop/icons/hicolor/48x48/apps/sun-java.png  
      inflating: jre1.6.0_03/lib/desktop/icons/hicolor/48x48/apps/sun-javaws.png  
      inflating: jre1.6.0_03/lib/desktop/icons/hicolor/48x48/apps/sun-jcontrol.png  
     extracting: jre1.6.0_03/lib/desktop/icons/hicolor/48x48/mimetypes/gnome-mime-text-x-java.png  
     extracting: jre1.6.0_03/lib/desktop/icons/hicolor/48x48/mimetypes/gnome-mime-application-x-java-archive.png  
     extracting: jre1.6.0_03/lib/desktop/icons/hicolor/48x48/mimetypes/gnome-mime-application-x-java-jnlp-file.png  
      inflating: jre1.6.0_03/lib/desktop/icons/HighContrast/16x16/apps/sun-java.png  
      inflating: jre1.6.0_03/lib/desktop/icons/HighContrast/16x16/apps/sun-javaws.png  
      inflating: jre1.6.0_03/lib/desktop/icons/HighContrast/16x16/apps/sun-jcontrol.png  
      inflating: jre1.6.0_03/lib/desktop/icons/HighContrast/16x16/mimetypes/gnome-mime-text-x-java.png  
      inflating: jre1.6.0_03/lib/desktop/icons/HighContrast/16x16/mimetypes/gnome-mime-application-x-java-archive.png  
      inflating: jre1.6.0_03/lib/desktop/icons/HighContrast/16x16/mimetypes/gnome-mime-application-x-java-jnlp-file.png  
      inflating: jre1.6.0_03/lib/desktop/icons/HighContrast/48x48/apps/sun-java.png  
      inflating: jre1.6.0_03/lib/desktop/icons/HighContrast/48x48/apps/sun-javaws.png  
      inflating: jre1.6.0_03/lib/desktop/icons/HighContrast/48x48/apps/sun-jcontrol.png  
     extracting: jre1.6.0_03/lib/desktop/icons/HighContrast/48x48/mimetypes/gnome-mime-text-x-java.png  
     extracting: jre1.6.0_03/lib/desktop/icons/HighContrast/48x48/mimetypes/gnome-mime-application-x-java-archive.png  
     extracting: jre1.6.0_03/lib/desktop/icons/HighContrast/48x48/mimetypes/gnome-mime-application-x-java-jnlp-file.png  
      inflating: jre1.6.0_03/lib/desktop/icons/HighContrastInverse/16x16/apps/sun-java.png  
      inflating: jre1.6.0_03/lib/desktop/icons/HighContrastInverse/16x16/apps/sun-javaws.png  
      inflating: jre1.6.0_03/lib/desktop/icons/HighContrastInverse/16x16/apps/sun-jcontrol.png  
     extracting: jre1.6.0_03/lib/desktop/icons/HighContrastInverse/16x16/mimetypes/gnome-mime-text-x-java.png  
     extracting: jre1.6.0_03/lib/desktop/icons/HighContrastInverse/16x16/mimetypes/gnome-mime-application-x-java-archive.png  
     extracting: jre1.6.0_03/lib/desktop/icons/HighContrastInverse/16x16/mimetypes/gnome-mime-application-x-java-jnlp-file.png  
      inflating: jre1.6.0_03/lib/desktop/icons/HighContrastInverse/48x48/apps/sun-java.png  
      inflating: jre1.6.0_03/lib/desktop/icons/HighContrastInverse/48x48/apps/sun-javaws.png  
      inflating: jre1.6.0_03/lib/desktop/icons/HighContrastInverse/48x48/apps/sun-jcontrol.png  
     extracting: jre1.6.0_03/lib/desktop/icons/HighContrastInverse/48x48/mimetypes/gnome-mime-text-x-java.png  
     extracting: jre1.6.0_03/lib/desktop/icons/HighContrastInverse/48x48/mimetypes/gnome-mime-application-x-java-archive.png  
     extracting: jre1.6.0_03/lib/desktop/icons/HighContrastInverse/48x48/mimetypes/gnome-mime-application-x-java-jnlp-file.png  
     extracting: jre1.6.0_03/lib/desktop/icons/LowContrast/16x16/apps/sun-java.png  
     extracting: jre1.6.0_03/lib/desktop/icons/LowContrast/16x16/apps/sun-javaws.png  
     extracting: jre1.6.0_03/lib/desktop/icons/LowContrast/16x16/apps/sun-jcontrol.png  
     extracting: jre1.6.0_03/lib/desktop/icons/LowContrast/16x16/mimetypes/gnome-mime-text-x-java.png  
     extracting: jre1.6.0_03/lib/desktop/icons/LowContrast/16x16/mimetypes/gnome-mime-application-x-java-archive.png  
     extracting: jre1.6.0_03/lib/desktop/icons/LowContrast/16x16/mimetypes/gnome-mime-application-x-java-jnlp-file.png  
      inflating: jre1.6.0_03/lib/desktop/icons/LowContrast/48x48/apps/sun-java.png  
      inflating: jre1.6.0_03/lib/desktop/icons/LowContrast/48x48/apps/sun-javaws.png  
      inflating: jre1.6.0_03/lib/desktop/icons/LowContrast/48x48/apps/sun-jcontrol.png  
      inflating: jre1.6.0_03/lib/desktop/icons/LowContrast/48x48/mimetypes/gnome-mime-text-x-java.png  
      inflating: jre1.6.0_03/lib/desktop/icons/LowContrast/48x48/mimetypes/gnome-mime-application-x-java-archive.png  
      inflating: jre1.6.0_03/lib/desktop/icons/LowContrast/48x48/mimetypes/gnome-mime-application-x-java-jnlp-file.png  
      inflating: jre1.6.0_03/lib/desktop/applications/sun-java.desktop  
      inflating: jre1.6.0_03/lib/desktop/applications/sun-javaws.desktop  
      inflating: jre1.6.0_03/lib/desktop/applications/sun_java.desktop  
      inflating: jre1.6.0_03/lib/desktop/mime/packages/x-java-archive.xml  
      inflating: jre1.6.0_03/lib/desktop/mime/packages/x-java-jnlp-file.xml  
      inflating: jre1.6.0_03/lib/locale/de/LC_MESSAGES/sunw_java_plugin.mo  
      inflating: jre1.6.0_03/lib/locale/es/LC_MESSAGES/sunw_java_plugin.mo  
      inflating: jre1.6.0_03/lib/locale/fr/LC_MESSAGES/sunw_java_plugin.mo  
      inflating: jre1.6.0_03/lib/locale/it/LC_MESSAGES/sunw_java_plugin.mo  
      inflating: jre1.6.0_03/lib/locale/ja/LC_MESSAGES/sunw_java_plugin.mo  
      inflating: jre1.6.0_03/lib/locale/ko/LC_MESSAGES/sunw_java_plugin.mo  
      inflating: jre1.6.0_03/lib/locale/ko.UTF-8/LC_MESSAGES/sunw_java_plugin.mo  
      inflating: jre1.6.0_03/lib/locale/sv/LC_MESSAGES/sunw_java_plugin.mo  
      inflating: jre1.6.0_03/lib/locale/zh/LC_MESSAGES/sunw_java_plugin.mo  
      inflating: jre1.6.0_03/lib/locale/zh.GBK/LC_MESSAGES/sunw_java_plugin.mo  
      inflating: jre1.6.0_03/lib/locale/zh_TW/LC_MESSAGES/sunw_java_plugin.mo  
      inflating: jre1.6.0_03/lib/locale/zh_TW.BIG5/LC_MESSAGES/sunw_java_plugin.mo  
      inflating: jre1.6.0_03/lib/locale/zh_HK.BIG5HK/LC_MESSAGES/sunw_java_plugin.mo  
      inflating: jre1.6.0_03/lib/deploy/ffjcext.zip  
      inflating: jre1.6.0_03/lib/deploy/splash.jpg  
      inflating: jre1.6.0_03/lib/deploy/messages.properties  
      inflating: jre1.6.0_03/lib/deploy/messages_zh_TW.properties  
      inflating: jre1.6.0_03/lib/deploy/messages_de.properties  
      inflating: jre1.6.0_03/lib/deploy/messages_es.properties  
      inflating: jre1.6.0_03/lib/deploy/messages_fr.properties  
      inflating: jre1.6.0_03/lib/deploy/messages_it.properties  
      inflating: jre1.6.0_03/lib/deploy/messages_ja.properties  
      inflating: jre1.6.0_03/lib/deploy/messages_ko.properties  
      inflating: jre1.6.0_03/lib/deploy/messages_sv.properties  
      inflating: jre1.6.0_03/lib/deploy/messages_zh_CN.properties  
      inflating: jre1.6.0_03/lib/deploy/messages_zh_HK.properties  
      inflating: jre1.6.0_03/lib/deploy/java-icon.ico  
      inflating: jre1.6.0_03/lib/javaws.pack  
      inflating: jre1.6.0_03/lib/deploy.pack  
      inflating: jre1.6.0_03/lib/jsse.pack  
      inflating: jre1.6.0_03/lib/charsets.pack  
      inflating: jre1.6.0_03/COPYRIGHT   
      inflating: jre1.6.0_03/Welcome.html  
      inflating: jre1.6.0_03/README      
      inflating: jre1.6.0_03/LICENSE     
      inflating: jre1.6.0_03/THIRDPARTYLICENSEREADME.txt  
      inflating: jre1.6.0_03/man/man1/java.1  
      inflating: jre1.6.0_03/man/man1/keytool.1  
      inflating: jre1.6.0_03/man/man1/rmid.1  
      inflating: jre1.6.0_03/man/man1/rmiregistry.1  
      inflating: jre1.6.0_03/man/man1/tnameserv.1  
      inflating: jre1.6.0_03/man/man1/servertool.1  
      inflating: jre1.6.0_03/man/man1/orbd.1  
      inflating: jre1.6.0_03/man/man1/policytool.1  
      inflating: jre1.6.0_03/man/man1/pack200.1  
      inflating: jre1.6.0_03/man/man1/unpack200.1  
      inflating: jre1.6.0_03/man/man1/javaws.1  
        linking: jre1.6.0_03/man/ja      -> ja_JP.eucJP 
      inflating: jre1.6.0_03/man/ja_JP.eucJP/man1/java.1  
      inflating: jre1.6.0_03/man/ja_JP.eucJP/man1/keytool.1  
      inflating: jre1.6.0_03/man/ja_JP.eucJP/man1/rmid.1  
      inflating: jre1.6.0_03/man/ja_JP.eucJP/man1/rmiregistry.1  
      inflating: jre1.6.0_03/man/ja_JP.eucJP/man1/tnameserv.1  
      inflating: jre1.6.0_03/man/ja_JP.eucJP/man1/servertool.1  
      inflating: jre1.6.0_03/man/ja_JP.eucJP/man1/orbd.1  
      inflating: jre1.6.0_03/man/ja_JP.eucJP/man1/policytool.1  
      inflating: jre1.6.0_03/man/ja_JP.eucJP/man1/pack200.1  
      inflating: jre1.6.0_03/man/ja_JP.eucJP/man1/unpack200.1  
      inflating: jre1.6.0_03/man/ja_JP.eucJP/man1/javaws.1  
      inflating: jre1.6.0_03/plugin/i386/ns7/libjavaplugin_oji.so  
      inflating: jre1.6.0_03/plugin/i386/ns7-gcc29/libjavaplugin_oji.so  
     extracting: jre1.6.0_03/plugin/desktop/sun_java.png  
      inflating: jre1.6.0_03/plugin/desktop/sun_java.desktop  
        linking: jre1.6.0_03/javaws/javaws  -> ../bin/javaws 
    Creating jre1.6.0_03/lib/rt.jar
    Creating jre1.6.0_03/lib/jsse.jar
    Creating jre1.6.0_03/lib/charsets.jar
    Creating jre1.6.0_03/lib/ext/localedata.jar
    Creating jre1.6.0_03/lib/plugin.jar
    Creating jre1.6.0_03/lib/javaws.jar
    Creating jre1.6.0_03/lib/deploy.jar
     
    Done.
    jeffery@Roomcomp:~/Desktop$ sudo mv ~/Desktop/jre1.6.0_03 /usr/local/java
    mv: cannot move `/home/jeffery/Desktop/jre1.6.0_03' to `/usr/local/java/jre1.6.0_03': Directory not empty
    jeffery@Roomcomp:~/Desktop$ sudo rm -f /usr/lib32/firefox32/plugins/libjavaplugin_oji.so
    jeffery@Roomcomp:~/Desktop$ sudo ln -s /usr/lib32/firefox32/plugins/ /usr/local/java/plugin/i386/ns7/libjavaplugin_oji.so
    ln: creating symbolic link `/usr/local/java/plugin/i386/ns7/libjavaplugin_oji.so': File exists
    jeffery@Roomcomp:~/Desktop$
    well the first time I ran the removal line, it did give a different message.

    also I'm not sure why the 'mv: cannot move `/home/jeffery/Desktop/jre1.6.0_03' to `/usr/local/java/jre1.6.0_03': Directory not empty'

    appears now. it wasn't there yesterday.

  6. #1466
    Join Date
    Mar 2006
    Location
    cyberspace
    Beans
    6,198
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Howto Install 32 bit Firefox with Flash w/sound and Java for AMD64

    Quote Originally Posted by violagirl23 View Post
    I have a question of behalf of my friend who is relatively new to Linux. He installed your 32 bit firefox with this guide and script and all is well except his sound.... it works, but it only works say, for one thing at a time. I thought maybe his sound card just can't take two inputs at once... my old one sure can't. So he'll open up Firefox and it says right off the bat:
    Code:
    esd: no process killed
    So I figured if he did killall esd and then opened it, it'd fix it.
    Nope, same message.
    And when he opens up youtube, sound works, but if he tries to open up another application with sound in another tab, he can only hear the sound on youtube, nothing on the second tab.
    I tried all your suggested fixes, with alsa-oss too, nothing worked. His sound is WORKING, mind you, just not working in the multi-tasking sense. How could he fix this, so he can hear sound in everything at once?
    Its not possible to have 2 sounds at once. The error isn't really an error, its saying it tried to kill sound so the browser could use it, but there was none to kill. The setup specifically tries to kill sound so the browser can use it when you start it.
    I trust Microsoft as far as I could comfortably spit a dead rat

    I'm in my third year at a Lutheran seminary!

  7. #1467
    Join Date
    Mar 2006
    Location
    cyberspace
    Beans
    6,198
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Howto Install 32 bit Firefox with Flash w/sound and Java for AMD64

    Quote Originally Posted by Fatfool View Post

    well the first time I ran the removal line, it did give a different message.

    also I'm not sure why the 'mv: cannot move `/home/jeffery/Desktop/jre1.6.0_03' to `/usr/local/java/jre1.6.0_03': Directory not empty'

    appears now. it wasn't there yesterday.
    Because you already moved it there, its saying its already done. Type
    Code:
    about:plugins
    into the address bar, if you see a java section, take a screen shot showing the top and attach it.
    I trust Microsoft as far as I could comfortably spit a dead rat

    I'm in my third year at a Lutheran seminary!

  8. #1468
    Join Date
    Dec 2007
    Location
    Michigan
    Beans
    18

    Re: Howto Install 32 bit Firefox with Flash w/sound and Java for AMD64

    Quote Originally Posted by Kilz View Post
    Its not possible to have 2 sounds at once. The error isn't really an error, its saying it tried to kill sound so the browser could use it, but there was none to kill. The setup specifically tries to kill sound so the browser can use it when you start it.
    Wait, that still doesn't seem quite right though. He gives me the impression he COULD have two sounds at once before and I just tested it on my 32 bit Firefox and I have two Youtube videos at once both with sounds (and that's on an old ISA soundcard from Satan!). Is it just something with your script? I don't even run Ubuntu to be honest, I am using FF32 on Gentoo, but I would think the principles to be the same. What is the issue?

  9. #1469
    Join Date
    May 2008
    Beans
    9

    Re: Howto Install 32 bit Firefox with Flash w/sound and Java for AMD64

    Hey, so let me see if I get this straight..

    If I install Gutsy 64bit version, I won't be able to have Flash and Java on my Firefox browser? What if I upgrade Gutsy 64bit to Hardy? same problem?

    I was using 32bits versions of Gutsy and then Hardy, but just yesterday I decided to give 64bit a try and I'm planning to install it today, so I would appreciate a heads up on this issue!

    Thanks!

    *great guide by the way*

  10. #1470
    Join Date
    May 2008
    Beans
    96

    Re: Howto Install 32 bit Firefox with Flash w/sound and Java for AMD64

    Quote Originally Posted by Kilz View Post
    Because you already moved it there, its saying its already done. Type
    Code:
    about:plugins
    into the address bar, if you see a java section, take a screen shot showing the top and attach it.
    unfortunately, there's no java section in that page.

Page 147 of 166 FirstFirst ... 4797137145146147148149157 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •