J2SDK 1.3 on Linux RH 7.1

Hi... does anyone can give a hand installing J2SDK 1.3. on Linux RH 7.1?
I've already installed Java using the rpm file and it seems to have no problems...
everything looks fine...I've got no error messages...
but when I try to run: java -version
there is not answer!..just nothing!
this is the second installation and I don't know what else to do...
what I'm missing?
I hope anyone can help me!
Thanks in advance!
ciao!
JC.

i got the same problem too.
not only is there no output from java -version, but also the command hangs there, never exits.
the following is the output of java -verbose
[Opened /usr/java/jdk1.3/jre/lib/rt.jar]
[Opened /usr/java/jdk1.3/jre/lib/i18n.jar]
[Opened /usr/java/jdk1.3/jre/lib/sunrsasign.jar]
[Loaded java.lang.Object from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.io.Serializable from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.lang.Comparable from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.lang.String from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.lang.Class from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.lang.Cloneable from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.lang.ClassLoader from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.lang.Throwable from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.lang.Error from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.lang.ThreadDeath from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.lang.Exception from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.lang.RuntimeException from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.security.ProtectionDomain from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.security.AccessControlContext from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.lang.ClassNotFoundException from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.lang.LinkageError from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.lang.NoClassDefFoundError from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.lang.ClassCastException from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.lang.ArrayStoreException from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.lang.VirtualMachineError from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.lang.OutOfMemoryError from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.lang.StackOverflowError from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.lang.ref.Reference from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.lang.ref.SoftReference from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.lang.ref.WeakReference from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.lang.ref.FinalReference from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.lang.ref.PhantomReference from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.lang.ref.Finalizer from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.lang.Runnable from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.lang.Thread from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.lang.ThreadGroup from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.util.Dictionary from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.util.Map from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.util.Hashtable from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.util.Properties from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.lang.reflect.AccessibleObject from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.lang.reflect.Member from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.lang.reflect.Method from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.lang.reflect.Constructor from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.util.Collection from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.util.AbstractCollection from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.util.List from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.util.AbstractList from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.util.Vector from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.lang.StringBuffer from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.lang.Boolean from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.lang.Character from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.lang.Number from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.lang.Float from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.lang.Double from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.lang.Byte from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.lang.Short from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.lang.Integer from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.lang.Long from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.lang.NullPointerException from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.lang.ArithmeticException from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.lang.Shutdown from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.lang.StrictMath from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.io.ObjectStreamField from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.util.Comparator from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.lang.String$CaseInsensitiveComparator from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.lang.System from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.security.AccessController from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.util.Collections from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.util.Random from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.util.Set from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.util.AbstractSet from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.util.Collections$EmptySet from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.util.Collections$EmptyList from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.util.AbstractMap from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.util.Collections$EmptyMap from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.util.Collections$ReverseComparator from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.lang.ThreadLocal from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.lang.InheritableThreadLocal from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.security.Guard from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.security.Permission from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.security.BasicPermission from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.lang.reflect.ReflectPermission from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.lang.ref.Reference$Lock from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.lang.ref.Reference$ReferenceHandler from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.lang.ref.ReferenceQueue from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.lang.ref.ReferenceQueue$Null from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.lang.ref.ReferenceQueue$Lock from /usr/java/jdk1.3/jre/lib/rt.jar]
[Loaded java.lang.ref.Finalizer$FinalizerThread from /usr/java/jdk1.3/jre/lib/rt.jar]
then the output stops, and the command hangs here.

