Need to 'downgrade' to SE 6 x32, can't find download

One of our applications won't run with the 7.x upgrade. Until it is upgraded I've been told to downgrade back to v6. I can't find the Win32 version to download. Does someone know where it might be archived?
Danke,
Paul

202e5e05-392c-4e36-a286-e77e85c7bd19 wrote:
One of our applications won't run with the 7.x upgrade. Until it is upgraded I've been told to downgrade back to v6. I can't find the Win32 version to download. Does someone know where it might be archived?
Danke,
Paul
You have a SERIOUS problem at your organization.
They have allowed someone to install software (JDK v6) without keeping the original version of that software in a version control system. Your IT manager should interview everyone and find out who is trying to sabotage his department.
The second mistake that was made was to upgrade to 7.x without confirming that a backup of v6 was available.
Mistakes like the above should NEVER be tolerated and you should recommend to your IT manager that they adopt new procedures an policies to prevent that from happening in the future.
You can find ALL of the available JDK versions from the same Oracle download page you downloaded 7.x from
http://www.oracle.com/technetwork/java/javase/downloads/index.html
The 'Previous Releases' link will take you to a page where you can select by 'version'.
http://www.oracle.com/technetwork/java/javase/archive-139210.html
And the 'Java SE 6' link will take you to a page that has links for ALL available version 6 downloads
http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-javase6-419409.html
You need to determine what exact version of v6 you were actually using and download that version. Don't make another mistake by just downloading a v6 version that may still not be compatible with features you were previously using.

