Install various SUN jdk on linux

Hi,
I am using netbeans 5.0 on linux (mandrake 10.0) running on SUN jdk 5.0 update 7.
I have to make a project using SUN jdk 1.3.1 (SUN jdk 1.3.1_18 is a requirement).
I tried to install SUN jdk 1.3.1 but it complains that there is a newer version already installed (i.e. SUN jdk 5.0 update 7).
In wanted to have both SUN jdk installed (I need 5.0 to run netbeans, and 1.3.1 is a requirement for the project). This way, I would specify SUN 1.3.1 kit for the project in netbeans using the "java platform manager" feature.
I forced SUN jdk 1.3.1 install (using rpm ,with rpm -i --nodeps jdk131.rpm), and managed to have both SUN jdk installed at the same time.
But I did not manage to include jdk 1.3.1 in netbeans java platform manager (the directory is detected as a J2SE directory, but gives an error on next screen and cannot be added).
(One possible alternative would be to use IBM or Blackdown jdk 1.3.1 (both are detected without problem in "java platform manager"))
(Another alternative, would be to try some cross compilation modifying ant scripts for boot classpath...)
(Another alternative would be to do this under windows (where both jdk can coexists and netbeans 5.0 agrees to add SUN jdk 1.3.1 without giving an error))
But I wonder if there is a way to do this under linux with both SUN jdk.
Any idea?
(I suppose I am not the first one to try to do this)
Regards

> 716604
>
> also check
>
> http://java.sun.com/j2se/1.4.2/SAPsite/download.html
Unfortunately this is wrong.
On Linux x86_64 the IBM JDK is used.
Note 1172419 - Linux: Supported Java versions on the x86_64 platform
Markus

