Find the answer to your Linux question:
Page 2 of 2 FirstFirst 1 2
Results 11 to 16 of 16
To install files *.bin in linux you can use command: chmod a+x *.bin ./*.bin when it ask "yes/no" type y or yes wait a little time done!...
Enjoy an ad free experience by logging in. Not a member yet? Register.
  1. #11
    Just Joined!
    Join Date
    Oct 2006
    Location
    Viet Nam
    Posts
    6

    Arrow to install jdk-1_5_0_08-linux-i586-rpm.bin

    To install files *.bin in linux you can use command:
    chmod a+x *.bin
    ./*.bin
    when it ask "yes/no"
    type y or yes
    wait a little time
    done!

  2. #12
    Just Joined!
    Join Date
    Oct 2006
    Location
    Rolling Meadows
    Posts
    84
    try following the java instructiosn for fedora core 5 here:

    http://stanton-finley.net/fedora_cor...ion_notes.html

  3. #13
    Just Joined! aronen's Avatar
    Join Date
    Oct 2006
    Location
    Sweden
    Posts
    1

    JDK 5.0 Update 9

    If you still want the version 9, follow the steps below:

    1. Go to http://java.sun.com/javase/downloads/index.jsp and click the "Download" button for JDK 5.0 Update 9.
    2. Download the Linux RPM in self-extracting file.
    3. Become root: su -
    4. Run sh jdk-1_5_0_09-linux-i586-rpm.bin (the file you downloaded)
    5. Run yum --enablerepo=jpackage-generic-nonfree install java-1.5.0-sun-compat (requires the following Yum config: http://www.fedorafaq.org/#yumconf)
    6. Now link the plugin to your browser with ln -s /usr/lib/jvm/jre/plugin/i386/ns7/libjavaplugin_oji.so /usr/lib/mozilla/plugins/

    (Reference: http://www.fedorafaq.org/#java)

  4. #14
    Just Joined!
    Join Date
    Oct 2006
    Posts
    4

    I'm getting this same problem!!!

    I have followed the suggesstions mentioned above but I still have the same problem:

    # yum --enablerepo=jpackage-generic-nonfree install java-1.5.0-sun-compat
    Loading "installonlyn" plugin
    Setting up Install Process
    Setting up repositories
    atrpms [1/7]
    core [2/7]
    jpackage-generic-nonfree [3/7]
    jpackage-generic-nonfree 100% |=========================| 951 B 00:00
    updates [4/7]
    freshrpms [5/7]
    jpackage-generic [6/7]
    extras [7/7]
    Reading repository metadata in from local files
    Parsing package install arguments
    Resolving Dependencies
    --> Populating transaction set with selected packages. Please wait.
    ---> Package java-1.5.0-sun-compat.noarch 0:1.5.0.09-1jpp set to be updated
    --> Running transaction check
    --> Processing Dependency: jdk = 2000:1.5.0_09-fcs for package: java-1.5.0-sun-compat
    --> Finished Dependency Resolution
    Error: Missing Dependency: jdk = 2000:1.5.0_09-fcs is needed by package java-1.5.0-sun-compat


    Prior to this I installed jdk-1_5_0_09-nb-5_0-linux-ml.bin

    HELP!!!!

  5. #15
    Just Joined!
    Join Date
    Nov 2006
    Posts
    1
    I have the same problem. I assume its because the java-1.5.0-sun-compat thingy is configured only to work with java 1.5.0.9 ? Thats really weird ? How can you update it to work with 10 ?

    Thanks... Jay

  6. #16
    Just Joined!
    Join Date
    Jul 2007
    Posts
    1
    Check with this howto and troubleshoot,

    https://www.kholix.com/wiki/index.ph...ora_core_5_vps

Page 2 of 2 FirstFirst 1 2

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •