Unpacking a rpm.bin file in SuSE Linux

At the LinuxWorld conference I got a "Forte for Java 4" cd which has j2se 1.4 SDK as well as Forte for java 4 in three editions and something called j2ee BluePrints. The Linux version of the SDK is in packed form and needs to be unpacked once it is copied from the cd to a folder on the machine. How do I unpack the file so I can install it using the rpm manager?

You're probably gonna feel a little silly, but here's the answer:
cd /mnt/cdrom/../j2sdkwhatever.rpm.bin .
chmod a+x j2sdk*.bin
./j2sdkwhatever.binI usually get the tar.gz file myself, so I can put it where I want it (usually /opt).

Similar Messages

  • How to install rpm.bin file with rpm

    Have downloaded Java...rpm.bin for Linux. rpm doesn't recognize bin file. Can't find doc to explain what utility converts rpm.bin to simple rpm. What do I use? Thanks.

    It took me some time to figure it out,
    once you downloaded the j2sdk...rpm.bin file, it is a self installation file,
    1) make sure the file is executable
    #chmod 755 j2sdk1.4.0_01.rpm.bin
    2) execute the file
    #./j2sdk1.4.0_01.rpm.bin
    this will install the package and inflate the rpm...
    good luck.

  • How to install j2sdk into Suse Linux

    How to install the j2sdk-1_4_0_03-linux-i586.bin into Suse Linux 8.1

    I done it like this:
    user@linux:~> chmod a+x j2sdk-1_4_0_03-linux-i586-rpm.bin
    user@linux:~> ./j2sdk-1_4_0_03-linux-i586-rpm.bin
    accept licence
    user@linux:~> rpm -iv j2sdk-1_4_0_03-fcs-linux-i586.rpm
    so its installed but not linked
    i install the sdk1.3.x from my suse cd so it create a java2.conf file in /etc/java/
    and change it to:
    # Configuration for java2 package
    Priority: 60
    Vendor : Sun
    Version : 1.4.0
    Devel : True
    JAVA_BINDIR = /usr/java/j2sdk1.4.0_03/bin
    JAVA_ROOT = /usr/java/j2sdk1.4.0_03
    JAVA_HOME = /usr/java/j2sdk1.4.0_03
    JRE_HOME = /usr/java/j2sdk1.4.0_03/jre
    JDK_HOME = /usr/java/j2sdk1.4.0_03
    SDK_HOME = /usr/java/j2sdk1.4.0_03
    JAVA_LINK = j2sdk1.4.0_03
    be sure that CREATE_JAVALINK in sysconfig is set to yes
    else edit it in yast->system->Editor /etc/sysconfig
    after that i uninstall jre1.3.x and sdk1.3.x
    and it works
    good luck

  • Patch: 8.0.5.1 on glibc-2.1 based SuSE Linux 6.2

    See the top of my homepage (http://www.csn.tu-chemnitz.de/~mha/)
    The package opatch.rpm there is for SuSE Linux 6.2, a glibc 2.1
    based distribution. Oracle 8.0.5.1 needs to be patched if you
    want to install it on glibc2.1-based Systems (however,
    upgrading an already running Oracle-System from glibc2.0 to 2.1
    works without any patches to Oracle - the problem is that Oracle
    is relinked during installation, and it must be linked against
    glibc2.0).
    The package also takes care of some other bugs in the Oracle
    installation process. It must be applied to the Oracle
    installation
    tree before installation, which means you cannot install from
    CD. I don3t think this will be a problem - you should have 475MB
    left
    for running Oracle anyway (475MB is the size of the tree of
    Oracle 8.0.5.1 Enterprose Edition)!
    PS: A similar (pre-installation) patch for Oracle 8i is on the
    way.
    null

    I would not blame ORACLE - I think the problem is
    with the EGCS and the libraries.
    I have emails from the linux.devel on these.
    For e.g. a simple program such as
    #include "stdio.h"
    FILE *fp = stderr;
    main() {
    gives error on Redhat 6.0, Caldera 2.2!
    It works on Solaris, IRIX, AIX, Redhat 5.2 and
    even with Visual C++ 6!
    I have had other programs such as pdksh (ksh) also
    dumping on Redhat 6.0 and Caldera 2.2
    (even after I compile everything from source!).
    I have also had nothing but trouble with other databases
    on 6.0. I think new kernels should go through a lot more
    testing before being released like this.
    I am also debating whether to move back to Redhat 5.2!
    Freddy Wissing (guest) wrote:
    : Oracle Development Team wrote:
    : : Oracle 8.0.5.x is certified on GLIBC 2.1 system and a patch
    : : is available for this.
    : : The patch available for download contains two files -
    : : README including instructions for applying the patch and
    : : the patch file glibcpatch.tgz (compressed tar). Follow the
    : : instructions provided in the README to apply this patch.
    : : This patch is available for both 8.0.5 Standard and
    Enterprise
    : : Editions of Oracle.
    : : Get Technical!
    : : http://technet.oracle.com
    : I agree with the others. Referring back to an older library
    : merely for compatibility's sake is different from forward
    : motion. I 've been having nuttin' but trouble with the compat
    : stuff, and now my pro-c stuff won't work at all. (separate
    post)
    : There needs to be REAL glibc-2.1 linking. I hesitate to run
    : anything important (no less mission critical) on top of these
    : compat packages, and it's truly making me rethink my strategy
    of
    : using RedHat/Oracle unless I revert back to RedHat 5.2, which I
    : liked.
    : If you are already publishing a real fix for this, please
    : disregard. Otherwise, please do us this favor. There's a
    : tremendous RedHat 6.0 population out there.
    : Freddy Wissing
    null

  • C++ - JNI on a SuSe Linux - Can't seem to find my Java files

    Hi all,
    I have been playing around with the JNI for a bit now on my windows box and got it working fine and all :) Now, however, I need to port my stuff to a SuSe linux, and I have started out really basic - just trying to start the JVM too see how that went... badly, would be the answer to that question, in case you were wondering.
    I made a really simple textbook example (alot of those, when searching this forum - and searched, I have) to just create myself a JVM. I am not even daring to actually try and find any classes, call methods or anything as bold as that yet.
    My example compiles fine, but when I run the program I get this error message:
    "Can't find class java.lang.NoClassDefFoundError. Invalid class path ?"
    Now, please note, this is not the actual NoClassDefFoundError exception being thrown here, but looks to me as if the system wanted to throw that exception object, but couldn't even find the object to throw at me ;-)
    This leads me to believe that there's is something really basic wrong with my Java setup here. I can run "java" just fine from the commandline, but it occurs to me, that the JVM, when invoked via the JNI, can't find it's own stuff.
    Any suggestion what needs to be done here?
    I can post code if that helps, but I doubt that is the problem - as it is really textbook stuff and I can get this stuff to work on Windows. I think the problem is "external" to my code, as it happens before I even try to use the JVM. Maybe some env vars needs to be set? I have manually tried to export a CLASSPATH variable, just to see if that helped - I even tried adding full path to core.jar in my "-Djava.class.path" property ;-)
    I have tried removing and adding the Java RPM's again (Java version 1.4.1 FYI) to no avail aswell.

    Hi,
    As you hv started working on JNI. You must know the following things.
    1. If you want to work on Windows they must hv to hv a .dll file of your c/C++ program while on linux you should have .so file. i.e. shared object file.
    2. On Linux you should set LD_LIBRARY_PATH environment variable to your the path where you have stored your .so file.
    Let me know if you do have above things and still getting error.
    - Uday
    P.S. You will find help on internet abt How to make dll's and .so file?

  • How to install Linux .rpm.bin

    Downloaded Linux Java release, j2sdk...rpm.bin. Can't find anything willing to process a bin file. Know how to use console rpm or Gnome RPM, but neither will touch a bin file. What to do? Thanks.

    Discovered in other forum queries that bin file is simple executable. As suggested, did "chmod +x j2sdk...rpm.bin", then executed it. All is well. Thanks.

  • How to output executable Bin file under linux from java

    Hi
    im beginner in java under linux and i want to out put my java programs to be bin files that can run
    if this not possilble
    how to run the output jar files with just double click ?
    does i have to run sh file that do the hob how?
    thanks in advance.

    say your main method (application's entry point) is located in a class com.my.Class,
    then first you create a text file (say, manifest.txt) that contains this line:
    Main-Class: com.my.Class
    [/code}
    and then you append this to the jar's manifest as such:
    jar cfm yourjarfile.jar manifest.txt [additional files you might want to add]
    for more info,
    http://java.sun.com/docs/books/tutorial/deployment/jar/manifestindex.html                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • 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

  • How to install j2sdk...rpm.bin on a Red Hat Linux

    Can someone kindly show me the command to install the j2sdk...rpm.bin I just downloaded it from sun and do not know how to install it..
    Thanks.

    Installation instructions are just below where you clicked to select the Linux package for download.

  • BIN file preparation for Zynq Linux FPGA load to /dev/xdevcfg

    hello,
    I want to automatically generate a .bin file so that I can use "cat top.bit.bin > /dev/xdevcfg" in linux running on the Zynq.
    I see that promgen is not part of Vivado.  Is there a way to use write_cfgmem in Vivado to generate a correct .bin file from the .bit file?
    I would just like to add that command to the end of my compile script so that I get the .bin file automatically.  I tried this but I don't think it makes the correct file.
    write_cfgmem -force -format BIN -size 256 -interface SMAPx32 -loadbit "up 0x0 ./results/top.bit" -verbose ./results/top.bit.bin

    This command worked for me.
    write_cfgmem -disablebitswap -force -format BIN -size 256 -interface SMAPx32 -loadbit "up 0x0 ./results/top.bit" -verbose ./results/top.bit.bin

  • How Use "Bin" files net_oepe111130_wls1032_linux32.bin in LINUX

    hello DBA's
    I've downloaded the Weblogic and Fusion Middleware but they are in format ".bin"
    And this is suposse to setup in Lunux?
    Any Ideas whet to do with this?
    thxs
    Bests
    Carlos

    okKarol wrote:
    hello DBA's
    I've downloaded the Weblogic and Fusion Middleware but they are in format ".bin"
    And this is suposse to setup in Lunux?
    Any Ideas whet to do with this?Ensure the .bin file is executable and your Linux environment has access to the net. The bin will run a network-based install.
    These .bin files are usually self-extracting, and a brief description of this is at http://www.cyberciti.biz/faq/howto-unix-command-run-execute-bin-files-in-linux/ (which can be found using http://lmgtfy.com/?q=linux+.bin+files)
    There are forums that deal specifically in installing WebLogic Server, and these forums are available by going to the "Forum Home" link at the top of the page and scrolling down. Curious - why are you asking DBAs who deal primarily with Oracle Database Server and not middleware?

  • Unpacking .bin files

    I'm trying to find a way to unpack a .bin file, stuff it won't do it (duh). Does anyone know of any freeware to unpack bin files? I'm having a hard time finding one myself...

    Try The Unarchiver (www.macupdate.com or www.versiontracker.com.) Stuffit Deluxe will indeed open .bin files.

  • Required RPM's for suse linux 11 for 11.2.0.3 installation

    Hi all,
    O.S  - SUSE Linux Enterprise Server 11 (x86_64)
    Db - 11.2.0.3
    I am installing 11.2.0.3 on suse linux for prerequisite i am getting error for required packages can anybody tell me from where to download these packages.
    I dont have the DVD so i cant mount and install the rpm's .From zypper i am getting this error
    expdev1:~ # zypper install libstdc++-3.4.6
    Loading repository data...
    Reading installed packages...
    'libstdc++-3.4.6' not found.
    Resolving package dependencies...
    Nothing to do.
    Can anybody help me in this

    Hi,
    Yes you can install Oracle Database 11.2 to Suse Linux :
    On SUSE Linux Enterprise Server 10
    2.6.16.21 or later
    On SUSE Linux Enterprise Server 11
    2.6.27.19 or later
    Package Requirements
    The following or later version of packages for SUSE Linux Enterprise Server 10
    must be installed:
    binutils-2.16.91.0.5
    compat-libstdc++-5.0.7
    gcc-4.1.0
    gcc-c++-4.1.2
    glibc-2.4-31.63
    glibc-devel-2.4-31.63
    glibc-devel-32bit-2.4-31.63
    ksh-93r-12.9
    libaio-0.3.104
    libaio-32bit-0.3.104
    libaio-devel-0.3.104
    libaio-devel-32bit-0.3.104
    libelf-0.8.5
    libgcc-4.1.2
    libstdc++-4.1.2
    libstdc++-devel-4.1.2
    make-3.80
    numactl-0.9.6.x86_64
    sysstat-8.0.4
    ■ The following or later version of packages for SUSE Linux Enterprise Server 11
    must be installed:
    binutils-2.19
    gcc-4.3
    gcc-32bit-4.3
    gcc-c++-4.3
    glibc-2.9
    glibc-32bit-2.9
    glibc-devel-2.9
    glibc-devel-32bit-2.9
    ksh-93t
    libaio-0.3.104
    libaio-32bit-0.3.104
    libaio-devel-0.3.104
    libaio-devel-32bit-0.3.104
    libstdc++33-3.3.3
    libstdc++33-32bit-3.3.3
    libstdc++43-4.3.3_20081022
    libstdc++43-32bit-4.3.3_20081022
    libstdc++43-devel-4.3.3_20081022
    libstdc++43-devel-32bit-4.3.3_20081022
    libgcc43-4.3.3_20081022
    libstdc++-devel-4.3
    make-3.81
    sysstat-8.1.5
    Why you not checked : http://docs.oracle.com/cd/E11882_01/install.112/e24326.pdf
    and Please check : https://www.suse.com/LinuxPackages/packageRouter.jsp?product=server&version=11&service_pack=&architecture=ppc&package_na…
    https://www.suse.com/LinuxPackages/packageRouter.jsp?product=server&version=11&service_pack=&architecture=i386&package_name=libstdc%2B%2B33
    Regards
    Mahir M. Quluzade

  • Installation ColdFusion MX 7.02 on SUSE Linux 10

    I tried to install ColdFusion MX 7.02 on SUSE Linux 10 with
    Apache 2 web server and I have this very unusual error. ..
    ./coldfusion-702-lin.bin
    Preparing to install...
    Extracting the JRE from the installer archive...
    Unpacking the JRE...
    Extracting the installation resources from the installer
    archive...
    Configuring the installer for this system's environment...
    awk: error while loading shared libraries: libdl.so.2: cannot
    open shared object file: No
    such file or directory
    dirname: error while loading shared libraries: libc.so.6:
    cannot open shared object file:
    No such file or directory
    /bin/ls: error while loading shared libraries: librt.so.1:
    cannot open shared object file
    : No such file or directory
    basename: error while loading shared libraries: libc.so.6:
    cannot open shared object file
    : No such file or directory
    dirname: error while loading shared libraries: libc.so.6:
    cannot open shared object file:
    No such file or directory
    basename: error while loading shared libraries: libc.so.6:
    cannot open shared object file
    : No such file or directory
    Launching installer...
    grep: error while loading shared libraries: libc.so.6: cannot
    open shared object file: No
    such file or directory
    /tmp/install.dir.25814/Linux/resource/jre/bin/java: error
    while loading shared libraries:
    libpthread.so.0: cannot open shared object file: No such
    file or directory
    Any ideas why it might be are really appreciated.

    Take a look at
    this
    thread on Steve Erat's blog.

  • 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

Maybe you are looking for

  • Itunes 10.5.3 hang on "updating iTunes library"

    using Itunes 10.5.3 not sure why but one day when i opened itunes, the "updating itunes library..." window comes up. it loads for a few minutes, then application stops responding when the bar loads about 1/4 of the way. no way to access itunes to cha

  • How do I monitor connection speeds on the E4200?

    All my previous routers have allowed me to monitor my connection speeds however I can't find this in this router.  I found the client table under "status" but I have not been able to find the connection speeds anywhere.  I like to make sure that my d

  • Graphics cards to Creative Suite 5

    Which of these graphics cards will be the best to Adobe Creative Suite 5 Production Premium

  • Windows 7 Control Panel won't uninstall Adobe Drive CS4

    As I am now running Adobe CS6, I attempted to use the 'Uninstall or change a program' facility in the Windows 7 Control Panel to remove an entry labelled 'Adobe Creative Suite 4 Design Premium'. In fact, all that currently remains under that heading

  • C++ Runtime error officeXP

    Hello I have made a projection of a director application, it work but when I access the part of the database connexion (I'm using datagrip), the pop of Microsoft visual C++ Runtime Error appear, I have the folder of all Xtras used, and I know that th