Where can I download JDK 1.1.8?

Guys, do you know anywhere on sun's website where the 1.1.8 JDK can be found?
It appears to have disappeared from
http://java.sun.com/products/archive/
(Note: I need the JDK and NOT the JRE, since I need to verify that some code compiles and the jre lacks javac.)
Or do you know of some other vendor like IBM who still has a 1.1 jdk around?

What I see is
JDBC Technology
Java 2 Platform Standard Edition (J2SE)      
JDK/JRE - 5.0      
J2SDK/J2RE - 1.4      
J2SDK - 1.3      
J2RE - 1.3      
J2SDK - 1.2      
J2RE - 1.2      
Java Development Kit (JDK)      
JDK 1.1
JRE 1.1
Java Cryptography Extension
So, I see a JDK 1.1 line there and it seems to work for me.

Similar Messages

  • Where can I download jdk 1.1.4 ?

    I am developing an applet to be compatible with the MS JVM.
    I'm using jdk 1.1.8, but am getting some unexpected behaviour on some IE browsers, so am wanting to check by compiling with jdk 1.1.4 - does anyone know where I can download this jdk as it isn't listed at http://java.sun.com/products/archive/
    Cheers,
    James

    With ur latest jdk also u can try:-
    javac -source 1.1 -target 1.1 MyC.java
    Though i dont know wheather it is supported on jdk 1.1.8's javac or not.

  • Where can I download jdk 64 bit for Windows ?

    Don't find it on the download pages.Thanks in advance.

    Just click to download the jdk and it'll give you a menu to select a platform.

  • Where can I download JDK 1.5 or later that can work in Mac OS X 10.5?

    please help me with this one, I am trying to use BlaseDS and I am having problems finding JDK that can be installed on Mac 1.5

    Apple proved their own JDK. You will need to wait until Apple update it. I'm a also a Mac user and I'm keeping my fingers crossed for it to come with Snow Leopard (1.6).
    Apple being Apple haven't given out any news (as far as I know), the latest they have released is Java 1.5 (with some updates I expect).
    Sorry, but we all have to wait :(

  • Where can I download JRockit 6.0 (R27.6.0-50) JDK (64-bit) (for solaris)

    Where can I download JRockit 6.0 (R27.6.0-50) JDK (64-bit) (for solaris) ?
    This page indicates 27.6.5 - but that's not what all the products are certified with.
    http://www.oracle.com/technology/software/products/jrockit/index.html
    http://download.oracle.com/docs/cd/E13196_01/platform/suppconfigs/weblogic/cep_103.html
    http://download.oracle.com/docs/cd/E13196_01/platform/suppconfigs/weblogic/wloc103.html
    http://download.oracle.com/docs/cd/E13196_01/platform/suppconfigs/configs/oracle_ubl/oel40_103.html
    .

    Thanks Henrik. My question is for the same customer that Alex K. was asking about.
    The customer has pointed out that 6.5 != 6.0 , so according to the wording in the documentation, the "all later releases of 6.0" would not apply to 6.5 releases. So the customer would need a precise statement from JRockit product management stating that 6.5 releases are indeed to be included wherever there is a reference to "all later releases of 6.0".
    I did spend some time yesterday in MetaLink. Search Knowledge base -> Oracle JRockit for download gives 38 hits. I did find older versions of WebLogic Server in 763603.1, but nothing for JRockit. If there is another DocId with the JRockit downloads, what is it? Will I find JRockit 64 bit for Solaris 27.6.0 bundled in the WebLogic Server downloads? Guessing from the size of the downloads for Solaris 64bit (they are hundreds of MB smaller than other downloads) - it seems possible that the JVM is not included (I do not have a Solaris machine to install and check). Previously I had assumed the JVM was included, but then the customer wouldn't be asking where they can download from (unless they never bother to look what they installed).
    Michael.Reiche

  • Where can i download java jdk programming tool

    Guys,
    Can any body tell me ,where can i download subject mentioned.
    thanks

    Actually i have worked in java jdk tool,it is command line programm.however, net been tool is the graphical tool for the same purpose,but i didn't know rest of two other tool that why i was asking.
    One thing i know of this form,always we get better answer in broad way as we want.
    --thanks                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Where can i get jdk 1.5 javadoc in Chm format?

    Where can i get jdk 1.5 javadoc in Chm format?

    no idea. don't think Sun distribute it like that, you could always compile it yourself, chm is compiled html, it's pretty straightforward to do, and I'm fairly sure there are free/downloadable HTML compilers available
    google is your friend

  • Where can I download JRE version to be released October 14, 2014?

    I want to do some early testing of the coming JRE, so where can I download a copy of the JRE that will be released on October 14, 2014?

    I want to do some early testing of the coming JRE, so where can I download a copy of the JRE that will be released on October 14, 2014?
    You need to contact Oracle if you desire to participate in any of their test programs.
    The latest public Java release is the JDK 8u20 update. You can download it from the Downloads tab on this page:
    JDK 8 Update Release Notes
    The 'release' you are talking about is likely just the critical patch update as discussed in the 8u20 release notes:
    JDK 8 Update Release Notes
    JRE Expiration Date
    The JRE expires whenever a new release with security vulnerability fixes becomes available. Critical patch updates, which contain security vulnerability fixes, are announced one year in advance on Critical Patch Updates, Security Alerts and Third Party Bulletin. This JRE (version 8u20) will expire with the release of the next critical patch update scheduled for October 14, 2014.
    Unless you are part of Oracle's pre-release test program you will not have access to versions prior to their public release.

  • Where can i download (free) sun.jdbc.odbc.JdbcOdbcDriver?

    where can i download (free) sun.jdbc.odbc.JdbcOdbcDriver?... could u please give me the downlaod path...thanks...thanks million
    mag

    What if that code indicates you don't have it? i
    keep getting a ClassNotFound error for
    sun.jdbc.odbc.JdbcOdbcDriver. i can't d/l the JDK
    from Sun, i'm on OS X; i have downloaded it from
    Apple. i can't find the class anywhere, nor anywhere
    online. ODBC (not java) requires drivers which are OS specific. So it doesn't matter if you have the JDBC driver if you can't find the ODBC driver for the database that you want.
    i thought i was supposed to be able to code
    Java on OS X just fine?JDBC works. That is part of java.
    Drivers are not part of java. They are separate products.
    I suspect that, for example, if you want to connect to Oracle and you get the type 4 drivers from Oracle that they will work just fine on that OS.
    You might find that for the database that you are using that there is no driver (explicitly) for that OS though.

  • Where can I Download The BDK

    Where can I Download The BDK for jre-1_2_2_017-windows-i586-i.exe and jdk-1_2_2_017-windows-i586.exe

    you can use bdk1.0 for jdk1.2
    with clear steps and install link
    http://www.webbasedprogramming.com/Java-1.2-Unleashed/ch25.htm#Heading1

  • Do anyone knows where can I download oracle forms 6.0?

    hi all,
    Do anyone knows where can I download oracle forms 6.0?
    This is quite urgent.
    Please help.
    amy

    Hi all,
    I know this is no longer supported forms 6.0, however, I have an application which is running on forms 6.0 for solaris. Unfortunely, I lost the CD and I have to make some changes on this application. On the mininal changes if I can get back oracle forms 6.0 for solaris.
    Could anyone can tell me where can I download from the web site? I have been search for whole day long, but I could find any.
    Many Thanks,

  • I lost the installation disks for CS4 master collection. Where can I download the installation file?

    Hello,
    I lost the installation disks for CS4 master collection polish version. Where can I download the installation file?

    Hi filmowka,
    Welcome to the Community!
    Go to http://prodesigntools.com/download-adobe-cs4-and-cs3-free-trials-here.html and choose Master collection CS4 from the list.
    Follow the Very Important Section else the download will not start.
    Thanks!
    Ankit

  • Where can I download Safari 2.0.4?

    Question: Where can I download the prior version of Safari for Mac (2.0.4 or 2.x)?
    Background: I subscribe to a service (MLB.TV) that on my Mac only works in Safari 2.0.4.
    I replaced it with the new public beta (3.x), but the site I want to use for watching mlb.tv won't work under this new version.
    I should not have deleted the old version of Safari, but I figured I could always re-install. Now that I WANT to, I cannot find the download!
    [The Apple Download site is useless: when I type "safari" in the downloads search it says "An error occurred. Please try your search again later."]
    15" MacBook Pro 2.2Ghz   Mac OS X (10.4.10)  

    Hi
    Because Safari integrates with other apps. such as Address Book and Mail, changing Safari also requires a change in the files that tie these applications together.
    Sorry to hear your experience at the Apple Store has not been pleasant. Have you spoken to the Store Manager about your experience?
    Regardless of whether you use Safari or not, if Safari is missing from your system, it's possible that complications can arise whenever an upgrade or Security update occurs.
    I have an idea that I just thought of. I'm going to upload to a server a copy of Safari 3.0.2. Meanwhile, if you don't have the Safari 3.0.2 Installer package, download another copy from the Apple Safari site.
    Post your e-mail address and I'll send you the link for the download. It will be in Zip form. When you download the application, double click to unzip it. Then move it to your Applications folder. Next run the Safari Uninstaller in the Installer package to revert to Safari 2.0.4.
    When you list your e-mail, use "at" for the @ sign, and "dot" for .
    Post back

  • From where can I download sample warehouse_inventory.xsd

    From where can I download following sample files:
    There is no file (from the files below) on this location http://www.oracle.com/technology/products/reports/index.html
    Examples\XML_PDS\result\inventory_report.pdf
    The final PDF version of the paper report.
    Examples\XML_PDS\result\inventory_report.rdf
    The final RDF version of the paper report.
    Examples\XML_PDS\scripts\XMLPDS_code.txt
    The various SQL statements you will use in this report.
    Examples\XML_PDS\scripts\warehouse_inventory.xml
    The XML data source for the query in your report.
    Examples\XML_PDS\scripts\warehouse_inventory.xsd
    The XML data stream for your repor

    Hello,
    have you checked here :
    http://www.oracle.com/technology/products/reports/htdocs/search.html?cat=ALP&col=EXA&submit=Search
    Regards

  • Want to download itunes 10.6 and not 10.7 because my comp doesn't support yet, where can I download 10.6 still?

    want to download itunes 10.6 and not 10.7 because my comp doesn't support yet, where can I download 10.6 still?

    iTunes 10.6.3.25 - http://support.apple.com/kb/DL1575

Maybe you are looking for

  • Canon BJC-85 no longer works in Classic

    Client has three Macs, latest an iBook G4 that came with Tiger installed. He has a Canon BJC-85 printer, which he uses to print artwork he creates with an old Broderbund app in Classic. The printer works fine on his OS 9 and 10.3 machines, but in Tig

  • Adobe Reader 11.0.04 SCUP update causing SCCM 2007 SP2 R3 client to crash

    When we started deploying the 11.0.0.4 update for Adobe Reader provided for System Center Updates Publisher (SCUP), we started having failures with our Operating System Deployments. When the 11.0.0.4 update installs during the Install Software Update

  • I want to upgrade my graphics card, what's the restrictions?

    Hello. My MacBook description is 13" Late 2011. I want to upgrade the graphics card. It's currently Intel HD 3000. I want to play games like Guild Wars and Sims City once my finals are over. So probably nVidia something? However, is there a restricti

  • SLIN Issue

    Hi, I have defined the constans as follows : CONSTANTS : c_us       TYPE string VALUE  'United States' . In SLIN, ext prog check, its throwing error " Char. strings w/o text elements will not be translated: 'United States' " How do I get orver this?

  • Affichage dans tableau

    Bonjour à tous J'ai un problème pour l'affichage de données dans un tableau. J'utilise ce programme pour créer une pente entre 2 créneaux de valeurs Ci joint mon programme labview base_temps_2.J'utilise ce programme pour créer une pente entre 2 créne