Cannot install SDK 1.4 on Suse Linux 8.0

When I want to install the SDK 1.4 on Suse Linux 8.0 comes the error "bad interpreter, keine Berechtigung".
I typed in a console window "./j2sdk.... .bin". I tryed both versions, the rpm and the tar shell script and also as root.

That error appears to be along the lines of "bad interpreter, no authorization". (considering "Permission Denied") :-/ Possibly chmod +x the file(s) before running, or run the command "sh ./j2sdk.....bin".
Bhav

Similar Messages

  • Cannot install WTK 2.2 on Suse Linux 10.2 with JDK1.6.0

    Dear all, I've just tried to install the Java Wireless Toolkit on my Pc, I've Linux Suse 10.2 with JDK 1.6.0. When i execute the j2me_wireless_toolkit-2_2-linux-i386.bin i get this error
    Enter a path to the Java 2 SDK: /usr/java/jdk1.6.0/bin
    /usr/java/jdk1.6.0/bin/java
    Testing /usr/java/jdk1.6.0/bin/java...
    Exception in thread "main" java.lang.ClassFormatError: Extra bytes at the end of class file com/sun/kvem/environment/JavaVersionTester
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
    at java.net.URLClassLoader.access$000(URLClassLoader.java:56)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    /usr/java/jdk1.6.0/bin is not a suitable Java interpreter
    Enter a path to a Java 2 SDK (For example: /user/jdk1.4/bin). You can type "exit" to cancel installation.
    There is somebody for helping me? Thank you!!!

    Have you tried to use an older version of the JDK? Maybe the rather old WTK 2.2 is not working with the latest JDK. I use it with JDK 5.0 (or 1.5.0). Perhaps you should give it a try.

  • Error while trying to install NI-VISA driver on SUSE LINUX 11.1(The version of gcc in the path does not match the version of gcc used to compile the currently running kernel.)

    hi i am trying to install NI-VISA driver on SUSE LINUX 11.1.
     the error message it shows is
              ******************************** ERROR ****************************************
    * The version of gcc in the path does not match the version of gcc used to    *
    * compile the currently running kernel.  This can cause unpredictable         *
    * behavior in kernel drivers and should be fixed.                             *
    * gcc version: Linux)                                                          *
    * kernel compiled with: 4.3.2                                                 *
    ******************************** ERROR ****************************************
    my kernel source version is 
       linux-8nes:/home/admin # rpm -qi kernel-source
    Name        : kernel-source                Relocations: /usr/src
    Version     : 2.6.27.29                         Vendor: openSUSE
    Release     : 0.1.1                         Build Date: Sun 16 Aug 2009 03:43:52 PM IST
    Install Date: Sat 24 Oct 2009 02:13:12 AM IST      Build Host: rinck
    Group       : Development/Sources           Source RPM: kernel-source-2.6.27.29-0.1.1.src.rpm
    Size        : 309251954                        License: GPL v2 only
    Signature   : RSA/8, Sun 16 Aug 2009 03:57:25 PM IST, Key ID b88b2fd43dbdc284
    Packager    : http://bugs.opensuse.org
    URL         : http://www.kernel.org/
    Summary     : The Linux Kernel Sources
    Description :
    Linux kernel sources with many fixes and improvements.
    Authors:
        Linus Torvalds <[email protected]>
        see /usr/src/linux/CREDITS for more details.
    Source Timestamp: 2009-08-15 17:53:59 +0200
    GIT Revision: 8a413546901c407e96f7fba18574cceeb40452af
    GIT Branch: SLE11_BRANCH
    Distribution: openSUSE 11.1 
    i had also installed GCC 4.3.2.
    it shows the error message as i had posted.
    please kindly help me on this.
    Thanks and regards,
    P.karthick

    Check this solution

  • Is possible to install Application server 7 on SuSE linux 9.0

    is possible to install Application server 7 on SuSE linux 9.0

    Actually, this might not be the case since version 7 is based on native implementation of web container while version 8 is based on Tomcat (i.e. pure Java implementation). So, version 7 will definitely be more prone to platform specific issues.
    Just something to have in mind...

  • I installed Oracle database 10g on SuSE Linux Enterprise Server 8 edition.

    I installed Oracle database 10g on SuSE Linux Enterprise Server 8 edition.
    But this massage pop up when I used my browser first time before start database.
    Actually when I clicks on yes to start database.
    The web browser you are using is not optimized for this release of Oracle enterprise manager. It is recommended that you use one of the following:
    * Microsoft Internet Explorer version 5.5, 6.0 or higher
    * Netscape Navigator version 7 and higher
    *Mozilla version 1.3.1 and higher
    Dose any one know hoe to upgrade mozilla or install internet explorer 5.5, 6.0 or higher or SLES 8.
    Regards,
    D

    You can download package for your distribution (for example) from http://www.mozilla.org or directly from SuSE ftp server ftp://ftp.suse.com/pub/suse/i386/9.1/suse/i586
    IE for linux does not exist.

  • Error Message Installing Creator 2.1 on SUSE LINUX 9.1

    Hi,
    I'm new to LINUX, I tried to run the : creator-2_1-linux-ml.bin from the Root console and I got the following error message:
    Xlib: connection to ":0.0" refused by server
    Xlib: No protocol specified
    The installer is unable to run in graphical mode. Try running the installer with the -console or -silent flag.
    What can I do to fix this?
    (any step by step procedure I could use?)
    Thank you for your help,
    Kind regards,

    I have managed to set DISPLAY:
    DISPLAY is an environment variable. To set it you need to know what shell you're in (ksh, csh, bash, etc). You can do this to find out which shell you're in:
    % echo $0
    Then, if csh, do:
    % setenv DISPLAY :0.0
    If ksh or bash, do:
    % export DISPLAY=:0.0
    To verify:
    % echo $DISPLAY
    But I still have the same original Error message:
    Xlib: connection to ":0.0" refused by server
    Xlib: No protocol specified
    The installer is unable to run in graphical mode. Try running the installer with the -console or -silent flag.

  • Can't Install Solution Manager on Suse Linux Enterprise Server 10 - JAVA

    Hello everyone!
    I've been trying to complete the pre-requisites in order to install Solution Manager SR2 on Suse Linux Enterprise Server 10 x64 - SP1.
    There's only one last condition that I haven't met, and it's the Java Runtime Environment version...
    I checked the recommended note 867110 and it says that  i need to have installed the J2SDK 1.4.2_08.
    SLES10 includes the 1.4.2_13, so I had to uninstall it, and download the right version from  Sun Microsystem's official webpage.
    When I installed the version 1.4.2_08, i'm not able to run SAPINST because there's no Java Runtime Environment running on the server.
    I started to investigate and I found in some forums [NOT EXPLICITLY] that there's no port for J2SDK 1.4.2_08 on x64 linux systems.
    I can't believe this is true because SLES10 is recommended by SAP to install Solution Manager, so I hope somebody can help me on this.
    My specific question is: Does anybody know if is true that J2SDK 1.4.2_08 is NOT COMPATIBLE with x64 Linux?
    In case of being true, is there any way to be able to run SAPINST ? because if I enable the version SLES brings built in, i'm able to run the SAPINST but it detects that i'm not running version 1.4.2_08 and doesn't allow me to continue installation.
    I hope somebody can help me soon...
    Regards!

    > SAPINST_JRE_HOME=/opt/IBMJava2-s390-142/jre/bin:$PATH
    >
    > JAVA_HOME=/opt/IBMJava2-s390-142/jre/bin:$PATH
    You downloaded the wrong version - the one you have is for Z-Linux(Linux running on the mainframe - not for x64).
    You need to download the x86_64 (or AMD64) version.
    Install the correct one and try on a new console:
    export JAVA_HOME=/opt/IBMJava2-amd64-142
    export PATH=$JAVA_HOME/bin:$PATH
    Then execute
    java -fullversion
    and it should show the correct version.
    Markus

  • How to install oracle 10g on suse linux

    Hi,
    can anybody let me kbow how to install oracle 10.2 on suse linux.....
    i have installed suse linux but couldn;t able to install oracle 10g on the same....
    looking for gud suggestion.....

    These two are good to start with
    Installing Oracle Database 10g on SUSE Linux Enterprise Server 9 and on SUSE Linux Professional 9.1, 9.2, and 9.3
    http://www.puschitz.com/InstallingOracle10gOnSUSE.shtml
    Oracle Products on SUSE Linux Enterprise: Documents
    http://www.novell.com/products/server/oracle/documents.html

  • Problems installing 10g on Suse Linux (Failed dependencies: libaio)

    I am having problems installing Oracle 10g on a Suse Linux Operating system. I get the following error message.
    # rpm -ivh oracle-xe-10.2.0.1-0.1.i386.rpm
    error: Failed dependencies:
    libaio >= 0.3.96 is needed by oracle-xe-10.2.0.1-0.1
    Can anyone help me with this?
    Message was edited by:
    user473930

    Please also read the install documentation. This has been noted as a requirement for oracle-xe (you need one more lib ;) ) This also helps you setup your DB, etc, etc.

  • Developer 6i on suse linux 7.3 INSTALLATION gives me 'rdbms' error ? what can i do ?

    hi
    i am trying to install developer6i release 2 on suse linux 7.3 and before installation get the following error :
    rdbms' software is not available in the current
    distribution source and has not been installed.
    You must obtain and install 'rdbms' software from
    some other source first.
    Note: You may also get this error if the Installer
    registry file has been overwritten
    what can i do to fix this ???

    hi
    i am trying to install developer6i release 2 on suse linux 7.3 and before installation get the following error :
    rdbms' software is not available in the current
    distribution source and has not been installed.
    You must obtain and install 'rdbms' software from
    some other source first.
    Note: You may also get this error if the Installer
    registry file has been overwritten
    what can i do to fix this ???

  • Ecc 6.0 installation on suse linux 10 server

    can anyone plz send me the step by step procedure of installing ecc 6.0 on suse linux 10

    srjn_123 wrote:
    can anyone plz send me the step by step procedure of installing ecc 6.0 on suse linux 10
    Inappropriate Question.
    If you have SAP OSS access, then please browse through service.sap.com/instguides --> SAP Business Suite --> ERP --> ERP 6.0
    Read the Guides.
    Thanks

  • OAS 4.0.7 on SUSE Linux 6.1 gets very slow or hangs

    Hallo out there,
    we installed OAS 407 on a SUSE Linux 6.1 system with ORACLE
    Server 8.0.5.0.0. After long time solving installation problems,
    we are now able to start OAS via the OAS-Manager html page.
    And we are able to launch a simple PL/SQL-application, which
    produces the output of a system table. Now, the thing is, that we
    can start this application once or twice or maybe a few times
    more but then the system hangs or gets very slow, so that only a
    hard reboot of the server machine works.
    We configured the NR_TASKS parameter in tasks.h to get ulimit to
    512 for the user processes. System seemed to work better then,
    but maybe only a little bit better.
    We have also got problems with domain-names and node-names, which
    sometimes are just machinename, then machinename.domainname, then
    again machinename.badister.(none) .
    If there is anyone out there who has got the same problems or
    solved them, please tell me.
    Ralf
    null

    I have wasted a lot of time trying to get OAS 4.0.7 to run with
    a 2.2 kernel... it doesn't work, even after you've fixed all the
    problems like to ps command for example, the listeners hang. I
    now have it working on a 2.0 kernel, which is reasonably stable,
    although I have to do a reboot every few days!
    Michael Seiwert (guest) wrote:
    : Hi,
    : I have a problem with installing the OAS 4.0.7 on my SuSE 6.2
    : System. The 8i Database works fine.
    : 1. When I try to start oasctl start & it complains about my ps
    : utils ... Threads not shown etc. ..
    : 2. What have to be done to run the Database Browser in
    : DBUtilities ?
    : Logger Tables, PLSQL Catridge ... are installed!
    : 3. How could I check with a little PL/SQL Application that
    : the OAS works ??
    : 4. I've heard about a patch on "oracle-ftp.oracle.com"
    : /patchset/internet/linux/oas40701-patch..
    : Maybe this patch solves my problems ???
    : I hope someone could help me with my problems!!!
    : Thank you very much!
    : Micha
    null

  • Nexus DCNM System Requirement SUSE Linux in place of Red Hat Linux

    Can we install DCNM management software on SUSE Linux in place of Red Hat Linux?

    We only support windows and red hat today as it does take significant QA effort to qualify more operating systems. Expect to see red hat virtual appliance early next year along with db appliance.
    Sent from Cisco Technical Support iPhone App

  • How to automatically startup Oracle on SUSE Linux

    I have Oracle 11g installed on a server running SUSE Linux 11. I followed the official Oracle instructions to try to set up Oracle for automatic startup.
    My /etc/oratab file contains the following:
    sidname:/opt/oracle/product/11gR2/db:Y
    I created a /etc/init.d/dbora file, which contains the following:
    #! /bin/sh  -x
    # Change the value of ORACLE_HOME to specify the correct Oracle home
    # directory for your installation.
    ORACLE_HOME=/opt/oracle/product/11gR2/db
    # Change the value of ORACLE to the login name of the
    # oracle owner at your site.
    ORACLE=oracle
    PATH=${PATH}:$ORACLE_HOME/bin
    HOST=`hostname`
    PLATFORM=`uname`
    export ORACLE_HOME PATH
    if [ ! "$2" = "ORA_DB" ] ; then
       if [ "$PLATFORM" = "HP-UX" ] ; then
          remsh $HOST -l $ORACLE -n "$0 $1 ORA_DB"
          exit
       else
          rsh $HOST -l $ORACLE  $0 $1 ORA_DB
          if [ "$PLATFORM" = "Linux" ] ; then
              touch /var/lock/subsys/dbora
          fi
          exit
       fi
    fi
    case $1 in
    'start')
            $ORACLE_HOME/bin/dbstart $ORACLE_HOME &
    'stop')
            $ORACLE_HOME/bin/dbshut $ORACLE_HOME &
            echo "usage: $0 {start|stop}"
            exit
    esac
    exit
    Then I ran the following commands:
    chgrp dba /etc/init.d/dbora
    chmod 750 /etc/init.d/dbora
    ln -s /etc/init.d/dbora /etc/rc.d/rc0.d/K01dbora
    ln -s /etc/init.d/dbora /etc/rc.d/rc3.d/S99dbora
    ln -s /etc/init.d/dbora /etc/rc.d/rc5.d/S99dbora
    shutdown -r now
    After restarting, Oracle was not running:
    server:~ # ps -fea | grep ora
    root      2681  2563  0 21:18 ?        00:00:00 hald-addon-storage: no polling on /dev/fd0 because it is explicitly disabled
    root      2688  2563  0 21:18 ?        00:00:00 hald-addon-storage: polling /dev/sr0 (every 2 sec)
    root      4491  4333  0 21:19 pts/1    00:00:00 grep ora
    server:~ # ps -fea | grep lsnr
    root      4493  4333  0 21:19 pts/1    00:00:00 grep lsnr
    Oracle runs fine after I start the instance (by logging into sqlplus as "sys as sysdba" and issuing the "startup" command) and listener. But it won't start up automatically after restarting the server. Why is that?

    I got it working.  I had to change the dbora file to look like this:
    #! /bin/sh  -x
    # Change the value of ORACLE_HOME to specify the correct Oracle home
    # directory for your installation.
    ORACLE_HOME=/opt/oracle/product/11gR2/db
    # Change the value of ORACLE to the login name of the
    # oracle owner at your site.
    ORACLE=oracle
    PATH=${PATH}:$ORACLE_HOME/bin
    export ORACLE_HOME PATH
    touch /var/lock/subsys/dbora
    case $1 in
    'start')
            su - $ORACLE $ORACLE_HOME/bin/dbstart $ORACLE_HOME &
    'stop')
            su - $ORACLE $ORACLE_HOME/bin/dbshut $ORACLE_HOME &
            echo "usage: $0 {start|stop}"
            exit
    esac
    exit
    Then I had to delete the listener.log and startup.log files in $ORACLE_HOME because they were incorrectly owned by root.

  • Cannot Install 10.1.3.4 on SuSE Linux

    Hi, all.
    Is 10.1.3.4 version supported on SuSE SLES 9? I can't install due to OUI error:
    Checking operating system version: must be redhat-3 or redhat-4
    Failed <<<<
    If I invoke runInstaller with -IgnoreSysPreReqs flag, nothing appears:
    agente@odiag1:/arquivos_odi/infra/instalacao/linux/setup/Linux/Disk1/install> ./runInstaller -IgnoreSysPreReqs
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3 or redhat-4
    Failed <<<<
    Ignoring required pre-requisite failures. Continuing...Preparing to launch Oracle Universal Installer from /tmp/OraInstall2007-12-13_09-31-04PM. Please wait
    Any ideas?

    I have not tried using Oracle Universal Installer to install ODI 10.1.3.4 on SuSE linux. But on any system not supported by OUI, you can use the manual install method
    Basically, its just copying the entire oracledi folder to your system and modifying the ODI_JAVA_HOME environment variable.
    For more details, browse to the helpfiles on your ODI download (\oracledi\doc\webhelp\en\index.htm) and search under "Manual Installation of ODI"