Similar Messages

  • Sun JDK installed on Fedora 8 but it is not there

    I installed the Sun JDK SE rpm package on my Fedora 8 machine with installation instructions . But when I verify the installation by :
    # java -version
    I get,
    java version "1.7.0"
    IcedTea Runtime Environment (build 1.7.0-b21)
    IcedTea Client VM (build 1.7.0-b21, mixed mode)
    where as I expect (it shoud hhave been) something like:
    java version "1.6.0_01"
    Java(TM) SE Runtime Environment (build 1.6.0_01-b06)
    Java HotSpot(TM) Client VM (build 1.6.0_01-b06, mixed mode, sharing)
    The rpm query output shows me the installed JDK (jdk-1.6.0_05-fcs).
    Have I missed something during installation? How can I get it working?

    Roedy Green [describes it|http://mindprod.com/jgloss/icedtea.html] as "Red Hat’s bundling of the OpenJDK version of Java for Linux. They can’t call it Java, JDK or OpenJDK because Sun has these trademarked. Red Hat can use the code, but not the trademarks under GPL."
    Edited by: pbrockway2 on Apr 13, 2008 10:54 AM
    [iced-tea.org|http://iced-tea.org/wiki/Main_Page] and its faq page might help you figure out what you can rely on when using this software. (Frankly, it didn't clarify things for me...)

  • Can sun jdk 1.5 for webstart and sapjvm co-exist on the same server?

    We just installed PI 7.1. We would like to install sun jdk 1.5 on the PI 7.1 server so we can use the pi tools on the server, but we are not sure if sapjvm and sun jdk can co-exist, or if it's going to cause any problem with PI 7.1, any setting is needed to tell PI which java to use if multiple version is installed? Does anybody know?
    Thanks
    Jane Zhou

    Kaushal,
    Thanks for the reply. note 718901 mentioned to change the jdk version, parameter jstartup/vm/home in instance profile can be used. if that's the case, that should be how we tell PI system whch jdk to use? in PI 7.1, it's point to DIR_SAPJVM, which points to sapjvm_5 in \exe directory. The notes you mentioned all apply to versions before 7.1, I'm wondering if it still works the same way with 7.1 systems.
    Has anybody installed a sun jdk on PI 7.1? anything that we need to pay attention to?
    Thanks
    Jane

  • Installing Sun Portal on Linux

    hi,
    I am installing Sun portal on Linux . When I am trying to configure it during installation it is giving me error like Invalid HostName. But the hostname I have written is exactly same as I have got after running the "hostname" command.
    Kindly provide some help.
    thanks in advance
    dhawanmayur

    thanks for the advice, Wes. received your email.
    was successfully able to get the entire 2005Q4 JES installed on fedora core 3. i belive this has a slightly earlier version (v6?) of the portal.
    decided not to bother with fedora 4, and i do not have a copy of red hat enterprise to install on.
    just a few installation notes for anyone attempting to do this.
    1. make sure selinux is disabled before installing. open /etc/selinux/config and set SELINUX to disabled.
    2. make sure your system has the package compat-libstdc++. specifically, i belive the installation requires libstdc++-6.2.2.
    [root@localhost selinux]# rpm -qa | grep compat-lib
    compat-libstdc++-8-3.3.4.2
    compat-libstdc++-devel-8-3.3.4.2
    [root@localhost selinux]# rpm -q -l compat-libstdc++-8-3.3.4.2
    /usr/lib/libg++.so.2.7.2.8
    /usr/lib/libstdc++-2-libc6.1-1-2.9.0.so
    /usr/lib/libstdc++-3-libc6.2-2-2.10.0.so
    /usr/lib/libstdc++-libc6.2-2.so.3
    /usr/lib/libstdc++.so.2.7.2.8
    /usr/lib/libstdc++.so.2.8.0
    /usr/lib/libstdc++.so.2.9.dummy
    /usr/lib/libstdc++.so.5
    /usr/lib/libstdc++.so.5.0.7
    [root@localhost selinux]# rpm -qa | grep compat-lib
    compat-libstdc++-8-3.3.4.2
    compat-libstdc++-devel-8-3.3.4.2
    [root@localhost selinux]# rpm -q -l compat-libstdc++-8-3.3.4.2
    /usr/lib/libg++.so.2.7.2.8
    /usr/lib/libstdc++-2-libc6.1-1-2.9.0.so
    /usr/lib/libstdc++-3-libc6.2-2-2.10.0.so
    /usr/lib/libstdc++-libc6.2-2.so.3
    /usr/lib/libstdc++.so.2.7.2.8
    /usr/lib/libstdc++.so.2.8.0
    /usr/lib/libstdc++.so.2.9.dummy
    /usr/lib/libstdc++.so.5
    /usr/lib/libstdc++.so.5.0.73. make sure korn shell is installed at /bin/ksh.
    4. run the installer utiltiy.
    in my opinion Sun needs to support more than just the list of platforms they give. it's too restrictive and bad marketing in my opinion; all of the other major portals work on various linuxes fine.

  • /usr/bin/java Permission denied after installing JDK on linux

    Hi Guys,
    I installed jdk-6u1-linux-i586-rpm.bin and I am getting strange errors like this:
    1 When I simply run "java" in shell I get this:
    /usr/bin/java: line 67: /tmp/javaf10273: Permission denied
    /usr/bin/java: line 67: /tmp/javaf10273: Success
    2. When I try to run an sh file I get this:
    Warning: -ms128m not understood. Ignoring.
    Warning: -mx128m not understood. Ignoring.
    /usr/bin/java: line 67: /tmp/javae10796: Permission denied
    /usr/bin/java: line 67: /tmp/javae10796: Success
    I searched around and as I understand the linux package may have contained some older java version, and the comp is still trying to use that.
    But these notes did not say how to uninstall that older version, orr what to do.
    Can you please maybe point me somewhere?
    Thanks,
    Gyuri

    The RPM installer for the Sun JDK installs Java in /usr/java/jdk1.6.0_01. Just add /usr/java/jdk1.6.0_01/bin to your path before /usr/bin and it should be fine.
    Additionally, there are no -ms and -mx parameters, those should be -Xms and -Xmx.

  • Installing JDK in Linux

    Hi I have managed to install the self extracting binary on Ubuntu 7.10, but when I run "java -version" I get the following message.
    gregory@dirge:/usr/java/jdk1.6.0_03$ java -version
    java version "1.5.0"
    gij (GNU libgcj) version 4.2.1 (Ubuntu 4.2.1-5ubuntu5)
    Copyright (C) 2007 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions.  There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.Does someone know how I can get the SUN JDK working? I have been searching for an answer and one of you guys/gals be of assistance.

    I tried to install Java on Ubuntu 7.10 using apt-get, unfortunately it failed for me.
    I did some more searching around and found these manual instructions which are valid for both Ubuntu and Debian.
    http://wiki.serios.net/wiki/Debian_Java_JRE/JDK_installation_manually
    These are the commands I used to install the Java JDK binary
    You have to dowload the latest Java JDK (in this case, jdk-6u3-linux-i586.bin) from the Sun Java site.
    Change directory to /usr/local/lib
    cd /usr/local/libFrom there extract the JRE or JDK archive file you downloaded:
    sudo sh /some/path/jdk-6u3-linux-i586.binIn the above commands, replace /some/path with where the JRE/JDK .bin/.tgz resides and of course replace the filename with what it actually is in your case.
    Now create some symlinks so that the executables can be run easily. Change directory to /usr/local/bin
    cd /usr/local/binFrom there execute the following set of commands:
    sudo ln -sf ../lib/jdk1.6.0_03/bin/* .Pay attention to the period at the end of the command, it is required. And adjust the directory as well to what you have (e.g. jdk1.6.0_03 for the Sun Java 1.6.0_03 JDK).
    3 Verify installation
    To verify that the installation was successful, execute
    java -versionThe output should look something like this if everything is well
    java version "1.6.0_03"
    Java(TM) SE Runtime Environment (build 1.6.0_03-b05)
    Java HotSpot(TM) Client VM (build 1.6.0_03-b05, mixed mode, sharing)

  • Sun Studio 10 Linux, RHEL3 U4, install fails on openmotif21.

    Hello everyone,
    As a long-time user of Sun WorkShop... I mean Forte.. I mean Studio; it was with great anticipation that I downloader Sun Studio 10 for Linux.
    On one machine it failed to install and on another it installed properly.
    Here are the details:
    - Machine 1: RHEL3 U2 (x86/i686), small install: Installation of Studio 10 went fine.
    - Machine 2: RHEL3 U4 (x86/i686), complete install : Installation of Studio 10 failed. The following can be gathered from the logs under /var/opt/sun:
    [....snip....]
    Installing Sun Studio Software
    Log file: /var/opt/sun/install/logs/Sun_Studio_Software_install.A04060111
    Installed: /var/prod/com.sun.studio_10/uninstall_Sun_Studio_Software.class
    Uninstaller is at: /var/prod/com.sun.studio_10/uninstall_Sun_Studio_Software.class
    Standalone Tools: Building Software
    Installing RPM: sun-dmake-10.0-1
    [....snip....]
    System packages supporting Sun Studio Software
    Installing RPM: openmotif-2.1.31-2_IST
    error: Failed dependencies:
    openmotif < 2.2.2 conflicts with openmotif21-2.1.30-9.RHEL3.4
    Error: RPM openmotif-2.1.31-2_IST install failed}.
    Install complete. Package: openmotif-2.1.31-2_IST
    rpm: Skipping rpm remove of openmotif-2.1.31-2_IST, not installed.
    rpm: Skipping rpm remove of sun-svc-locale-zh-10.0-1, not installed.
    [....snip....]
    And everything is removed. Is this issue documented somewhere? Is there a workaround?
    Thanks for reading,
    Vincent

    Deselecting 'system supporting packages' from the Sun Studio 10 installation list made the trick and Studio finished installing.
    However, I have a few concerns:
    1) Since Studio will be using the system's openmotif, will it be supported? (I guess not).
    2) Since openmotif-2.1.31-2_IST.i386.rpm from the Studio 10 IDE kits lands under /usr/OpenMotif-2.1.31 and should not conflict with any kind of other/system openmotif, why didn't SUN just create a sun-openmotif-support package? This would prevent a naming conflict when trying to install on RHEL3 if RHEL's openmotif21 is already installed?
    3) It appears to work fine, even without SUN's provided openmotif.
    Cheers,
    Vincent

  • How to install JDK on LINUX Ubuntu on system with no net/wireless?

    Hello!
    I need to install JDK on LINUX Ubuntu on system with no net/wireless connection.
    What are the commands?
    Thank you!
    Edited by: 800512 on 07:29 10/01/2011

    - Download your release of choice from http://www.oracle.com/technetwork/java/javase/downloads/index.html
    - Put the file on a USB thumb drive
    - Mount that drive on the target machine
    - Follow the installation instructions.
    The Linux/Ubuntu downloads of the JDK are offline installers (i.e. the downloaded file contains everything that's required). Only Windows currently has an online installer (smaller initial download, but requires a net connection for the actual installation)
    Alternatively: install the OpenJDK from the official Ubuntu packages using apt-zip (http://wiki.debian.org/AptZip).

  • Installing JDK in linux (ubuntu)

    Ubuntu installs software by running an install script. I download the JDK package file for Linux and select OPEN rather than SAVE as the download option. I Looked everywhere for the install script but couldn't find it. The first time around I selected SAVE rather than OPEN when I downloaded the file. The file name is jdk-7u3-nb-7_1_1-linux-ml.sh. I couldn't find any unzip program that could unzip the saved file. That is why I chose OPEN rather than SAVE the next time around.
    MY QUESTION IS: where can I get the install script? Also what unzip program will unzip the saved file? Does anyone have a suggestion?

    The easy way to install open jdk, you can simply issue the following command in your terminal :
    sudo apt-get install openjdk-7-jdk
    if you want to install oracle JDK, you must download jdk archive file (tar file, not rpm) here : http://www.oracle.com/technetwork/java/javase/downloads/index.html
    Unzip it any where you like, then set your path manually , that would be something like this :
    there is a text file in your home directory called .bashrc
    you can open it with any editor you like or type the following in terminal :
    sudo nano .bashrc
    then add the following lines at the end of .bashrc file, and save : (replace ##AddressToJAVA## with your java (JDK or JRE) path. your path would be something like : /home/me/jdk1.7.0_02
    JAVA_HOME='##AddressToJAVA##'
    export JAVA_HOME
    PATH=$PATH:$JAVA_HOME/bin
    export PATH
    CLASSPATH=$JAVA_HOME/lib
    export CLASSPATH
    the logout and login, and test your installation :
    "java -version" command must echo your installation version

  • Jdk-6u30-linux-i586.bin: 113: ./install.sfx.31922: not found

    Anybody else has this error message when unpacking jdk6 u30 32bit ?
    ./jdk-6u30-linux-i586.bin
    Unpacking...
    Checksumming...
    Extracting...
    ./jdk-6u30-linux-i586.bin: 113: ./install.sfx.31922: not found
    Failed to extract the files. Please refer to the Troubleshooting section of
    the Installation Instructions on the download page for more information.
    I've downloaded it a number of times from http://download.oracle.com/otn-pub/java/jdk/6u30-b12/jdk-6u30-linux-i586.bin. Unfortunately the error stays.
    Length: 85,282,052 bytes
    md5sum -b jdk-6u30-linux-i586.bin => e1c967b62c552bc28325619fe2649685 *jdk-6u30-linux-i586.bin                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    You need to run the i586 installer on a 32-bit machine. It won't work on a 64-bit machine.
    If you want to install on a 64-bit machine then you need the 64-bit installer.

  • Sun JDK 1.3 slower on Solaris 8 than Linux 6.2

    I'm doing platform testing to determine which OS will run my application the fastest. I
    have a RH Linux 6.2 box with dual p3-700's /512 Mb RAM running WLS 5.1 sp 5 with
    Sun's JDK 1.3 and a Sun E-250 running Solaris 8, with dual Sparc 400's / 512 Mb
    RAM running WLS 5.1 sp5 with Sun's JDK 1.3 Amazingly, the Linux box runs about
    2x to 3x faster under load than the Sun box. Based on the hardware being used, one
    would assume the Sun box would be AT LEAST as fast if not FASTER than the Linux
    box. Surely, Sun didn't write a JDK for Linux that outperforms Solaris. There are alot
    of different features/switches to the 1.3 JDK, I tried using different combinations and
    so far came to the conclusion that the JVM should be invoked with the following:
    - server -XX:+UseThreadPriorities -Xms256m -Xmx384m

    If you are just looking for raw performance, you will do better on x86.
    Even at the same mhz, you will typically get better performance from an x86
    processor (e.g. P3). If you are looking to save money up front, obviously
    you can't beat commodity x86 hardware running Linux. There are those who
    believe that you save a lot of money (and headache) over the long term by
    going with Sun Sparc running Solaris.
    Cameron Purdy
    Tangosol, Inc.
    http://www.tangosol.com
    +1.617.623.5782
    WebLogic Consulting Available
    "Chris" <[email protected]> wrote in message news:[email protected]...
    >
    Well the question I was asking was what kind of analysis to do.
    I'm not sure what else to tweak, configure, or manipulate. The
    app doesn't hit a db in testing, rather we have it reading from a
    rowset locally on disk to eliminate any latency associated with db access.It is highly CPU bound, the piece of the app in question processes data
    through some complex algorithms to provide data back to the web server. Do
    you think the SPARC 400's are really 2x slower than the P3-700's? If that's
    the case, then
    it would be a hard sell to run a java app on a Sun box at 5x the cost ofrunning it on Linux.
    >
    Thanks,
    -Chris
    Rob Woollen <[email protected]> wrote:
    You'd have to do some more analysis to figure out why the Linux box is
    faster.
    What is your application doing under load? Are you hitting a database?
    Are you cpu-bound, io-bound etc?
    FWIW, if you were cpu-bound, a p3-700 is quite a bit faster than a
    Sparc-400. However, web applications are rarely cpu-bound.
    -- Rob
    Chris Cosie wrote:
    I'm doing platform testing to determine which OS will run my
    application the fastest. I
    have a RH Linux 6.2 box with dual p3-700's /512 Mb RAM running WLS 5.1sp 5 with
    Sun's JDK 1.3 and a Sun E-250 running Solaris 8, with dual Sparc 400's/ 512 Mb
    RAM running WLS 5.1 sp5 with Sun's JDK 1.3 Amazingly, the Linux boxruns about
    2x to 3x faster under load than the Sun box. Based on the hardwarebeing used, one
    would assume the Sun box would be AT LEAST as fast if not FASTER thanthe Linux
    box. Surely, Sun didn't write a JDK for Linux that outperforms Solaris.There are alot
    of different features/switches to the 1.3 JDK, I tried using differentcombinations and
    so far came to the conclusion that the JVM should be invoked with thefollowing:
    - server -XX:+UseThreadPriorities -Xms256m -Xmx384m

  • Uninstall SUN JDK 1.6_14 and install SUN JDK 1.6_18 for Weblogic

    My GridControl server has all of a sudden gone wild in consuming 100% of the cpu. The process was java.exe in the Middleware folder. Somebody suggested to verify the JDK and I indeed have an older version than the one recommended.
    Does anybody know where it is documented on how to uninstall and then reinstall SUN JDK 1.6_18 and have Weblogic still work afterward? (Win 2008 32 bit)
    I'd hate to reinstall the entire Gridcontrol 11g because I have the wrong jdk.
    Thanks.

    Hi,
    Uninstalling SUN JDK 1.6_14 from your Box is optional step....Most of the Servers are flexible enough ...they provide us the facility to change the JDK at any point of time...Without reinstalling the Product from the scrap....
    You can directly install SUN JDK 1.6_18 in your WebLogic Server Box. Then you need to make a small change in the *"<DOMAIN_HOME>\bin\setDomainEnv.cmd"* file ...to change the JAVA_HOME variable value...That's all.
    Next time whenever you will start your WebLogic Servers it will pick up the SUN JDK 1.6_18 version only.
    I am pasting few lines from *"setDomainEnv.cmd"*
    @REM *************************************************************************
    set WL_HOME=C:\bea103\wlserver_10.3
    for %%i in ("%WL_HOME%") do set WL_HOME=%%~fsi
    set BEA_JAVA_HOME=C:\bea103\jrockit_160_05
    <b><font color=red>set SUN_JAVA_HOME=C:\all_Jdks\JDK 1.6_18</font></b>
    set JAVA_OPTIONS=%JAVA_OPTIONS% -Dwhat.is.your.name=Jay_SenSharma
    if "%JAVA_VENDOR%"=="BEA" (
         set JAVA_HOME=%BEA_JAVA_HOME%
    ) else (
         if "%JAVA_VENDOR%"=="Sun" (
              set JAVA_HOME=%SUN_JAVA_HOME%
         ) else (
              set JAVA_VENDOR=Sun
              set JAVA_HOME=C:\bea103\jdk160_05
    @REM We need to reset the value of JAVA_HOME to get it shortened AND
    @REM we can not shorten it above because immediate variable expansion will blank it
    set JAVA_HOME=%JAVA_HOME%
    Thanks
    Jay SenSharma
    http://weblogic-wonders.com/weblogic (WebLogic Wonders Are here)

  • JDK on Linux

    Hi Guru's
    We want to install Solman 4.0 and ECC 6.0 on RHEL5(redhat linux enterprise) and maxdb 7.6
    Please suggest us which jdk that we need to go for(Sun or IBM).
    Please do let us know about the versions like jdk 1.4.2_xx etc.
    Your help would be more appreciable
    Thanks,

    Dear Nikhil,
    please consider the following. The JDK on Linux depends on the processor platform. Please check the following list:
    Linux on i386 = Sun JDK 1.4.2_12
    Linux on ia64 = SUN JDK 1.4.2_12
    Linux on x86_64 = IBM JDK 1.4.2 iFix9
    Linux on power = IBM JDK 1.4.2 iFix9
    For further information, please check SAP Note [723909|https://service.sap.com/sap/support/notes/723909].
    Best Regards,
      Hannes
    Edited by: Hannes Kuehnemund on Jan 22, 2008 11:10 AM

  • Error While Installing ORACLE 10g in Redhat Linux 5.0

    Hi all,
    Anybody please guide me regarding the posted error.
    I'm trying to install ORACLE 10g in Redhat Linux 5.0 and finding error as "Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2009-10-15_09-20-56PM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(Unknown Source)
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at sun.security.action.LoadLibraryAction.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
    at sun.awt.DebugHelper.<clinit>(Unknown Source)
    at java.awt.Component.<clinit>(Unknown Source)
    I tired a lot to sort it out but unable to resolve.So please tell me the possible ways.
    I appreciate all types of clarifications...
    Thanks in Advance
    Sajeev George

    Sajeevcmc wrote:
    Hi,
    Thanks for the reply.
    Could you please tell me the rpm full name and where i can download the same?
    Thanks in Advance
    SAJEEV GEORGEYou need to have the following packages installed already before starting Oracle installation
    http://download.oracle.com/docs/cd/B19306_01/install.102/b15669/pre_install.htm#sthref80
    binutils-2.15.92.0.2-10.EL4
    compat-db-4.1.25-9
    control-center-2.8.0-12
    gcc-3.4.3-9.EL4
    gcc-c++-3.4.3-9.EL4
    glibc-2.3.4-2
    glibc-common-2.3.4-2
    gnome-libs-1.4.1.2.90-44.1
    libstdc++-3.4.3-9.EL4
    libstdc++-devel-3.4.3-9.EL4
    make-3.80-5
    pdksh-5.2.14-30
    sysstat-5.0.5-1
    xscreensaver-4.18-5.rhel4.2
    And from the following link, you can get the same list:
    http://www.puschitz.com/InstallingOracle10g.shtml (Go to Checking Software Packages (RPMs))
    And from my installation guide you can easily install Oracle on Linux by following step by step instruction
    [Step by Step Installing Oracle Database 10g Release 2 on Linux (CentOS) and AUTOMATE the installation using Linux Shell Script|http://kamranagayev.wordpress.com/2009/05/01/step-by-step-installing-oracle-database-10g-release-2-on-linux-centos-and-automate-the-installation-using-linux-shell-script/]

  • Install JSC on a remote linux

    Hi.
    Did anybody install JSC on a remote linux exporting the X?
    I want to install it on our department server (my machine has not memory enough) but, although the X windows are correctly exported (xclock works fine) when i try to execute the installer i get:
    El instalador no se ha podido ejecutar en modo gr�fico. Intente ejecutar el instalador con el distintivo -console o -silent.
    Then i try with "-console" but i get:
    The wizard cannot continue because of the following error: Invalid command line option: console is not supported (1001) (403)
    WARNING: could not delete temporary file /root/ismp001/4095551
    Thanks

    I've tried to install it on the server itself, starting the X on it. The errors are the same, so it is not an error about exporting the X...
    OK, the problem was solved with the instructions from
    http://blogs.sun.com/marcoscorner/entry/creator_2_0_ea_on

Maybe you are looking for

  • Project file not opening in my system

    I have installed a new LabVIEW 8.2 and all the drivers resourses also, i am not able to open th project file, sometimes the NIMax is not opening and keeps me installing again and again but not working properly.even after formating the system i am not

  • My Safari keeps crashing too

    Safari has become very unstable of late. Generally Safari is the only thing actively running at the time (other than Skype which is always open). Crashes occur mostly when multiple windows are open or I have given instructions too fast. This morning

  • My photo stream pics not showing in my PC

    Unable to transfer my iphone or ipad pics to my PC photo stream????. is blank?

  • Why for P.O. Accounting document will not generate.

    Hi, In T.Code ME21N why Accounting Document will not generate, please give brief information, Thanks Samsunder

  • Can i use US iphone4 in india?

    my uncle have bought a iphone4 for me...he is in US and he brings for me to india ..how can i use it? any solution? because i dont want my iphone useless ..i want it to use it in india.. pls help...