Similar Messages

  • Unable to create a JVM in Linux

    I have an applicaton that runs fine on WinNT 4.0 and in RedHat Linux 7.3 I am unable to create a JVM in the native environment. The call to JNI_CreateJavaVM() returns a -3. What I can see of the class path that is passed to the JVM is correct but fails. I am running with the j2sdk-1.3.1_04-linux package I installed today.
    Any help on this would be greatly appreciated.

    What does your LD_LIBRARY_PATH look like?

  • LINUX wls 6.0 sp2 & jdk 131 - Unable to start the Server - Segmentation fault

    Facing problems in starting a weblogic 6.0 server with service pack 2 for Linux.
    OS: RedHat7.0
    BEA WLS version : 6.0
    Service pack : SP2
    JDK version : jdk1.3.1
    When starting the startWebLogic.sh, it fails to start up completely and ends in
    a
    "startWebLogic.sh line 142 13834 Segmentation fault".
    ( After taking in the valid password for the system).
    Putting the verbose flag in the start-up script seems to see if it gave any clue,
    teh last class loaded was the weblogic.apache.xerces.utils.StringHasher .
    Does anyone have ideas as to what the cause maybe.
    Is there a patch that is needed/known problem.
    Any help would be appreciated.
    Thanks
    Shyam

    Please read the Linux install notes for JDK 1.3.1.
    http://java.sun.com/j2se/1.3/install-linux-sdk.html
    I'll paste the relevant parts:
    Known Problems
    RedHat Linux 6.2 is the officially supported Linux platform for J2SDK 1.3.1.
    Limited testing has been done on other Linux operating systems, and the
    following are known problems on the non-supported platforms.
    a.. If you use Red Hat Linux 7, we recommend version 7.1 rather than 7.0.
    Limited testing has revealed problems when using J2SDK with Red Hat Linux
    7.0, some of which are described below.
    b.. The newer glibc-2.2.x libraries cannot correctly handle initial thread
    stack sizes larger than 6 MB. This can cause a segmentation fault on come
    Linux platforms that use the newer libraries. Such platforms include Red Hat
    7.0, Mandrake 8.0, SuSe 7.2, and Debian 2.2. The problem will not occur on
    Linux platforms that are using glibc-2.1.x such as Red Hat 6.1 and 6.2. It
    will also not affect Red Hat 7.1 because it uses a different thread stack
    layout. This problem is being tracked as bug 4466587.
    Workaround - Use "ulimit -s 2048" in bash shell or "limit stacksize 2048"
    in tcsh to limit the initial thread stack to 2 MB.
    c.. When System.exit(int) is invoked on Red Hat 7.0, the program never
    exits with a non-zero value. This problem is apparently due to a bug in the
    exit function in libc.so library. To avoid this problem, use the supported
    Red Hat release, version 6.2, or, if you want to use Red Hat 7, use version
    7.1 rather than 7.0.
    d.. On RedHat Linux 7.0, if you want to use the Classic VM rather than one
    of the Java HotSpot VMs in J2SDK 1.3.1, you must download and install
    glibc-2.2-9.i386.rpm file available at
    http://www.redhat.com/support/errata/RHBA-2000-079.html. Do not install the
    i686 files available on that same web page, as those will prevent proper
    functioning of the Java HotSpot VMs in J2SDK 1.3.1.
    e.. If you use RedHat Linux 7 Server, you must manually install
    compat-libstdc++-6.21-2.9.0.0.i386.rpm to prevent "error while loading
    shared libraries" when using the Java HotSpot VMs. This file is located in
    the /RedHat/RPMS directory on the RedHat Linux 7 CD-ROM. You may also obtain
    a copy of this file from http://rpmfind.net. To install the file, use this
    command:
    rpm --install compat-libstdc++-6.21-2.9.0.0.i386.rpm
    It is not necessary to manually install
    compat-libstdc++-6.21-2.9.0.0.i386.rpm if you are using RedHat Linux 7
    Workstation.
    f.. When using RedHat Linux versions other than 6.1, the font.properties
    file may fail to display some Symbol/Dingbats characters properly on some
    AWT components. To correct this, use this revised font.properties file to
    replace the one at <JAVA_HOME>/jre/lib/.
    g.. Caldera OpenLinux uses version 2.1.2-3 of glibc. Because that version
    is not greater than or equal to 2.1.2-11, the Java 2 SDK's rpm installer
    will fail during its dependency check. We recommend that you obtain an
    updated version of the glibc library available from Caldera at the following
    locations:
    ftp.caldera.com:/pub/updates/eDesktop/2.4/current/RPMS
    or
    ftp.caldera.com:/pub/updates/eServer/2.3/current/RPMS
    Regards,
    Eric
    "root" <[email protected]> wrote in message
    news:[email protected]...
    I am having the same problem , Changing the bash stack size even to 16kdidn't help;
    >
    RedHat 7.0, WebLogic 6.1, JDK1.3.1, have bumped ss , and mx as well as thebash
    ulimit ,
    Any Ideas .. I see other posts on the same topic. ..verbose load ends withsame
    weblogic.apache.xerces.utils.StringHasher.class
    as ther have reported.
    sundaram wrote:
    Facing problems in starting a weblogic 6.0 server with service pack 2
    for Linux.
    >>
    OS: RedHat7.0
    BEA WLS version : 6.0
    Service pack : SP2
    JDK version : jdk1.3.1
    When starting the startWebLogic.sh, it fails to start up completely andends in
    a
    "startWebLogic.sh line 142 13834 Segmentation fault".
    ( After taking in the valid password for the system).
    Putting the verbose flag in the start-up script seems to see if it gaveany clue,
    teh last class loaded was the weblogic.apache.xerces.utils.StringHasher.
    >>
    Does anyone have ideas as to what the cause maybe.
    Is there a patch that is needed/known problem.
    Any help would be appreciated.
    Thanks
    Shyam

  • How to install java under suse linux 8.0 prof

    hi,
    first of all, i'm a newbie.
    i have downloaded the file j2re-1_4_0_01-linux-i586.bin into my public_html directory.
    which comand do i have to use to install java??
    please help!
    best regards
    Mad Elk

    I found this on Sun's Site, it should help. If it is a bin file, you should just have to type whateverItIsCalled.bin and hit enter. Make sure it is in the directory you want to install it in!
    Installation of Self-Extracting Binary
    Use the following instructions if you want to use the self-extracting binary file to install the Java 2 SDK. If you want to install RPM packages instead, see Installation of RPM File.
    1. Check the download file size.
    Before you download a file, notice that its byte size is provided on the download page. Once the download has completed, check that you have downloaded the full, uncorrupted software file.
    2. Copy j2sdk-1_3_1_<version number>-linux-i586.bin to the directory into which you want to install the Java 2 SDK.
    3. Run j2sdk-1_3_1_<version number>-linux-i586.bin
    Launch the executable file you downloaded, j2sdk-1_3_1_<version number>-linux-i586.bin, by using the following commands from the directory in which it is located:
    chmod a+x j2sdk-1_3_1_<version number>-linux-i586.bin
    ./j2sdk-1_3_1_<version number>-linux-i586.bin
    The script will display a binary license agreement, which you will be asked to agree to before installation can proceed. Once you have agreed to the license, the install script will install the Java 2 SDK in a directory named jdk1.3.1_<version number> in the current directory.
    Note about root access - Unbundling the software automatically creates a directory called jdk1.3.1_<version number>. If you choose to install the Java 2 SDK into system-wide location such as /usr/local, you must first become root to gain the necessary permissions. If you do not have root access, simply install the Java 2 SDK into your home directory, or a subdirectory that you have permission to write to.
    Note about overwriting files - If you unpack the software or documentation in a directory that contains a subdirectory named jdk1.3.1_<version number>, the new software will overwrite files of the same name in that jdk1.3.1_<version number> directory. Be careful to rename the old directory if it contains files you would like to keep.

  • Please help with download and installation

    Hi,
    I am trying to download jdk1.4etc to Solaris Sparc. I tried downloading several times, all the times I get corrupt files. How and from where do I install JDK2 on Solaris. i am also in search of a good text editor like textpad for Solaris. Can anyone give me suggestions? Also, I need it immediately for my term assignments.
    Please Help!

    I am also having this problem. I have tried both the
    tar.Z and sh files. I have run the .sh as myself and
    as root. Here's what I see with the .sh installer:
    Do you agree to the above license terms? [yes or no]
    yes
    Unpacking...
    Checksumming...
    1
    The download file appears to be corrupted. Please
    refer to the Troubleshooting section of the Installation
    Instructions on the download page for more information.
    Please do not attempt to install this archive file.
    I am anxious to find a solution.I am having the same problem with both a download, j2sdk-1.4.0-linux-i386-rpm.bin, and Sun ONE cdrom, /disc3/j2se/1.4/j2sdk-1_4_0-linux-i386.bin, versions. I sincerely doubt that both are corrupted, at least I hope not. I'm attempting to set up the sdk under RedHat 7.2 in /usr/java. Have tried as both a user and as root - no joy! I would greatly appreciate any suggestions or help.

  • J2sdk  installation problem on 64 bit linux machine

    Hi
    when i install the j2sdk then it gives the following error.:
    /j2sdk-1_4_2_13-linux-ia64.bin: line 425: ./install.sfx.8624: cannot
    execute binary file
    PLEASE SUGGEST ANY SOLUTION
    Thanks
    dev

    IA64 is the Itanium architecture. You probably don't have such a machine (if you did, you'd definitely know it).
    If indeed you are running Linux on a 64bit machine chances are pretty high, that you are using a processor that's running the the AMD64 architecture (also called EM64T, x86-64, IA32e, ...). AFAIK only 1.5 is available for that architecture.

  • J2SDK-1.4.0.02.rpm for Linux 7.3 does a bogus Install

    I'm NOT a newbie to Linux. I've been using Linux for about 5 years.
    I'm currently using RedHat ver 7.3 and I can't get your SDK to install correctly.
    I execute the J2sdk-1.4.0.02-linux-i586-rpm.bin to get the rpm file
    I install the rpm file and it all looks normal. My RPM manager shows
    a list of installed files etc. It all looks normal.
    Now I goto a BASH shell prompt and do a "locate java" and it shows
    all the new files under /usr/java/j2sdk1.4.0_02/ directory.
    To check my installed version I issue the command: "java -version".
    Guess what I get? This message:
    "Kaffe Virtual Machine Transvirtual tech Inc. Engine Just-In-Time v3
    version 1.0.6 Java version 1.1"
    When I try to run any of the "jar" files that work fine in Micro$oft
    Windows, they fail to run. It does not look as if Sun's Java is installed
    at all. I've scoured the Readme, the Forums, FAQ's and your website.
    I can't even get a "hit" in your search engine on the string "Kaffe".
    It's as if the Linux system does not know the files have been installed.
    What's wrong? And why can't I find any documentation on this problem?
    A quick HOWTO for Installing & registering with the Linux system would be nice.
    Thanks in advance,
    Vic Bradley
    [email protected]

    <snip>
    Now I goto a BASH shell prompt and do a "locate java"
    and it shows
    all the new files under /usr/java/j2sdk1.4.0_02/
    directory.
    To check my installed version I issue the command:
    "java -version".
    Guess what I get? This message:
    "Kaffe Virtual Machine Transvirtual tech Inc. Engine
    Just-In-Time v3
    version 1.0.6 Java version 1.1"Sun's Java is being shadowed by the Java implementation that is already installed. Uninstall the Kaffe RPM.
    <snip>
    I can't even get a "hit" in your search engine on the
    string "Kaffe".Kaffe has nothing to do with Sub, apart from being a Java implementation. It's a open-source implementation, therefore some Linux distros will provide it, rather than Sun's.
    Bhav

  • J2sdk-1_4_2_03-linux-i586 unpacking error

    Hello everyone. I have the following error when I am unpacking j2sdk-1_4_2_03-linux-i586.bin under redhat5.5
    I type the following command: ./j2sdk-1_4_2_03-linux-i586.bin
    After I agree the license terms and error message is found.
    Here are the error message:
    Unpacking...
    tail: cannot open `+473' for reading: No such file or directory
    Checksumming...
    1
    The download file appears to be corrupted. Please refer
    to the Troubleshooting section of the Installation
    Instructions on the download page for more information.
    Please do not attempt to install this archive file.
    I want to know what the problem is. Thank you very much.

    798955 wrote:
    Hello everyone. I have the following error when I am unpacking j2sdk-1_4_2_03-linux-i586.bin ..I note you marked this question as 'answered' yet there is no indication of 'helpful' or 'correct' replies and no immediate indication of the solution (by my quick glance). In any case, thought it might be helpful to add that you do not really need a 1.4.2 JDK to compile code for 1.4.
    All that is required to code for a particular version is the right compile time options* and an rt.jar (the J2SE core classes) for that version. The rt.jar can be obtained from any JRE of that version.
    * -source -target & -bootclasspath

  • J2sdk-1_4_2_04-nb-3_6-bin-linux.bin [j2sdk-1_4_2_04-nb-3_6-bin-linux.bin

    My java (j2sdk1.4.2_04 was running fine until I updated my "ttestbed" computer on 4 Aug 04.
    The error messages were as 5 lines below.
    Loaded Redhat WS 3 on a clean disk and a different machine "ian", then applied all of the patches/updates.
    "ian" has a P4 CPU and 1Gb of memory.
    Installed j2sdk-1_4_2_05-linux-i586.rpm
    Executed java -version and received the message below
    [root@testbed root]# java -version
    <error msg>
    libgcj-java-placeholder.sh
    This script is a placeholder for the /usr/bin/java and /usr/bin/javac
    master links required by jpackage.org conventions. libgcj's
    rmiregistry, rmic and jar tools are now slave symlinks to these
    masters, and are managed by the alternatives(8) system.
    This change was necessary because the rmiregistry, rmic and jar tools
    installed by previous versions of libgcj conflicted with symlinks
    installed by jpackage.org JVM packages.
    [root@testbed root]#
    </error msg>
    I rebooted and ran with the same result.
    I reloaded Java from the file listed below. The reload ran as expected
    but the "java -version" gave the same results
    Installed j2sdk-1_4_2_05-linux-i586.rpm

    I had the same problem and I traced it to an installation of libgcj & gcc-java. My system is Redhat FC2 on an ASUS laptop P4. Once I removed the packages (synaptic package manager) java was again working fine.

  • Where is possible to get j2sdk-1_4_2_02-linux-i586.bin ?

    Dear community,
    where is possible to get j2sdk-1_4_2_02-linux-i586.bin ?
    i need to install jre on FreeBSD from ports, so needed this binary.
    Thank you.

    No "Download" link with an URL like this:
    http://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=22&PartDetailId=7741-j2sdk-1.4.2_02-oth-JPR&SiteId=JSC&TransactionId=noreg
    stange.

  • J2sdk 1.4.2 install fails on linux 2.4.24 *without* X11

    Hello,
    Am trying to install j2sdk1.4.2 on a linux 2.4.24 box. It does not have X11 installed, and for security reasons, I would like to not turn on X11 forwarding in sshd.
    When I try to install it, a la:
    # ./j2sdk-installer -console
    It gives me a menu: choose 1 for next, 3 to cancel, 4 to redisplay.
    I select 1, and it then exits without installing or any other message.
    Do you have suggestions? Please respond to me via email: [email protected]
    Thanks,

    i think there is a command called rpm why don't you try this out.

  • J2sdk-1_4_2_01-linux-i586-rpm.bin

    Hi,
    Can i have the link to download j2sdk-1_4_2_01-linux-i586-rpm.bin
    Plz help me.

    Hi,
    Can i have the link to download
    oad j2sdk-1_4_2_01-linux-i586-rpm.bin
    Plz help me.hello

  • Unable to install j2sdk-1.4.2 in Redhat Enterprise Linux advanced server v3

    When trying to extract j2sdk-1_4_2 on RedHat Enterprise Linux advanced server, I got the message
    Do you agree to the above license terms? [yes or no]
    tail: bash: No such file or directory
    Unpacking...
    Checksumming...
    1
    The download file appears to be corrupted. Please refer
    to the Troubleshooting section of the Installation
    Instructions on the download page for more information.
    Please do not attempt to install this archive file.
    The RHEL is with kernel 2.4.21-37. I got the same error message on extracting both binary code and the rpmfile.
    Is it because of the command "tail +511 $0 > $outname" ? And any experienses on how to fix it?
    Thanks in advance.

    checksum have to be exactyly right. Downloading by IE causes often errors - use firefox in downloading and calculate checksum.

  • J2SDK 1.4.1 and RedHat Linux 8.0

    I've downloaded the latest version of Java SDK (1.4.1_02) in self extracting binary file. After installation I tried to run demo programs like SwingSet2 and Stylepad they run but after a few while crashed and a lot of exceptions appeared on screen.
    I also downloaded NetBeans IDE and tried to install. The main installation screen appears but doesn't show anything (I think window is not being refreshed) and it stays untill I break it. (No exception on terminal screen)
    any idea ? suggestions ???
    (I am using Red Hat Linux 8.0)
    Thanx in advance
    Aamir

    Well..... I installed Mandrake Linux 9.0 and tried the same J2SDK and run SwingSet2 demo. It goes well. But when I swith my screen resolutin from 800 x 600 to 1024 x 768 it generates the same exceptions as with RedHat 8.0
    Quite strange!!!! Isn't it ?
    Aamir

  • Installation stops j2sdk-1_4_1_02-s1studio_ce-4u1-bin-linux.bin on DEBIAN

    Hi Guys,
    i wan't to install the sunone cobundle from the community edition on my Debian Linux System (Kernel 2.4.18)
    The installation stops after i execute the self-extraction file. What have i forgotten to install. There's no error description.
    Thx for you help.
    <snip>
    asterix:/usr/local/sunone4# ./j2sdk-1_4_1_02-s1studio_ce-4u1-bin-linux.bin
    InstallShield Wizard
    Initializing InstallShield Wizard...
    Preparing Java(tm) Virtual Machine...
    </snip>

    I get the same problem on Red Hat 8.0
    dt

Maybe you are looking for