Maybe you are looking for

  • Adobe Muse not Installing from Cloud using Adobe Application manager

    I am trying to install Adobe Muse from Cloud and receive this message : Error: Third Party payload installer install adobe muse.exe failed with exit code :7 Everything else from Cloud has installed correctly. I am probably doing something wrong as I

  • HP LJ1022 Not Printing on OSX 10.6.1

    I know there are multiple issues here on this forum, but non of them have been answered. Everyone is posting their questions, and not really getting feedback... so, here is my question. My 1022 did work (10.6), until the upgrade to 10.6.1. What happe

  • Time Machine and VMWare (backing up Windows file too???)

    Hello all ... I'm using VMWare to run Windows 7 from my MacBook Air.  Does anyone know if I'm running a Time Machine backup from the 'Mac side' of my computer -- will it back up files from the 'Windows 7 side' of my computer?  Thanks!

  • 11.5.9.2 Upgrade

    We are doing an upgrade from 11.5.9.2 (AIX) to 11.2.0.3 (Linux) and wanted to see what the best path would be for the DB. Currently on 9i on AIX Will migrate to 11g on Linux. Can we do a direct DB upgrade using export/import from 9i to 11g? Or, other

  • AE cs6 crash during render preview

    AE is crashing during a render preview. Version: cs6 11.0.4 (recently updated). System: iMac mid 2011 running os X 10.7.5 Processor: 2.7 GHz Intel Core i5 Memory: 16 gb 1333 MHz RAM Error message: "Last log message was: <4453353824> <ae.blitpipe> <2>