Hey y sun donot provide JDK 1.4.2.06 for downloads

i wanted to download JDK 1.4.2.06 and i was searching java.sun.com since morning. its not showing the download of the exact version. always i end up in
J2SE 1.4.2_13.
can any one provide me the link to download the exact version???
plsss.....

Hmm, it must be hidden again.
In the blue bar above, click downloads, select previous releases, and select archived releases.

Similar Messages

  • Can you provide 9i & 9iAS iso image files for download next time?

    I've download 9i & 9iAS for Linux,
    and I've burned them into CDs.
    When I tried to install 9i from mounted CD, it failed,
    I've tried several times(waste lots of CDs), but none of them working.
    There's nothing I can do about it except install it from extracted files.
    can you Oracle guys provide an iso images for public download?
    since people can create CDs or simply install them from a mounted iso image on Linux if they don't like.
    Thanks

    Hi mcg-
    You would shift click each file to select them

  • Please provide clear instructions on the procedure for downloading Photoshop Elements 12

    Having tried for numerous hours to download my recent purchase of photoshop elements 12 i would appreciate any assistance in the form of clear instructions.

    try using a different browser if you're having trouble or if you follow all 7 steps you can directly download a trial here:  http://prodesigntools.com/photoshop-elements-12-direct-download-links-premiere.html
    and activate with your serial serial number.
    if you have a problem downloading, you didn't follow all 7 steps, or your browser does not accept cookies. 
    the most common error involves failing to meticulously follow steps 1,2 and/or 3 (which adds a cookie to your system enabling you to download the correct version from adobe.com).

  • Problem in accessing 2 certificates in smart card using Sun PKCS11 Provider

    I have stored 2 certificates in iKey. To acess and use them in Java I am using Sun PKCS11 Provider.
    The program is .
    1. The keyStore.aliases() is returning 1 alias only(instead of 2).
    2. Throwing following error when accessing the private key using
    code: PrivateKey pvt = keyStore.getKey(alias, null);
    Error Message Detail:
    "KeyStoreException: invalid KeyStore state: found 2 private keys sharing CKA_ID 0x00"
    at Sun .. P11KeyStore.getTokenObject(P11KeyStore.java:2135)
    at ...P11KeyStore.engineGetKey(P11KeyStore.java:292

    Did you look at this, Does it help you, Since no one has answered all day, and I will assume you searched for that error first, perhaps you could provide some more detail?
    http://forum.java.sun.com/thread.jspa?threadID=5195275&tstart=15
    Message was edited by:
    mdares

  • Problem with SUN cryptographic provider (PKCS#11)  & EclipseRCP

    Hi all,
    We developed a java program for using cryptographic tokens, for instance,smartcards. The crypto provider from SUN offers the API (PKCS#11) and all cryptographic functions to handle smartcards. The program works as standalone application, but if we are trying to implement the program into Eclipse RCP, it will not work.
    If the program tries to call up the SUN provider constructor, it fails without an error message.
    We searched in different forums, but without any success.
    We do not have any idea to solve this problem.
    Please help us.
    private Provider addToken() throws Exception {
      String pkcs11ConfigFile = "C:\\Downloads\\pkcs11.cfg";
      Provider pkcs11Provider = new sun.security.pkcs11.SunPKCS11(pkcs11ConfigFile);
      Security.addProvider(pkcs11Provider);
      return pkcs11Provider;
    }thx

    Can I ask you one question?
    Which driver did you specify? I mean the smarcard reader driver or the smartcard itself driver?
    If the second, does it come along with the card? because as far as I know I just got the smart card but no software at all (apart the smartcard reader driver).
    Can you help me out with this?
    thanks in advance,
    Marco

  • Error "java.lang.NoClassDefFoundError: sun/security/provider/Sun" in 10.1.2

    Hi,
    I developed an ADF UIX application in JDeveloper 10.1.2. It works fine when I run on embedded oc4j in my machine.
    I deployed it to Oracle Application Server 10g in AIX. When I run the application from the Application Server and try to open a uix page with data I get the following error:
    500 Internal Server Error
    java.lang.NoClassDefFoundError: sun/security/provider/Sun     at oracle.jbo.common.ampool.PoolMgr.createPool(PoolMgr.java:280)     at oracle.jbo.common.ampool.PoolMgr.findPool(PoolMgr.java:482)     at oracle.jbo.common.ampool.ContextPoolManager.findPool(ContextPoolManager.java:165)     at oracle.adf.model.bc4j.DataControlFactoryImpl.findOrCreateSessionCookie(DataControlFactoryImpl.java(Compiled Code))     at oracle.adf.model.bc4j.DataControlFactoryImpl.createSession(DataControlFactoryImpl.java(Compiled Code))     at oracle.adf.model.binding.DCDataControlReference.getDataControl(DCDataControlReference.java(Compiled Code))     at oracle.adf.model.BindingContext.get(BindingContext.java(Compiled Code))     at oracle.adf.model.binding.DCUtil.findSpelObject(DCUtil.java:228)     at oracle.adf.model.binding.DCUtil.findContextObject(DCUtil.java:308)     at oracle.adf.model.binding.DCIteratorBinding.<init>(DCIteratorBinding.java:127)     at oracle.jbo.uicli.binding.JUIteratorBinding.<init>(JUIteratorBinding.java:59)     at oracle.jbo.uicli.binding.JUIteratorDef.createIterBinding(JUIteratorDef.java:58)     at oracle.jbo.uicli.binding.JUIteratorDef.createIterBinding(JUIteratorDef.java:47)     at oracle.adf.model.binding.DCBindingContainerDef.createIterBindings(DCBindingContainerDef.java(Compiled Code))     at oracle.adf.model.binding.DCBindingContainerDef.createBindingContainer(DCBindingContainerDef.java(Compiled Code))     at oracle.adf.model.binding.DCBindingContainerReference.getBindingContainer(DCBindingContainerReference.java(Inlined Compiled Code))     at oracle.adf.model.BindingContext.get(BindingContext.java(Compiled Code))     at oracle.adf.model.binding.DCUtil.findSpelObject(DCUtil.java:228)     at oracle.adf.model.binding.DCUtil.findContextObject(DCUtil.java:308)     at oracle.adf.model.binding.DCUtil.findBindingContainer(DCUtil.java:536)     at oracle.adf.controller.lifecycle.LifecycleContext.initialize(LifecycleContext.java:121)     at oracle.adf.controller.lifecycle.LifecycleContext.initialize(LifecycleContext.java:77)     at oracle.adf.controller.struts.actions.DataActionContext.initialize(DataActionContext.java:51)     at oracle.adf.controller.struts.actions.DataAction.execute(DataAction.java:150)     at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)     at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)     at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)     at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)     at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))     at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java(Compiled Code))     at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java(Compiled Code))     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java(Compiled Code))     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java(Compiled Code))     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java(Compiled Code))     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java(Compiled Code))     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java(Compiled Code))     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java(Compiled Code))     at java.lang.Thread.run(Thread.java:568)
    Can anybody tell/help why I am getting this error?
    Thanks
    Syed

    I believe this counts to be a bug in adf. I met with such errors as well in migration 1012 from NT to AIX platform, and after decompiling adf jar code and tak a look at it, the following code block indicates that In class- oracle.jbo.client.Configuration
    , it is hard coded to get secure provider- sun/security/provider/Sun, as listed below...
    import sun.security.provider.Sun;
    static void checkSecurityProviders()
    Provider aprovider[] = Security.getProviders();
    boolean flag = false;
    for(int i = 0; i < aprovider.length; i++)
    if(!aprovider.getName().equals("SUN"))
    continue;
    flag = true;
    break;
    if(!flag)
    try
    Sun sun = new Sun();
    Security.addProvider(sun);
    catch(Exception exception)
    exception.printStackTrace();
    Adam

  • Sun PKCS11 Provider - charset of configuration

    Hi,
    I have problem with configuring Sun PKCS11 Provider. When I have czech char in path to the nssSecmodDirectory it fails to initialize the provider. The exception is
    Exception in thread "main" java.security.ProviderException: Could not initialize NSS
         at sun.security.pkcs11.SunPKCS11.<init>(SunPKCS11.java:183)
         at sun.security.pkcs11.SunPKCS11.<init>(SunPKCS11.java:90)
         at cz.mathan.multisignature.example.TestNSS.main(TestNSS.java:51)
    Caused by: java.io.IOException: NSS initialization failed
         at sun.security.pkcs11.Secmod.initialize(Secmod.java:199)
         at sun.security.pkcs11.SunPKCS11.<init>(SunPKCS11.java:179)
         ... 2 more
    Do you know how to solve this problem?
    Thanks
    Lucie

    @see this link:
    http://forum.java.sun.com/thread.jspa?messageID=10308914

  • Bug in 'sun.security.provider.MD5'

    I have created a non-blocking server and a blocking client using NIO and SSLEngine.
    I have put the two in an endless read/write loop, i.e
    - the client writes to the server
    - the server reads
    - the server writes to the client
    - the client reads
    and so on...
    Everything works fine for a while, the "while" being almost constant, the I get the following exception:
    Exception in thread "Thread-0" java.lang.StackOverflowError
            at sun.security.provider.MD5.implCompress(MD5.java:129)
            at sun.security.provider.MD5.implDigest(MD5.java:92)
            at sun.security.provider.DigestBase.engineDigest(DigestBase.java:169)
            at sun.security.provider.DigestBase.engineDigest(DigestBase.java:148)
            at java.security.MessageDigest$Delegate.engineDigest(MessageDigest.java:545)
            at java.security.MessageDigest.digest(MessageDigest.java:323)
            at com.sun.crypto.provider.HmacCore.b(DashoA13*..)
            at com.sun.crypto.provider.HmacMD5.engineDoFinal(DashoA13*..)
            at javax.crypto.Mac.doFinal(DashoA13*..)
            at com.sun.net.ssl.internal.ssl.MAC.compute(MAC.java:172)
            at com.sun.net.ssl.internal.ssl.MAC.compute(MAC.java:136)
            at com.sun.net.ssl.internal.ssl.EngineInputRecord.checkMAC(EngineInputRecord.java:193)
            at com.sun.net.ssl.internal.ssl.SSLEngineImpl.readRecord(SSLEngineImpl.java:881)
            at com.sun.net.ssl.internal.ssl.SSLEngineImpl.readNetRecord(SSLEngineImpl.java:791)
            at com.sun.net.ssl.internal.ssl.SSLEngineImpl.unwrap(SSLEngineImpl.java:667)
            at javax.net.ssl.SSLEngine.unwrap(SSLEngine.java:607)
            at pt.jmdsc.coms.SSLChannel.read(SSLChannel.java:126)This seems to be a bug in the MD5 class of the provider, has anyone come across the same issue?

    Yip I did shorten the post, the last 4 lines below keep repeating
    Exception in thread "Thread-0" java.lang.StackOverflowError
            at sun.security.provider.MD5.implCompress(MD5.java:129)
            at sun.security.provider.DigestBase.engineUpdate(DigestBase.java:116)
            at java.security.MessageDigestSpi.engineUpdate(MessageDigestSpi.java:97)
            at java.security.MessageDigest$Delegate.engineUpdate(MessageDigest.java:541)
            at java.security.MessageDigest.update(MessageDigest.java:311)
            at com.sun.crypto.provider.HmacCore.a(DashoA13*..)
            at com.sun.crypto.provider.HmacMD5.engineUpdate(DashoA13*..)
            at javax.crypto.Mac.update(DashoA13*..)
            at com.sun.net.ssl.internal.ssl.MAC.compute(MAC.java:167)
            at com.sun.net.ssl.internal.ssl.MAC.compute(MAC.java:136)
            at com.sun.net.ssl.internal.ssl.EngineInputRecord.checkMAC(EngineInputRecord.java:193)
            at com.sun.net.ssl.internal.ssl.SSLEngineImpl.readRecord(SSLEngineImpl.java:881)
            at com.sun.net.ssl.internal.ssl.SSLEngineImpl.readNetRecord(SSLEngineImpl.java:791)
            at com.sun.net.ssl.internal.ssl.SSLEngineImpl.unwrap(SSLEngineImpl.java:667)
            at javax.net.ssl.SSLEngine.unwrap(SSLEngine.java:607)
            at pt.jmdsc.coms.SSLChannel.read(SSLChannel.java:126)
            at pt.jmdsc.coms.Client.read(Client.java:92)
            at pt.jmdsc.coms.Client.write(Client.java:85)
            at pt.jmdsc.coms.Client.read(Client.java:92)
            at pt.jmdsc.coms.Client.write(Client.java:85)
            ....

  • JCE requires: java.lang.RuntimePermission requires accessClassInPackage.sun.security.provider

    I'm trying to use the JCE with JWS1.0.2. All I want to do is generate a KeyPair and I can NOT use a signed application. The code is:
    public static KeyPair genDHKeyPair() throws Exception {
    // properties...
    DHParameterSpec dhSkipParamSpec;
    dhSkipParamSpec = new      DHParameterSpec(skip1024Modulus, skip1024Base);
    KeyPairGenerator keyPairGenerator = KeyPairGenerator.getInstance("DH");
    keyPairGenerator.initialize(dhSkipParamSpec);
    KeyPair keyPair = keyPairGenerator.generateKeyPair();
    return keyPair;
    I'm using JDK1.4. This code works fine outside of JWS.
    If I call this code I get an exception that states I need the stated RuntimePermission. IMHO this is a bug because I should be able to make use of simple standard extension methods like this. Is getting an instance of a KeyPairGenerator and generating a key pair a security risk?
    The fix for this should be a simple addition to the security policy for JWS which gives SUN javax.crypto code access to the appropriate RuntimePermission.
    Can anyone think of a reason why NOT to do this?
    Thank you.
    BTW, here's the Exception you would get if you tried this:
    java.security.AccessControlException: access denied (java.lang.RuntimePermission accessClassInPackage.sun.security.provider)
         at java.security.AccessControlContext.checkPermission(AccessControlContext.java:270)
         at java.security.AccessController.checkPermission(AccessController.java:401)
         at java.lang.SecurityManager.checkPermission(SecurityManager.java:542)
         at java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1513)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:262)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:262)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:322)
         at com.wss.calendar.client.swing.Main.main(Main.java:47)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sun.javaws.Launcher.executeApplication(Launcher.java:739)
         at com.sun.javaws.Launcher.executeMainClass(Launcher.java:701)
         at com.sun.javaws.Launcher.continueLaunch(Launcher.java:584)
         at com.sun.javaws.Launcher.handleApplicationDesc(Launcher.java:328)
         at com.sun.javaws.Launcher.handleLaunchFile(Launcher.java:166)
         at com.sun.javaws.Launcher.run(Launcher.java:134)
         at java.lang.Thread.run(Thread.java:536)

    hi there,
    Please I have the same problem in an applet that uses DSA with the following call:
    pkey = (PublicKey) new DSAPublicKey(server_pub_key);
    The Exception i am having on the console is
    java.security.AccessControlException: access denied (java.lang.RuntimePermission accessClassInPackage.sun.security.provider)
    Note that I am NOT using JCE and that both netscape and IE browsers gave this error
    Can somebody help me please?
    Thanks in advance,
    JPDib

  • Why SUN not providing VM for PDA (Pocket PC)

    Why is SUN not providing VM for PDA (Pocket PC)??
    We need to use third party VMs. and most of the Vms are not free.
    Is there any VM for pocket PC which supports atleast J2SE 1.2??
    Thanks in advance

    Since there are so many different confiurations and profiles, coupled with the large number of PDA Operating Systems, sun dont bother making VM's for all of them and so leave it up to third parties to make them. Sun then verifys the VM's fulfil the micro edition virtual machine spec.
    there are also political reasons; ie. sun dosent want to make life any easier for microsoft and so are damed if theyt are going to write a VM for windows CE/XP eMbedded. If they ever do support any particular platform its probobly gonna be Palm.
    Here's a list of VM's along with technical specs.
    http://www.comp.lancs.ac.uk/computing/users/fittond/ppcjava.html
    Danny

  • See error (Class Name: com.sun.data.provider.impl.CachedRowSetDataProvider

    hi maseter
    sir i try to user user given user password check form database
    i have two text box and one button
    i select partytable from verver side and drop in form
    then use partytabledataprovider see in sessionbeen1
    i use this code not reeor in build time but when i run project then give me error
    =================
    RowKey userRowKey = partytableDataProvider.findFirst
    (new String[] { "partytable.partyid", "partytable.title" },
    new Object[] { username.getText(), password.getText() });
    if (userRowKey == null) {
    ty.setValue("userid not right");
    else {
    ty.setValue("welcom in page");
    ===============
    ////(((((// String stid = (String) partytableDataProvider.getValue("PARTYTABLE.PARTYID");
    // ty.setValue(stid);*/
    see my error
    Exception Details: java.lang.IllegalArgumentException
    partytable.partyid
    Possible Source of Error:
    Class Name: com.sun.data.provider.impl.CachedRowSetDataProvider
    File Name: CachedRowSetDataProvider.java
    Method Name: getFieldKeyInternal
    Line Number: 481
    Source not available. Information regarding the location of the exception can be identified using the exception stack trace below.
    Stack Trace:
    com.sun.data.provider.impl.CachedRowSetDataProvider.getFieldKeyInternal(CachedRowSetDataProvider.java:481)
    com.sun.data.provider.impl.CachedRowSetDataProvider.getFieldKey(CachedRowSetDataProvider.java:439)
    com.sun.data.provider.impl.AbstractTableDataProvider.findFirst(AbstractTableDataProvider.java:143)
    logintestform.Page1.button2_action(Page1.java:442)
    sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2)
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    sun
    please give me idea how i check user give username and password form table
    thank's
    aamir

    Hi ,
    Wondering if you were able to get past this issue. If not , I would suggest checking the prefix's on the metadata of the column name.
    Radhika

  • Sun Java Wireless Toolkit 2.5 for CLDC final release available for download

    We are proud to annouce that the final release of the WTK 2.5 is now available for download: http://java.sun.com/products/sjwtoolkit/download-2_5.html
    New features include:
    -support for the Mobile Service Architecture (JSR 248) platform
    -new supporting utilities to support application development for newly supported JSRs
    -new and updated emulator skins
    Download today!
    http://java.sun.com/products/sjwtoolkit/download-2_5.html

    Hi,
    Yes, we are working on making a linux release available, but we don't have a specific date as of yet. We'll provide updates as soon as we have a better idea.
    Thanks,
    E-ming

  • Would like JDK 5.0 Release Candidate for Windows AMD64

    Hi,
    Not able to find JDK 5.0 Release Candidate for Windows AMD64 installable. Sun site showing error while donwloading.
    Can any body know where shud I get JDK 5.0 Release Candidate for Windows AMD64 downlods

    http://java.sun.com/j2se/1.5.0/download.jsp[/cod
    e]Okays, tried it, doesn't work for me either.

  • How to provide the user with a list of files to pick from...for downloading

    hai..
    I have uploaded the file succesfully.. now we need to download the file...... which has been uploaded..... for that we have implemnted the Query as..
    select max(id) from APEX_APPLICATION_FILES ,here the latest uploaded record will be retrieved and shown.
    Now We want to provide the user with a list of files to pick from for downloading..,Dat is he should be shown the list of files which is available from dat he has to select one file to downlaod ???
    can u plz tell me how to do it....
    anoo

    Hi Anoo,
    Create a report using the following SQL statement:
    SELECT ID,
    FILENAME,
    CREATED_ON
    FROM APEX_APPLICATION_FILES
    ORDER BY CREATED_ON DESCThere are other fields available from the table, but the above gives you a start.
    Then edit the report's Report Attributes.
    Edit the CREATED_ON column and pick a Number/Date Format to use for the display and Apply Changes
    Edit the ID column. In the Column Link section, enter:
    Link Text: &lt;img src="#IMAGE_PREFIX#download.gif" alt="Download"&gt;
    Target: URL
    URL: p?n=#ID#
    Apply Changes and run your report
    Andy

  • Fbl5n: The printer provides me only one customer items for each page...

    Hi all,
    launching t.code FBL5N, and printing the repost list, the printer provides me only one customer items for each page...
    I'd like obtaining more customer items for each page...
    What to do?
    Thanks

    Hi Umberto..
    Thats how the standard report works..
    To meet your requirement, you would probably need to look at another standard report.
    In case you need further clarification, please feel free to write to me..
    Good Luck!
    Lucid-Mind...

Maybe you are looking for

  • How to install a CS 5.5 student&teacher Ed on Mac, my first download being on Windows?

    Hi all, I am trying to install CS 5.5 Student and Teacher Edition on my 2nd computer, a Mac. My first download was on a Windows platform, and I cannot find the right download link... Thanks! Martin

  • Kodo 3.4.0 now available

    Hi, Kodo 3.4.0 is available now! Get your copy at http://solarmetric.com/kodo/releases/3.4.0 * Query cache now caches aggregates and projections, including queries that use grouping * Added support for savepoints, with both in-memory and JDBC3 plugin

  • Yahoo sites dont load in Firefox form some days.

    I have not been able to access Yahoo site or Yahoo Messanger form 3-4 days. When i try to browse Yahoo am directed to a page which tells me to register for Gmail. I have got Quick Heal installed and no viruses are found.

  • How do i delete everything off of my macbook air?

    How do I delete everything off of my MacBook Air?

  • Debugging the procedure

    Hi, How can we debug the procedure in a package without sufficient privilages, is it possible ? if possible / if not possible which is the best way/tool for debugging the stored procedures thanks a lot