Similar Messages

  • I have replaced my faulty hard drive on my macbook air 1.1 and need to reinstall the original software where can in find this on the apple web site?

    I have replaced my faulty hard drive on my macbook air 1.1 with a new ssd, I need to reinstall the original software,where can I find this on the apple site?

    There is no download for the software.  The factory software that you are looking for is called ilife.  It is all of the software that would have came preinstalled with your mac on your original hard drive when you first bought it.  You will have to get new software on your computer.  This might actually be a great opurtunity to upgrade to Lions.  Search the Lions software in the mac store and it will come up.  Click add to cart and check out.  The price for it is $20.  I defientely recomend Lions, it has alot of new great features.  Then wate for the install disk to come in the mail.  when it come just pop it in and follow the step by step instructions.  If you dont want to upgrade to lions however you can download the ilife package from apple.com for a small price.  Hope this helps.

  • I need to authorize my computer and I can't find the link for it. I went under Itunes store and there is no link "advanced" or "authorize computer"

    I need to authorize my computer and I can't find the link for it. I looked under Itunes store and there are no links that say "advanced" or "authorize computer"

    Authorization
    Macs:  iTunes Store- About authorization and deauthorization.
    Windows: How to Authorize or Deauthorize iTunes | PCWorld.
    In iTunes you use the Authorize This Computer or De-authorize This Computer option under the Store menu in iTunes' menubar. For Windows use the ALT-S keys to access it. Or turn on Windows 7 and 8 iTunes menus: iTunes- Turning on iTunes menus in Windows 8 and 7.

  • Have a serial number for Acrobat 9 Standard but need a download and can only find download for Pro version.

    I did a factory reset on my old laptop and lost my Adobe Acrobat 9 Standard. I have the serial number but need a download and can only find download for Pro version. When I enter my serial number (standard) into the Pro Installation it says the number is invalid. Any idea where I can download Standard version of 9? Thanks.

    Kimg68365882 did you purchase Acrobat 9 Standard from Adobe directly?  If so and you choose to download the software instead of receive a CD then please see Find a download link on Adobe.com.
    If you originally received the software on CD then please use a computer with an optical drive to copy the contents of the CD to a USB drive.

  • I need to restore my Ipad however I can't find the USB connector. Is there one with the pack?

    I need to restore my Ipad however I can't find the USB connector. Is there one with the pack?

    Pull the USB plug out from the charging adapter.

  • Adobe Elements redemption code? hat do you suggest? I need the serial number to activate and can't find a phone number to call anyone to help!

    I bought Adobe Elements in a box. I have looked for the redemption code and taken what appears to be a code from the back of the box, and another from the envelope. They don't work. What do you suggest? I need the serial number to activate and can't find a phone number to call anyone to help! Please contact me at [removed]
    [personal information removed... Mod - https://forums.adobe.com/docs/DOC-3731]
    [This is an open forum, not Adobe support, please do not post personal information]

    Photoshop Elements is not part of the Cloud, I will move this to that forum
    Photoshop Elements Forum http://forums.adobe.com/community/photoshop_elements
    Select a topic, then click I STILL NEED HELP to activate Photoshop Elements Online chat
    -http://helpx.adobe.com/contact.html?product=photoshop-elements or
    http://helpx.adobe.com/photoshop-elements/kb/troubleshoot-installation-photoshop-elements- premiere.html

  • About MS silverlight! Went to Bing-maps. Got a message saying that I needed a newer version of Silverlight. Can't find silverlight on my McBook Pro. Does it come loaded on OS X, Safari, any Apple software? I do not recall ever installing it? Download it?

    About MS silverlight! Went to Bing-maps. Got a message saying that I needed a newer version of Silverlight. Can't find silverlight on my McBook Pro. Does it come loaded on OS X, Safari, any Apple software? I do not recall ever installing it? Should I follow the pop-up warningg and download it? 

    Thanks John Galt,
    I will do that. Hopfully there will be not compatibility issues. A-NmN.

  • After updating IOS i needed to restore iphone5 and now it can not find a server? almost every update problems

    after updating last IOS  I needed to restore a phone, now it can not find server
    not a first time.

    Hey boj505
    It sounds like your primary goal is restoring your iPhone? I found an article here than can help you out with that:
    iTunes: Restoring iOS software
    http://support.apple.com/kb/ht1414
    Hope that helps,
    David

  • I forrget my securety question for my apple iD and i need the link to reset it how can i find it

    i forrget my securety question for my apple iD and i need the link to reset it how can i find it

    The only thing I can suggest would be to contact AppleCare:
    http://www.apple.com/support/appleid/contact/

  • Where can I find/download the package that contains: OracleConnectionPoolD

    Hi,
    I have classes12.zip and can make successful database connections using Oracle's JDBC driver.
    However, when I tried to run a connection pooling example - from a text book (called "PooledExample.java") - I got the following error messages...
    C:\testdart\testdart\source>javac PooledExample.java
    PooledExample.java:5: package oracle.jdbc.driver does not exist
    import oracle.jdbc.driver.*;
    ^
    PooledExample.java:7: package oracle.jdbc.pool does not exist
    import oracle.jdbc.pool.*;
    ^
    PooledExample.java:15: cannot resolve symbol
    symbol : class OracleConnectionPoolDataSource
    location: class PooledExample
    OracleConnectionPoolDataSource poolDataSrc =
    ^
    PooledExample.java:16: cannot resolve symbol
    symbol : class OracleConnectionPoolDataSource
    location: class PooledExample
    new OracleConnectionPoolDataSource();
    ^
    4 errors
    Where can I find/download the package that contains these classes (I'm assuming that there missing)? Is it possible that JDBC 2.0 works for Oracle9i only? (I'm using Oracle8i)
    I looked on Oracle's website but its not clear where to download this API
    Thanks!!!

    They should be in classes12.zip (oracle.jdbc.driver definitely is). It sounds like you don't have classes12.zip in your classpath when you are compiling. Normally you don't use the Oracle classes directly so you only need classes12.zip when running your application but in your case you are directly referring to them in your Java source code so you need them when you compile.
    Col

  • How can I find download data history?

    I downloaded a file of 46MB, but that is not in Network Pane in Activity Monitor. How can I find download data history?
    Is there any application that can monitor all download and upload data, history etc.

    From  Apple App Store go here https://itunes.apple.com/us/app/magicanpaster/id427378978?mt=12                                                                                     For Manual review Launch Terminal from /Applications/Utilities/ and enter the following command into a single line:
    sqlite3 ~/Library/Preferences/com.apple.LaunchServices.QuarantineEventsV* 'select LSQuarantineDataURLString from LSQuarantineEvent'
    Hit return to see the list of downloaded files

  • From where can i find/download it's tables and data? ("Oracle iDS Froms:...

    i have Student Guide named => "Oracle iDS Froms: Build Internet Application I" from
    Oracle Corporation, part number D32772, May 2001. it uses "The Summit Sporting Goods Schema"
    as an example throughout the book.
    from where can i find/download it's tables and data?
    will be thankful for guidence.
    Arif.

    from where can i find/download it's tables and data? ("Oracle iDS Froms:... Jan 22, 2004 6:34 PM
    Reply
    i have Student Guide named => "Oracle iDS Froms: Build Internet Application I" from
    Oracle Corporation, part number D32772, May 2001. it uses "The Summit Sporting Goods Schema"
    as an example throughout the book.
    from where can i find/download it's tables and data?
    will be thankful for guidence.
    Arif.

  • Where can i find/download elements 10?

    where can i find/download elements 10?

    You can download the trial version of the software thru the page linked below and then use your current serial number if you have one to activate it.
    Be sure to follow the steps outlined in the Note: Very Important Instructions section on the download pages at this site and have cookies enabled in your browser or else the download will not work properly.
    Photoshop/Premiere Elements 10:
    http://prodesigntools.com/photoshop-elements-10-direct-download-links-pse-premiere-pre.htm l

  • HT6015 After successfully signing up for Apple's VPP, I went in to purchase apps, and the only distribution method available is "managed distribution".  Our company does not have a MDM so I need the Redeemable Codes method.  Where can I find once I log in

    After successfully signing up for the Apple Volume Purchasing Program, I went in to purchase a quantity of apps.  The only distribution method that was available was the MDM.  Our company does not have a MDM.  I need redeemable codes.  How do I get that option?  I am using a PC.

    Can I add my existing, licensed apps to my list of 'Purchases' on the Mac App Store so I don't have to buy them twice?
    No. Only apps purchased from the App Store can be re downloaded for free including updates.

  • I need to reinstall photoshop 5. Where can I find the download?

    My computer crashed and I have to reinstall programs. I need to reinstall photoshop 5 Where can I find the download?

    Download the installer from here:
    http://prodesigntools.com/all-adobe-cs5-direct-download-links.html
    Be sure to read & follow the "Note: Very Important Instructions" section to avoid error.

Maybe you are looking for