Installing java ee sdk (java_ee_sdk-6u1-jdk-linux-x64.sh) on x64 linux

Hello guys, this is my first post here :) so don't bash me too much.
Trying to get the Java EE installed on gentoo linux x86-64 here. Downloaded java_ee_sdk-6u1-jdk-linux-x64.sh from oracle.com.
I have tried different jres:
32 bit, 64 bit.
now I have this jre :
ak@pussy ~/0.java $ java -version
java version "1.6.0_20"
Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
Java HotSpot(TM) 64-Bit Server VM (build 16.3-b01, mixed mode)so, doing ak@pussy ~/0.java $ ./java_ee_sdk-6u1-jdk-linux-x64.sh gives me nasty file not found exception & hence I can't get sdk installed:
[#|2010-08-04T20:32:13.704+06:00|INFO|Install Engine|org.openinstaller.provider.task.TaskDriver|arg0=prod\=glassfish|OP_UNCONFIGURE:Unconfiguring product|#]
[#|2010-08-04T20:32:13.781+06:00|INFO|Install Engine|org.openinstaller.provider.conf.ConfiguratorFactory|arg0=class org.openinstaller.provider.conf.InstallationConfigurator|LOG_INFO:Info|#]
[#|2010-08-04T20:32:14.210+06:00|INFO|Install Engine|org.openinstaller.provider.conf.InstallationConfigurator||Unconfiguring GlassFish:\[Unconfiguring GlassFish\]*\[{0} {1}\]|#]
[#|2010-08-04T20:32:14.232+06:00|INFO|Install Engine|org.openinstaller.provider.task.TaskDriver|arg0=prod\=jdk|OP_UNCONFIGURE:Unconfiguring product|#]
[#|2010-08-04T20:32:14.264+06:00|INFO|Install Engine|org.openinstaller.provider.conf.InstallationConfigurator||Unconfiguring JDK:\[Unconfiguring JDK\]*\[{0} {1}\]|#]
[#|2010-08-04T20:32:14.289+06:00|INFO|Install Engine|org.openinstaller.provider.task.TaskDriver|arg0=prod\=updatetool|OP_UNCONFIGURE:Unconfiguring product|#]
[#|2010-08-04T20:32:14.318+06:00|INFO|Install Engine|org.openinstaller.provider.conf.InstallationConfigurator||Unconfiguring Updatetool:\[Unconfiguring Updatetool\]*\[{0} {1}\]|#]
[#|2010-08-04T20:32:14.319+06:00|INFO|Install Engine|org.openinstaller.provider.conf.InstallationConfigurator||Installation directory: /home/ak/0.java/glassfishv3:\[Installation directory: /home/ak/0.java/glassfishv3\]*\[{0} {1}\]|#]
[#|2010-08-04T20:32:14.322+06:00|INFO|Install Engine|org.openinstaller.provider.conf.InstallationConfigurator||Shutting down notifier process:\[Shutting down notifier process\]*\[{0} {1}\]|#]
[#|2010-08-04T20:32:14.353+06:00|INFO|Install Engine|org.openinstaller.provider.conf.InstallationConfigurator||Exception while unregistering notifier: Exception=EXECUTECMD_ERR
at org.openinstaller.util.ExecuteCommand.execute(ExecuteCommand.java:467)
at org.openinstaller.provider.conf.InstallationConfigurator.unconfigureUpdatetool(null:?)
at org.openinstaller.provider.conf.InstallationConfigurator.unConfigure(null:?)
at org.openinstaller.provider.conf.ConfigProvider.receiveRequest(ConfigProvider.java:573)
at org.openinstaller.bus.ControlBus.publishRequest(ControlBus.java:341)
at org.openinstaller.provider.task.UnconfigTask.perform(UnconfigTask.java:88)
at org.openinstaller.provider.task.TaskDriver.executeTask(TaskDriver.java:378)
at org.openinstaller.provider.task.TaskProvider.receiveRequest(TaskProvider.java:117)
at org.openinstaller.bus.ControlBus$3.run(ControlBus.java:404)
at java.lang.Thread.run(Thread.java:619)
Caused By=java.io.IOException: Cannot run program "/home/ak/0.java/glassfishv3/updatetool/bin/updatetool": java.io.IOException: error=2, No such file or directory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:460)
at java.lang.Runtime.exec(Runtime.java:593)
at java.lang.Runtime.exec(Runtime.java:509)
at org.openinstaller.util.ExecuteCommand.execute(ExecuteCommand.java:423)
at org.openinstaller.provider.conf.InstallationConfigurator.unconfigureUpdatetool(null:?)
at org.openinstaller.provider.conf.InstallationConfigurator.unConfigure(null:?)
at org.openinstaller.provider.conf.ConfigProvider.receiveRequest(ConfigProvider.java:573)
at org.openinstaller.bus.ControlBus.publishRequest(ControlBus.java:341)
at org.openinstaller.provider.task.UnconfigTask.perform(UnconfigTask.java:88)
at org.openinstaller.provider.task.TaskDriver.executeTask(TaskDriver.java:378)
at org.openinstaller.provider.task.TaskProvider.receiveRequest(TaskProvider.java:117)
at org.openinstaller.bus.ControlBus$3.run(ControlBus.java:404)
at java.lang.Thread.run(Thread.java:619)
Context-Items=[[method=org.openinstaller.util.ExecuteCommand.execute(), operation=EXECUTECMD_ERR, command=[/home/ak/0.java/glassfishv3/updatetool/bin/updatetool, --notifier, --shutdown]]]:\[Exception while unregistering notifier: Exception=EXECUTECMD_ERR
at org.openinstaller.util.ExecuteCommand.execute(ExecuteCommand.java:467)
at org.openinstaller.provider.conf.InstallationConfigurator.unconfigureUpdatetool(null:?)
at org.openinstaller.provider.conf.InstallationConfigurator.unConfigure(null:?)
at org.openinstaller.provider.conf.ConfigProvider.receiveRequest(ConfigProvider.java:573)
at org.openinstaller.bus.ControlBus.publishRequest(ControlBus.java:341)
at org.openinstaller.provider.task.UnconfigTask.perform(UnconfigTask.java:88)
at org.openinstaller.provider.task.TaskDriver.executeTask(TaskDriver.java:378)
at org.openinstaller.provider.task.TaskProvider.receiveRequest(TaskProvider.java:117)
at org.openinstaller.bus.ControlBus$3.run(ControlBus.java:404)
at java.lang.Thread.run(Thread.java:619)
Caused By=java.io.IOException: Cannot run program "/home/ak/0.java/glassfishv3/updatetool/bin/updatetool": java.io.IOException: error=2, No such file or directory
.and so on

I guess this should give more details about issues I am having :
Using the user defined JAVA_HOME : /home/ak/0.java/jre1.6.0_21_64
Entering setup...
WARNING: Warning: Could not detect OS Architecture, falling back to os.arch [Architecture=GenuineIntel ]
FINE: completed initializing provider svc://general/orchestrator
FINEST: Ignoring blank answer file or syntax error in ,file:///tmp/install.080510113914/install.properties
FINEST: BGImagePanel() called by org.openinstaller.util.ui.StandaloneSplash?<init>
FINEST: BGImagePanel.setBgImage(Image BufferedImage@1c5d9084: type = 5 ColorModel: #pixelBits = 24 numComponents = 3 color space = java.awt.color.ICC_ColorSpace@42bad8a8 transparency = 1 has alpha = false isAlphaPre = false ByteInterleavedRaster: width = 728 height = 435 #numDataElements 3 dataOff[0] = 2) called by org.openinstaller.util.ui.StandaloneSplash?<init>
FINE: DISCOVERING_SERVICE_PROVIDERS
FINE: Not instantiating null - not a ServiceProvider
Exception=null
at java.net.URLClassLoader$1.run(null:?)
at java.security.AccessController.doPrivileged(null:?)
at java.net.URLClassLoader.findClass(null:?)
at org.openinstaller.core.EngineBootstrap.findClass(EngineBootstrap.java:249)
at java.lang.ClassLoader.loadClass(null:?)
at org.openinstaller.core.EngineBootstrap.loadClass(EngineBootstrap.java:357)
at java.lang.ClassLoader.loadClass(null:?)
at org.openinstaller.core.EngineBootstrap.loadClass(EngineBootstrap.java:318)
at java.lang.Class.forName0(null:?)
at java.lang.Class.forName(null:?)
at org.openinstaller.core.Orchestrator.findServiceProviders(Orchestrator.java:763)
at org.openinstaller.core.Orchestrator.main(Orchestrator.java:447)
at sun.reflect.NativeMethodAccessorImpl.invoke0(null:?)
at sun.reflect.NativeMethodAccessorImpl.invoke(null:?)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(null:?)
at java.lang.reflect.Method.invoke(null:?)
at org.openinstaller.core.EngineBootstrap.main(EngineBootstrap.java:208)
FINE: FOUND_SERVICE_PROVIDER
FINE: FOUND_SERVICE_PROVIDER
FINE: FOUND_SERVICE_PROVIDER
FINE: FOUND_SERVICE_PROVIDER
FINE: FOUND_SERVICE_PROVIDER
FINE: FOUND_SERVICE_PROVIDER
FINE: FOUND_SERVICE_PROVIDER
FINE: FOUND_SERVICE_PROVIDER
FINE: FOUND_SERVICE_PROVIDER
FINE: FOUND_SERVICE_PROVIDER
FINE: DISCOVERED_SERVICE_PROVIDERS
FINE: completed initializing provider svc://general/system
FINE: completed initializing provider svc://general/name
FINE: completed initializing provider svc://general/product
FINEST: Initializing configuration provider
FINEST: BusRequest For: [svc://general/EngineConfig] Request: [BusRequest: name: ConfigRequest data: EngineConfigCommand{ cmd=GET_CONFIG, data=MEDIA_LOCATION}] By: [org.openinstaller.util.install.Common.getMediaLocationURL(*)
FINEST: BusRequest For: [svc://general/EngineConfig] Request: [BusRequest: name: ConfigRequest data: EngineConfigCommand{ cmd=GET_CONFIG, data=MEDIA_LOCATION}] By: [org.openinstaller.util.install.Common.getMediaLocationURL(*)
FINEST: BusRequest For: [svc://general/EngineConfig] Request: [BusRequest: name: ConfigRequest data: EngineConfigCommand{ cmd=GET_CONFIG, data=MEDIA_LOCATION}] By: [org.openinstaller.util.install.Common.getMediaLocationURL(*)
FINE: completed initializing provider svc://general/task
FINEST: BusRequest For: [svc://general/EngineConfig] Request: [BusRequest: name: Mode-Request data: EngineConfigCommand{ cmd=GET_CONFIG, data=DRY_RUN_FILE}] By: [org.openinstaller.provider.sims.SIMSProvider.init(*)
FINEST: BusRequest For: [svc://general/EngineConfig] Request: [BusRequest: name: EngineConfigRequest data: EngineConfigCommand{ cmd=GET_CONFIG, data=PLATFORM_PLUGIN_PATH}] By: [org.openinstaller.provider.platform.SystemInterface.init(*)
FINE: completed initializing provider svc://general/operation
FINEST: BusRequest For: [svc://general/EngineConfig] Request: [BusRequest: name: ModeRequest data: EngineConfigCommand{ cmd=GET_CONFIG, data=PKG_FORMAT}] By: [org.openinstaller.sims.BackendFactory.discoverBackend(*)
FINE: LOADING_CLASS
FINE: Can't load SIMS backend org.openinstaller.sims.backends.zip.unix.linux.SIMSBackend
Exception=org.openinstaller.sims.backends.zip.unix.linux.SIMSBackend
at java.net.URLClassLoader$1.run(null:?)
at java.security.AccessController.doPrivileged(null:?)
at java.net.URLClassLoader.findClass(null:?)
at org.openinstaller.core.EngineBootstrap.findClass(EngineBootstrap.java:249)
at java.lang.ClassLoader.loadClass(null:?)
at org.openinstaller.core.EngineBootstrap.loadClass(EngineBootstrap.java:357)
at java.lang.ClassLoader.loadClass(null:?)
at org.openinstaller.core.EngineBootstrap.loadClass(EngineBootstrap.java:318)
at java.lang.Class.forName0(null:?)
at java.lang.Class.forName(null:?)
at org.openinstaller.sims.BackendFactory.getBackendByClass(BackendFactory.java:146)
at org.openinstaller.sims.BackendFactory.discoverBackend(BackendFactory.java:112)
at org.openinstaller.sims.BackendFactory.getBackend(BackendFactory.java:80)
at org.openinstaller.sims.SIMSContext.<init>(SIMSContext.java:131)
at org.openinstaller.provider.sims.SIMSProvider.init(SIMSProvider.java:95)
at org.openinstaller.bus.ControlBus$1.run(ControlBus.java:192)
at java.lang.Thread.run(null:?)
]

Similar Messages

  • Installing Java 2 SDK 1.4.1

    I am planning on installing Java 2 SDK 1.4.1 on my computer under Windows Me. I have noticed in my Add/Remove Programs that I have a Java Plug-in 1.3.1_02 installed on my computer. I believe it comes as part of Compuserve which I also have installed on my computer. Does anyone know if that plug-in will cause problems in the installation of Java 2 SDK 1.4.1? Is it alright to leave the Java Plug-in there or does it need to be uninstalled before I install Java 2 SDK 1.4.1. I would appreciate any help. Thanks.

    ...but than again I'm using Linux and I know where all my files are.

  • Installing Java 2 SDK, SE v1.4.2_07

    I'm trying to install Java 2 SDK, SE v1.4.2_07. During the install I get this message
    "Error 1335. The cabinet file 'Data1.cab' required for this installation is corrupt and cannot be used. This could indicate a network error, an error reading from the CD-ROM, or a problem with this package."
    My OS - XP sp2
    I had a previous version of java on here and decided to upgrade. I removed it in add remove programs and when I try to install, I get the message you see above. The only thing I can find online is to reinstall the OS. Can somebody out there help?
    -----------------------------------------------------------------------

    hi ,
    if u got solution share with all plzz

  • Please package Java ME SDK 3.0 for Linux/Unix

    Hi Oracle guys!
    Please package Java ME SDK 3.0 for Linux/Unix soon!
    It would be of benefit both to us developers, and to Oracle.
    Thanks!

    user8771084 wrote:
    Señores Oracle si ustedes no pueden desarrollar Java ME SDK 3.0 for Linux/Unix no importa!!!, igual sabemos que no están a la altura de Sun Microsystems ni de la comunidad de Linux/GNU.
    Si ustedes se deciden lanzar la versión Java ME SDK 3.0 for Linux/Unix se lo agradeceremos, recuerde que Linux/GNU dia a dia crece mas y mas, y es un mercado que se debe cuidar.Translated to English:
    Oracle Gentlemen if you can not develop Java ME SDK 3.0 for Linux / Unix does not matter!,
    As we know are not up to Sun Microsystems or the community of Linux / GNU.
    If you decide to launch the Java ME SDK 3.0 for Linux / Unix appreciate it, remember that GNU / Linux is growing day by day more and more, and is a market that needs to be nurtured.

  • Unable to install Java EE SDK Update 5

    I am not able to install Java EE SDK Update 5. When I run the installer, I am able to get to the "Select Installation Directory" screen. The Installation Directory is I:\Sun\SDK. When I click Next, nothing else happens. I have attempted several times. I have waited for a while each time and nothing happens. The buttons at the bottom of the installer �Back,� �Next,� �Cancel,� and �Help� are not enabled at this point. I can click on the �Browse� button. I can close the installer, which is what I have to do each time. I have also downloaded the application again and tried it and the same thing happens. Does anyone know what the problem might be? Any suggestions?

    I am getting the same problem... anybody help

  • Installing Java 1.3.1 unto RedHat Linux 6.2

    Hi,
    I have been trying to install java 1.3.1 unto my linux redhat 6.2. After installation, and setting the path (I believe, that is the origin of the problem), I typed in
    java -version
    In other to get the version, and confirm the complier is working. I got the following below. Can someone please tell me what path, and commands I should enter on my /etc/profile file. Please tell me every single step, I have to type, as I am a new java programmer. Thanks for your time, and do have a nice day. My email address is [email protected].
    When I typed in java -version , I got:
    ================================================================================
    Unexpected Signal : 4 occurred at PC=0x8067b23
    Function name=(N/A)
    Library=(N/A)
    NOTE: We are unable to locate the function name symbol for the error
    just occurred. Please refer to release documentation for possible
    reason and solutions.
    Current Java thread:
    Dynamic libraries:
    08048000-0804c000 r-xp 00000000 03:03 256621 /usr/local/jdk1.3.1_01/bin/i386/native_threads/java
    0804c000-0804d000 rw-p 00003000 03:03 256621 /usr/local/jdk1.3.1_01/bin/i386/native_threads/java
    40000000-40013000 r-xp 00000000 03:03 31880 /lib/ld-2.1.3.so
    40013000-40014000 rw-p 00012000 03:03 31880 /lib/ld-2.1.3.so
    40015000-40016000 r--p 00000000 03:03 398417 /usr/share/locale/en_US/LC_MESSAGES/SYS_LC_MESSAGES
    40016000-40017000 r--p 00000000 03:03 254988 /usr/share/locale/en_US/LC_MONETARY
    40017000-40018000 r--p 00000000 03:03 254990 /usr/share/locale/en_US/LC_TIME
    40018000-40019000 r--p 00000000 03:03 254989 /usr/share/locale/en_US/LC_NUMERIC
    4001b000-40026000 r-xp 00000000 03:03 31926 /lib/libpthread-0.8.so
    40026000-4002d000 rw-p 0000a000 03:03 31926 /lib/libpthread-0.8.so
    4002e000-40037000 r-xp 00000000 03:03 400962 /usr/local/jdk1.3.1_01/jre/lib/i386/native_threads/libhpi.so
    40037000-40038000 rw-p 00008000 03:03 400962 /usr/local/jdk1.3.1_01/jre/lib/i386/native_threads/libhpi.so
    40038000-40225000 r-xp 00000000 03:03 209730 /usr/local/jdk1.3.1_01/jre/lib/i386/client/libjvm.so
    40225000-4031b000 rw-p 001ec000 03:03 209730 /usr/local/jdk1.3.1_01/jre/lib/i386/client/libjvm.so
    40332000-40334000 r-xp 00000000 03:03 31896 /lib/libdl-2.1.3.so
    40334000-40336000 rw-p 00001000 03:03 31896 /lib/libdl-2.1.3.so
    40337000-40424000 r-xp 00000000 03:03 31887 /lib/libc-2.1.3.so
    40424000-40428000 rw-p 000ec000 03:03 31887 /lib/libc-2.1.3.so
    4042c000-4043e000 r-xp 00000000 03:03 31900 /lib/libnsl-2.1.3.so
    4043e000-40440000 rw-p 00011000 03:03 31900 /lib/libnsl-2.1.3.so
    40442000-4045e000 r-xp 00000000 03:03 31898 /lib/libm-2.1.3.so
    4045e000-4045f000 rw-p 0001b000 03:03 31898 /lib/libm-2.1.3.so
    4045f000-40493000 r-xp 00000000 03:03 255265 /usr/lib/libstdc++-2-libc6.1-1-2.9.0.so
    40493000-4049f000 rw-p 00033000 03:03 255265 /usr/lib/libstdc++-2-libc6.1-1-2.9.0.so
    404a1000-404b2000 r-xp 00000000 03:03 256838 /usr/local/jdk1.3.1_01/jre/lib/i386/libverify.so
    404b2000-404b4000 rw-p 00010000 03:03 256838 /usr/local/jdk1.3.1_01/jre/lib/i386/libverify.so
    404b4000-404d5000 r-xp 00000000 03:03 256829 /usr/local/jdk1.3.1_01/jre/lib/i386/libjava.so
    404d5000-404d7000 rw-p 00020000 03:03 256829 /usr/local/jdk1.3.1_01/jre/lib/i386/libjava.so
    404d8000-404ec000 r-xp 00000000 03:03 256839 /usr/local/jdk1.3.1_01/jre/lib/i386/libzip.so
    404ec000-404ef000 rw-p 00013000 03:03 256839 /usr/local/jdk1.3.1_01/jre/lib/i386/libzip.so
    404ef000-4121d000 r--s 00000000 03:03 256572 /usr/local/jdk1.3.1_01/jre/lib/rt.jar
    4124a000-414ef000 r--s 00000000 03:03 256565 /usr/local/jdk1.3.1_01/jre/lib/i18n.jar
    414ef000-41505000 r--s 00000000 03:03 256573 /usr/local/jdk1.3.1_01/jre/lib/sunrsasign.jar
    4960f000-49625000 r--p 00000000 03:03 254987 /usr/share/locale/en_US/LC_CTYPE
    49625000-4962d000 r--p 00000000 03:03 254986 /usr/share/locale/en_US/LC_COLLATE
    49633000-4963b000 r-xp 00000000 03:03 31918 /lib/libnss_files-2.1.3.so
    4963b000-4963c000 rw-p 00007000 03:03 31918 /lib/libnss_files-2.1.3.so
    Local Time = Wed Oct 31 14:23:31 2001
    Elapsed Time = 1
    # HotSpot Virtual Machine Error : 4
    # Error ID : 4F530E43505002C4
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Client VM (1.3.1_01 mixed mode)
    ==================================================================================

    Hi,
    I have been trying to install java 1.3.1 unto my linux
    redhat 6.2. After installation, and setting the path
    (I believe, that is the origin of the problem), I
    typed in
    java -version
    In other to get the version, and confirm the complier
    is working. I got the following below. Can someone
    please tell me what path, and commands I should enter
    on my /etc/profile file. Please tell me every single
    step, I have to type, as I am a new java programmer.
    Thanks for your time, and do have a nice day. <start of commands>
    export JAVA_HOME=<where jdk1.3.1 directory lives, possibly /usr/local/jdk1.3.1>
    export CLASSPATH=.:$JAVA_HOME/jre/lib/rt.jar
    export PATH=$PATH:$JAVA_HOME/bin
    <end commands>
    Bhav

  • Installing Java EE SDK on 64-bit Red Hat Linux

    I've went through a lot of pain to get J2EE SDK / GlassFish server on a AMD64 Red Hat Enterprise Linux 5 server box. Maybe it helps somebody.
    Long story short, it all seems to boil down to the fact that the J2EE Linux .bin (non-RPM) packages Sun provides require a 32-bit JVM running. So if you just installed 64-bit JDK you're toasted.
    Chronicle of pain and solution below:
    Downloaded the Linux packages for full EE5 SDK, also the bundle for GlassFish from http://java.sun.com/javaee/downloads/
    Tried ./java_ee_sdk-5_08-jdk-6u17-linux.bin No luck. First I didn't have libstdc++.so.5 but so.6. I did
    yum install compat-libstdc++-33
    Tried again. It hanged:
    *** glibc detected *** ... double free or corruption error
    Downloaded the JDK RPM version. It worked fine:
    # java -version
    java version "1.6.0_17"
    Java(TM) SE Runtime Environment (build 1.6.0_17-b04)
    Java HotSpot(TM) 64-Bit Server VM (build 14.3-b01, mixed mode)
    Let's go again with EE SDK. Nope. Different error this time:
    *** glibc detected *** ./java_ee_sdk-5_08-jdk-6u17-linux.bin: malloc(): memory corruption: 0x0992d2c0 ***
    Tried setting env variable MALLOC_CHECK_:
    export MALLOC_CHECK_=0
    New error, but no hanging this time:
    Attach to native process failed
    Realized that JDK packages were platform-specific, unlike J2EE packages. Googled this: http://forums.java.net/jive/thread.jspa?threadID=37370
    Downloaded 32-bit JRE (i586, not 64-bit) RPM package and installed it.
    Redirected default java link to 32-bit JRE's JVM:
    cd /usr/java/
    unlink latest
    ln -s jre1.6.0_17/ latest
    Run installer again, explicitly saying where was the JVM the installer needed:
    cd /tmp
    ./java_ee_sdk-5_08-jdk-6u17-linux.bin -javahome /usr/java/jre1.6.0_17
    It worked! :-)
    Then reverted back to JDK's 64-bit JVM:
    cd /usr/java/
    unlink latest
    ln -s jdk1.6.0_17/ latest
    Hope this works for you too.

    This is very close to my problem,
    32 bit Fedora release 11 (Leonidas)
    ls -lh java_ee_sdk-5_08-jdk-6u17-linux.bin
    -rwxrwxr-x. 1 morten morten 161M 2009-11-17 20:18 java_ee_sdk-5_08-jdk-6u17-linux.bin
    md5sum java_ee_sdk-5_08-jdk-6u17-linux.bin
    dc71fc44ce1d10c1a9d53edde4ff858f java_ee_sdk-5_08-jdk-6u17-linux.bin
    should be a correct download.
    chmod a+x java_ee_sdk-5_08-jdk-6u17-linux.bin
    # ./java_ee_sdk-5_08-jdk-6u17-linux.bin
    ./java_ee_sdk-5_08-jdk-6u17-linux.bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
    same error as you reports. There was also an error and IIRC an incompatibility with the latest java plug in for firefox .
    # find / -name '*plugin*' -print | grep firefox
    /home/morten/.mozilla/firefox/kpsa4zom.default/pluginreg.dat
    /home/morten/.mozilla/firefox/g59tp699.default/pluginreg.dat
    /usr/lib/firefox-3.5.5/searchplugins
    # find / -name libjavaplugin_oji.so -print
    /usr/java/jre1.6.0_17/plugin/i386/ns7/libjavaplugin_oji.so
    /usr/java/jre1.6.0_17/plugin/i386/ns7-gcc29/libjavaplugin_oji.so
    cd /usr/lib/firefox-3.5.5/searchplugins
    # ls -l | grep java
    lrwxrwxrwx. 1 root root 58 2009-11-17 19:42 libjavaplugin_oji.so -> /usr/java/jre1.6.0_17/plugin/i386/ns7/libjavaplugin_oji.so
    It did not work on first attempt.
    I just wanted to report that similar problems may occur, and I will try your suggestions. If someone knows other details about this topic JDK on Fedora or Red Hat based Linux, please comment.
    The instructions from here:
    How do I download and install Java for my Linux computer?:
    http://java.com/en/download/help/5000010500.xml#rpm
    Java Downloads for Linux Recommended Version 6 Update 17
    did not work as documented. On my 32 bit fedora 11.

  • Installing Java EE SDK over SE SDK

    I am running Java SE 6 on WIndows XP. I have
    Java DB 10.4.1.3
    Java 6 Update 11
    Java 6 Update 7
    Java SE SDK Update 11
    installed.
    1. Do I need to uninstall the SE SDK before installing Java EE 5 SDK?
    2. Is it safe to assume that Java EE SDK is a superset of SE SDK? When I first started learning
    Java I knew I didn't need the EE edition, but now I want to start exploring its features.
    Thanks,
    Mitch

    This is very close to my problem,
    32 bit Fedora release 11 (Leonidas)
    ls -lh java_ee_sdk-5_08-jdk-6u17-linux.bin
    -rwxrwxr-x. 1 morten morten 161M 2009-11-17 20:18 java_ee_sdk-5_08-jdk-6u17-linux.bin
    md5sum java_ee_sdk-5_08-jdk-6u17-linux.bin
    dc71fc44ce1d10c1a9d53edde4ff858f java_ee_sdk-5_08-jdk-6u17-linux.bin
    should be a correct download.
    chmod a+x java_ee_sdk-5_08-jdk-6u17-linux.bin
    # ./java_ee_sdk-5_08-jdk-6u17-linux.bin
    ./java_ee_sdk-5_08-jdk-6u17-linux.bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
    same error as you reports. There was also an error and IIRC an incompatibility with the latest java plug in for firefox .
    # find / -name '*plugin*' -print | grep firefox
    /home/morten/.mozilla/firefox/kpsa4zom.default/pluginreg.dat
    /home/morten/.mozilla/firefox/g59tp699.default/pluginreg.dat
    /usr/lib/firefox-3.5.5/searchplugins
    # find / -name libjavaplugin_oji.so -print
    /usr/java/jre1.6.0_17/plugin/i386/ns7/libjavaplugin_oji.so
    /usr/java/jre1.6.0_17/plugin/i386/ns7-gcc29/libjavaplugin_oji.so
    cd /usr/lib/firefox-3.5.5/searchplugins
    # ls -l | grep java
    lrwxrwxrwx. 1 root root 58 2009-11-17 19:42 libjavaplugin_oji.so -> /usr/java/jre1.6.0_17/plugin/i386/ns7/libjavaplugin_oji.so
    It did not work on first attempt.
    I just wanted to report that similar problems may occur, and I will try your suggestions. If someone knows other details about this topic JDK on Fedora or Red Hat based Linux, please comment.
    The instructions from here:
    How do I download and install Java for my Linux computer?:
    http://java.com/en/download/help/5000010500.xml#rpm
    Java Downloads for Linux Recommended Version 6 Update 17
    did not work as documented. On my 32 bit fedora 11.

  • Error while installing java and netBeans on Mandriva 2008 linux

    Here are all the lines which are printed on my console during the installation
    [beloo@localhost Desktop]$ ./jdk-6u4-nb-6_0_1-linux-ml.sh
    Configuring the installer...
    Searching for JVM on the system...
    Preparing bundled JVM ...
    Extracting installation data...
    Running the installer wizard...
    /usr/share/themes/Ia Ora Free/gtk-2.0/gtkrc:9: error: lexical error or unexpected token, expected valid token
    [beloo@localhost Desktop]$
    If anybody knows the solution please help me!
    ps: when i install java separated from netBeans i can succesfully install java, but NetBeans install does not starts.
    thx

    Here are all the lines which are printed on my console during the installation
    [beloo@localhost Desktop]$ ./jdk-6u4-nb-6_0_1-linux-ml.sh
    Configuring the installer...
    Searching for JVM on the system...
    Preparing bundled JVM ...
    Extracting installation data...
    Running the installer wizard...
    /usr/share/themes/Ia Ora Free/gtk-2.0/gtkrc:9: error: lexical error or unexpected token, expected valid token
    [beloo@localhost Desktop]$
    If anybody knows the solution please help me!
    ps: when i install java separated from netBeans i can succesfully install java, but NetBeans install does not starts.
    thx

  • Error when installing java se sdk  6.16

    Hi All,
    while installing java se 6.16 sdk I get this error: " Installer: Wrapper.WriteFile(In small chunks) failed with error 112: there is not enough space on the disk."
    I can not figure this out as my hard drive has 207Gb free.
    any help apreciated.
    Best Regards
    Luis

    I'm seeing exactly the same problem with JDK 6 Update 17 under Windows XP. I've got plenty of disk space. Anyone got any suggestions?

  • Getting error message when installing Java 2 SDK SE V1.4.2_02

    When I go to install the program Java 2 SDK SE V1.4.2_02, it starts fine, put mid way through the installation I get the following error:
    Error 1316.A network error occurred while attempting to read from the file
    http://java.sun.com/webapps/download/GetFile/1.4.2_02-b03/windows-i586/Java 2 SDK, SE v1.4.2_02.msi. And the installation just stops.
    I am running Windows XP Home, and IE 6.0. Any help would be greatly appreciated.....
    Thanks,
    Bob

    This error evidently occurs after an upgrade to XP from a prior Windows version. From what I have read, it is due to some registry problems with the upgrade. You may not be able to do an uninstall, but you can install a new JVM by using the offline install as opposed to an MSI install.
    If you are able to get around your uninstall issue, please let us know.
    Thanks...

  • INSTALLING JAVA 2 SDK 1.4 PROBLEMS

    Hi !!!
    I am new to java and followed the installation notes Java 2 SDK standard edition to install this application. Well i have tried 10 times restalling this application I always get the same problem that is, when the application is uploaded I open it and a message prompts saying the files can not be extracted there is a corruption. I have even deleted the files from control panel and tried many time again keep getting same problem I have also downloaded the application from different sites.
    What do I do??? My start to java is hell!!
    Please some one help me!

    Make sure you are logged in as admin or equivalent (assuming you have NT/Win2k/XP) and see if that clears up the problem. If you keep getting this error even after downloading from multiple sites, it hints at a deeper problem...perhaps bad internet connection, or a virus. THOUSANDS of copies of this have been downloaded over time and if there was some major problem with it, more users would complain.

  • Installing java 2 SDK,SE v1.4.2_01

    i installed this in the windows offline version, in my add remove programs i have
    java 2 sdk,se v 1.4.2_01
    and also
    java 2 runtime environment, se v1.4.2_01
    does this package install both or did i leave the runtime enviornment installed by mistake before i installed this one. LOL thank's

    Hello, Well i got the hello world application to work and turn to a class file.
    but
    im getting an error while trying to do the hello world applet, the error message is error: cannot read: HelloWorld.java
    1 error
    here is the code.
    import java.applet.*;
    import java.awt.*;
    * The HelloWorld class implements an applet that
    * simply displays "Hello World!".
    public class HelloWorld extends Applet {
    public void paint(Graphics g) {
    // Display "Hello World!"
    g.drawString("Hello world!", 50, 25);
    <HTML>
    <HEAD>
    <TITLE>A Simple Program</TITLE>
    </HEAD>
    <BODY>
    Here is the output of my program:
    <APPLET CODE="HelloWorld.class" WIDTH=150 HEIGHT=25>
    </APPLET>
    </BODY>
    </HTML>

  • L00000k Help me Install Java 2 SDK, SE v1.4.2_05

    Hey, I'm trying to download this Java from this site (I need to download this excat Java, I can't download any other ones...) :
    https://sdlcweb1a.sun.com/ECom/EComActionServlet/LegalPage:~:com.sun.sunit.sdlc.content.LegalWebPageInfo;jsessionid=sdlcweb1a.sun.com-ab15%3A411f9048%3Ad7a645b4a44a7ec3
    First off, which one shoudl I download. I tried downloading both of them, and got errors on them both. Please help me out as I really want to use the java. You can look at my post here on another forum and it has pictures of what went wrong. I get two errors, the first one is when Its trying to copy the files in the installation. The error I get says "Error 1335. The cabinet file 'st142000[1].cab' required for this installation is corrupt and cannot be used. This could indicate a network error, an error reading from the CD-Rom, or a problem with this package.... After that I click retry, and nothing happends same error, so I click Ignore. Then another error comes up and it says 'Internal Error 2350'. Then I get the thing where it shoudl say installation complete, but instead it says "The wizard was interuppted before Java 2 SDK, SE v1.4.2_05 could be completly installed.
    Please someone help me figure this out because I really want to use java. If any of you guys want to see what happends in picturse, view the post I made on a other forum, and they (the members on that forum) didnt really help me out at all. They just told me to re-download it, which I did about four times. http://jagex.us/SBoT196/viewtopic.php?t=16&postdays=0&postorder=asc&start=30 (I'm Travisu88 on that site)

    See my reply to this thread http://forum.java.sun.com/thread.jsp?forum=14&thread=546824&tstart=0&trange=100
    Before attempting this, make sure that all previous Java install attempts and resulting folders and files are removed from your computer. If the computer is not clean problems will likely result.
    This is the standard way to download the current Java. I recommend that you use the offline installation option if you are installing on Windows, it is less likely to cause problems.

  • Java ME SDK 3.x for Linux/Unix

    Hi!
    There was talk the last couple of years of a Linux/Unix release for the Java ME SDK 3.x,
    but as of today I see nothing like that at the download site.
    Does anybody know the state of this?
    A Linux/Unix SDK would be very helpful to me in my development work!
    (This is a ping to users, who themselves are Oracle Product Development personnel!)

    Yes, a real need for many developers.
    cherrs

Maybe you are looking for