Downloading of java 2 SDk, version 1.4.1_01

I am trying to download the subject version , but whenever I click on the file
j2sdk-1_4_1_01-windows-i586.exe .
after some time, message appearthat Gateway time pass.I am a student at York university Toronto.I need this version to do my labs at home,
4 months ago I have downloaded java 2 SDk ,version 1.4.0_01 successfully,
I have already removed this version to install the new one.
Even now I have tried to download old version again fofor trial but failed.My operating system is Window 98(second edition) with latest version of internet explorer(browser ) and my internet provider is roger internet cable

I have found out that sometimes the "ftp" links for download don't work. Use the last link that appears, it should be a "http" link. And follow the whole process of accepting the terms and so on.
Regards.

Similar Messages

  • Java SDK version 5 update 5 incompatible with J2ME WTK1.0.4_02? Help!

    Hi guys,
    Total newb here, and frustrated beyond measure at my own ignorance. I'm trying to write some basic java apps for a cellphone.
    I have downloaded the latest Java SDK from Sun, and the Wireless Development Toolkit.
    Sadly, following the instructions to the letter, the demos all fail to compile with an error
    javac: target release 1.1 conflicts with default source release 1.5I've spent the last three hours combing this forum and the web for a solution and I'm stumped. The best advice I've found is to download the 1.4.2 SDK (but that doesn't appear to be available any more... anyone?) or to some command line arguments like -source or -target. Problem there is that the WTK doesn't seem to provide the option of passing arguments to the compiler.
    Could somebody please put me out of my misery and advise me what the best way past problem is?
    Thanks
    -A

    Download 1.4.2 SDK here:
    http://java.sun.com/j2se/1.4.2/download.html

  • JAVA Runtime version 1.4.2_06

    Hi,
    I need to download the Java Runtime Version 1.4.2_06 and I cannot seem to find a place to download the proper installation file. The Sun site was no help and I can't seem to find it on the Apple site. Any help in getting this exact version would be greatly appreciated.
    Dave

    Dave
    Welcome to Apple Discussions!!
    I need to download the Java Runtime Version 1.4.2_06I don't know if Java Update 1.4.2 will give you that exact version, since my java is now 1.5. Any files I have left over refer only to "1.4.2" with no suffix.

  • About Java runtime version 1.4.1_02

    Hi,
    Before I've tried to setup Citrix connection in my machine, I've got such problem for not having this. But can we find out such runtime in the web?
    Thks & Bst Rgds,
    Huamin

    Dave
    Welcome to Apple Discussions!!
    I need to download the Java Runtime Version 1.4.2_06I don't know if Java Update 1.4.2 will give you that exact version, since my java is now 1.5. Any files I have left over refer only to "1.4.2" with no suffix.

  • WLST fails to createDomain on Mac with SDK version error

    I'm attempting to use some WLST scripts that build out a local development domain. Currently, the scripts are failing when run against WLS 10.3 on Macintosh, failing on what appears to be a SDK detection problem. The details of the error are shown below with some platform hints.
    Any clues, hacks, or hints on correcting this would be very helpful.
    Mac OS X 10.6.3
    *% java -version*
    java version "1.6.0_17"
    Java(TM) SE Runtime Environment (build 1.6.0_17-b04-248-10M3025)
    Java HotSpot(TM) 64-Bit Server VM (build 14.3-b01-101, mixed mode)
    Error
    Template read
    Error: writeDomain() failed. Do dumpStack() to see details.
    com.bea.plateng.domain.script.jython.WLSTException: com.bea.plateng.domain.script.ScriptException: Java SDK version must be 1.4 or higher
         at com.bea.plateng.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:51)
         at com.bea.plateng.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:1464)
         at com.bea.plateng.domain.script.jython.WLScriptContext.writeDomain(WLScriptContext.java:803)
         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:597)
         at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:160)
         at org.python.core.PyMethod.__call__(PyMethod.java:96)
         at org.python.core.PyObject.__call__(PyObject.java:270)
         at org.python.core.PyInstance.invoke(PyInstance.java:261)
         at org.python.pycode._pyx3.writeDomain$14(/private/tmp/WLSTOfflineIni6042307889753572219.py:71)
         at org.python.pycode._pyx3.call_function(/private/tmp/WLSTOfflineIni6042307889753572219.py)
         at org.python.core.PyTableCode.call(PyTableCode.java:208)
         at org.python.core.PyTableCode.call(PyTableCode.java:267)
         at org.python.core.PyFunction.__call__(PyFunction.java:172)
         at org.python.pycode._pyx16.f$0(/private/tmp/Mac/createDomain.py:219)
         at org.python.pycode._pyx16.call_function(/private/tmp/Mac/createDomain.py)
         at org.python.core.PyTableCode.call(PyTableCode.java:208)
         at org.python.core.PyCode.call(PyCode.java:14)
         at org.python.core.Py.runCode(Py.java:1135)
         at org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:167)
         at weblogic.management.scripting.WLST.main(WLST.java:129)
         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:597)
         at weblogic.WLST.main(WLST.java:29)
    Caused by: com.bea.plateng.domain.script.ScriptException: Java SDK version must be 1.4 or higher
         at com.bea.plateng.domain.script.ScriptExecutor.saveJDKInfo(ScriptExecutor.java:3789)
         at com.bea.plateng.domain.script.ScriptExecutor.saveDomainCreationOptions(ScriptExecutor.java:2757)
         at com.bea.plateng.domain.script.ScriptExecutor.writeDomain(ScriptExecutor.java:556)
         at com.bea.plateng.domain.script.jython.WLScriptContext.writeDomain(WLScriptContext.java:795)
         ... 25 more

    Hi javafueled,
    I too had this issue and have just discovered that if I remove the 'jre' hack was needed to install the server, then my scripts start working.
    (i.e. reverse the jre actions that are described here : http://samuraism.jp/blog/2008/09/20/running_weblogic_server_10g_release_3_on_a_mac.html )
    Hope this helps,
    Tim.

  • Print of Java 3D version

    Hey, forgive me if this is a stupid question, but I was wondering if there is a System call to print the version of Java 3D that is running on a system. You know, just like how you can do a
    System.out.println(java.specification.version+ ": " + System.getProperty(java.specification.version));to see the Java SDK version, but I would like to see the Java 3D version. thanks.

    Well, I found an answer to my question so I'll post it here:
    http://www.talkaboutprogramming.com/group/comp.lang.java.3d/messages/5068.html

  • Why we have separate azure java SDK for linux and windows

    I saw different links for downloading azure java SDK for linux and windows.
    What difference does it actually have when java is platform independent? Or both are same jars?

    Hi,
    Thank you for your post.
    It contains the same jar files.
    Regards,
    Mekh.

  • Mac Version of Java SDK?

    I was on Sun's website looking for a Mac version of their Java SDK. I am having a hard time finding it. My professor told us we needed Java 2 SDK, Standard Edition, v 1.4.2_05 (J2SE) for our CS class. Is this what is downloaded through software update or am I looking for something else? Does it exist?

    Type this into the Terminal.app's window:
    java -version
    and find out what's set as the default. See
    http://www.apple.com/support/downloads/java131and142release2.html and
    http://www.apple.com/support/downloads/java2se50release3.html for details.

  • Correct version of Java SDK for Red Hat 4 ES on x86_64

    I need to install the Java SDK for Red Hat 4 ES on x86_64 and I'm unable to find the correct version to download.
    Note 716604 says to download 1.4.2_13 at java.sun.com but the I can't find the Linux x86_64 bit version.  Note 941595 is for Windows and Solaris only.
    Red Hat's site mentions two versions; java-1.4.2-ibm and java-1.4.2-bea.  I cannot find any SAP notes that mention those names.  Has anyone used these successfully on Red Hat 4 x86_64?
    Does anyone know where I can download the correct version of Java SDK?
    Thanks

    <a href="https://www14.software.ibm.com/webapp/iwm/web/reg/download.do?source=lxdk&S_PKG=amd64142sr7&S_TACT=105AGX05&S_CMP=JDK&lang=en_US&cp=UTF-8">https://www14.software.ibm.com/webapp/iwm/web/reg/download.do?source=lxdk&S_PKG=amd64142sr7&S_TACT=105AGX05&S_CMP=JDK&lang=en_US&cp=UTF-8</a>
    I can open that link without a problem.
    Check again...
    Markus

  • Sentinel SDK support for Java JDK Version 7

    According to Oracle:
    "Java SE 6 End of Public Updates
    After February 2013, Oracle will no longer post updates of Java SE 6 to
    its public download sites. Existing Java SE 6 downloads already posted
    as of February 2013 will remain accessible in the Java Archive on Oracle
    Technology Network. Developers and end-users are encouraged to update to
    the most recent Java SE versions. "
    When will the Sentinel SDK be compatible with Java 7?
    There are security concerns with having out-of-date Java versions on
    systems.
    rkhobson
    rkhobson's Profile: https://forums.netiq.com/member.php?userid=2814
    View this thread: https://forums.netiq.com/showthread.php?t=46949

    rkhobson;226030 Wrote:
    > According to Oracle:
    >
    > "Java SE 6 End of Public Updates
    > After February 2013, Oracle will no longer post updates of Java SE 6 to
    > its public download sites. Existing Java SE 6 downloads already posted
    > as of February 2013 will remain accessible in the Java Archive on Oracle
    > Technology Network. Developers and end-users are encouraged to update to
    > the most recent Java SE versions. "
    >
    >
    > When will the Sentinel SDK be compatible with Java 7?
    >
    > There are security concerns with having out-of-date Java versions on
    > systems.
    I would consider it compatible as of right now. I've used it under
    Java 7 reliably for the last 6-9 months, and have not run into any
    problems with it to date. If you do run into any problems, feel
    welcome to open an issue with NTS and we can look into it.
    brandon.langley
    brandon.langley's Profile: https://forums.netiq.com/member.php?userid=350
    View this thread: https://forums.netiq.com/showthread.php?t=46949

  • Problem in download SAP Netweaver  Java Trial Version

    Hi,
    I am trying to download the "SAP NetWeaver 7.0 Java Trial Version" but it is giving an error. Can anyone help me?
    This the error;
    An error occurred while processing your request.
    Reference #172.57cf648.1208872749.4edd3d6
    Also, I have downloaded the ABAP version but it is not installing, in the middle of installation, it gives an error.
    Thanks
    Rana khan

    Thanks, Here is the log;
    (Apr 22, 2008 1:24:03 AM), Install, com.sap.installshield.maxdb.maxdb_call_sdbinst, err, An error occurred and product installation failed.  Look at the log file I:\sapdb\log.txt for details.
    (Apr 22, 2008 1:24:03 AM), Install, com.sap.installshield.maxdb.maxdb_call_sdbinst, err, ProductException: (error code = 601; message="An Error happened during call of MaxDB Tool sdbinst. Check end of Logfile E:/WINDOWS/TEMP/MaxDBSAPNWPREV.log")
    STACK_TRACE: 22
    ProductException: (error code = 601; message="An Error happened during call of MaxDB Tool sdbinst. Check end of Logfile E:/WINDOWS/TEMP/MaxDBSAPNWPREV.log")
         at com.sap.installshield.maxdb.maxdb_call_sdbinst.install(maxdb_call_sdbinst.java:193)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installProductAction(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.getResultForProductAction(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitComponent(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitInstallableComponents(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBeans(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installProduct(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.installshield.wizard.service.LocalImplementorProxy.invoke(Unknown Source)
         at com.installshield.wizard.service.AbstractService.invokeImpl(Unknown Source)
         at com.installshield.product.service.product.GenericProductService.installProduct(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installAssembly(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.access$900(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(Unknown Source)
         at com.installshield.wizard.service.AsynchronousOperation.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    (Apr 22, 2008 1:44:58 AM), Install, com.sap.installshield.maxdb.maxdb_call_sdbinst, err, An error occurred and product installation failed.  Look at the log file I:\sapdb\log.txt for details.
    (Apr 22, 2008 1:44:58 AM), Install, com.sap.installshield.maxdb.maxdb_call_sdbinst, err, ProductException: (error code = 601; message="An Error happened during call of MaxDB Tool sdbinst. Check end of Logfile E:/WINDOWS/TEMP/MaxDBSAPNWPREV.log")
    STACK_TRACE: 22
    ProductException: (error code = 601; message="An Error happened during call of MaxDB Tool sdbinst. Check end of Logfile E:/WINDOWS/TEMP/MaxDBSAPNWPREV.log")
         at com.sap.installshield.maxdb.maxdb_call_sdbinst.install(maxdb_call_sdbinst.java:193)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installProductAction(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.getResultForProductAction(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitComponent(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitInstallableComponents(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBeans(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installProduct(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.installshield.wizard.service.LocalImplementorProxy.invoke(Unknown Source)
         at com.installshield.wizard.service.AbstractService.invokeImpl(Unknown Source)
         at com.installshield.product.service.product.GenericProductService.installProduct(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installAssembly(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.access$900(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(Unknown Source)
         at com.installshield.wizard.service.AsynchronousOperation.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    (Apr 22, 2008 2:51:49 AM), Install, com.sap.installshield.maxdb.maxdb_call_sdbinst, err, An error occurred and product installation failed.  Look at the log file I:\sapdb\log.txt for details.
    (Apr 22, 2008 2:51:49 AM), Install, com.sap.installshield.maxdb.maxdb_call_sdbinst, err, ProductException: (error code = 601; message="An Error happened during call of MaxDB Tool sdbinst. Check end of Logfile E:/WINDOWS/TEMP/MaxDBSAPNWPREV.log")
    STACK_TRACE: 22
    ProductException: (error code = 601; message="An Error happened during call of MaxDB Tool sdbinst. Check end of Logfile E:/WINDOWS/TEMP/MaxDBSAPNWPREV.log")
         at com.sap.installshield.maxdb.maxdb_call_sdbinst.install(maxdb_call_sdbinst.java:193)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installProductAction(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.getResultForProductAction(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitComponent(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitInstallableComponents(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBeans(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installProduct(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.installshield.wizard.service.LocalImplementorProxy.invoke(Unknown Source)
         at com.installshield.wizard.service.AbstractService.invokeImpl(Unknown Source)
         at com.installshield.product.service.product.GenericProductService.installProduct(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installAssembly(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.access$900(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(Unknown Source)
         at com.installshield.wizard.service.AsynchronousOperation.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)

  • Downloading and Installing Java SDK for AIX

    Could anyone please tell me where can i download Java SDk for AIX and how to install it before installing SAP?
    Thanks in Advance

    Hi Mega,
    You can downloads Java SDK 1.4.2 from this location, just choose the OS,
    https://sdlc5d.sun.com/ECom/EComActionServlet;jsessionid=CA558AF3F6842F61D26641D9A6853DCA
    installation is very simple, just copy the downloaded file and execute by running <b>./<name of the file>.sh</b> at the command prompt.
    Regards
    Juan
    Please reward with points if helpful

  • How can I download the original Apple version of Java 6 please?

    I have an iMac OSX 10.10.1 Yosemite with Java 1.8.0_25. How can I download the original Apple version of Java 6 please? All my attempts are referred to the latest version of Java, which I already have! Catch 22!
    Thanks

    Java
    http://support.apple.com/kb/DL1572?viewlocale=en_US&locale=en_US

  • Java 2 SDK, v 1.3.1_01 does not instal on win 2000

    I tried to install Java 2 SDK, v 1.3.1_01 Software for Windows 95 / 98 / 2000 / NT 4.0 / ME (Intel Platform), on my windows 2000 professional edition machine, but it stopped before bringing up the installshied. I got the following message & then nothing happened ...
    "JDK is preparing Installshield wizard which will guide you through the rest of the process..."
    But the installshield never came up & nothing happened after this.
    I saw somebody else on the forum facing the same problem, but there was no reply to his question.
    Can anyone help???
    Thanks,
    Harpreet

    I did not have administrative privelages on my PC, that was the preoblem, but I think SUN needs to give a better error code (at least one) during installation if one does not have administrative privelages.
    Thanks!!
    Harpreet

  • JFrame with java version '1.4.1_01'

    I use java version 1.4.1_01-b01.
    When my class extends a JFrame, it give me a warning :
    Warning: Cannot convert string "-monotype-arial-regular-r-normal--*-140-*-*-p-*-iso8859-1" to type FontStruct
    although it works fine, but I don't feel good with a warning. Anybody knows how to solve this problem? there is no warning message for java version 1.4.1.
    Thanks
    Wen

    The warning message you get,
    is this a warning to the whole file
    or is it just for a spesific part ?
    You may use Methods from JAVA SUN API, which is depreciated.
    That means, the methodname has changed.
    You still can use it,
    but it would be better if you use the newer version of this method.
    This could be the reason ...

Maybe you are looking for

  • How do I use user_datastore with a feeder proc to add an mdata section?

    Hi, I have text data spread across a number of different tables. I have created a user_datastore with a feeder procedure that creates an xml document which is then indexed into a dummy column on the parent table. This works fine. However I need to ad

  • TV Show download doesn't play - how to get help

    Hi, If anyone can offer advice it would be great - iTunes 9.2 on a MacBook Pro with OSX 10.6.4. I purchased Iron Man: Extremis motion comic and the 6th episode will not play. No video or audio. So I tried to report the problem as stated in the suppor

  • MR11 Asset Clearing Issue

    I am getting an issue when i am running MR11 for Asset Clearing System issuing the following message: Balance for transaction type group 10 negative for the area 01 Message no. AA629 Asset affected: 000091000008-0000 Diagnosis With the transaction en

  • Differences between Camera RAW 6.4 and Lightroom 3.4

    Hello, I just installed the Lightroom 3.4 update and the Photoshop Elements/Camera Raw 6.4 update. I always thought the underlying RAW-engine was the same, but is that true? I have a Canon CR2-RAW file. When opening it into Camera Raw 6.4 the result

  • Plug-in encryption and watermarking support

    On page 23 of the After_Effects_SDK_Guide.pdf it says... "As of CS4, there is no encryption and watermarking support to protect code and provide trial versions of filters. " I didn't know there was such support. Where is it explained? Thanks, MIke