Results 1 to 3 of 3

Thread: Java based programs not installing

  1. #1
    Join Date
    Sep 2018
    Beans
    1

    Java based programs not installing

    I am trying to install general tools like Cytoscape and Blast2GO by their .sh script and it starts like this
    Unpacking JRE ...Preparing JRE ...
    Starting Installer ...
    and nothing is displayed after that.
    JRE and JDK is installed and in the path
    java 10.0.2 2018-07-17
    Java(TM) SE Runtime Environment 18.3 (build 10.0.2+13)
    Java HotSpot(TM) 64-Bit Server VM 18.3 (build 10.0.2+13, mixed mode)

    Any help and suggestion will be highly appreciated as i could not really find a solution in any of the forums



    Thanks in advance

  2. #2
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Java based programs not installing

    See if the link in my post at https://ubuntuforums.org/showthread....1#post13798882 is of any help.

    If your program requires java to run to install it this may be the problem and that workaround may solve it for you.

  3. #3
    Join Date
    Dec 2014
    Beans
    2,577

    Re: Java based programs not installing

    From the Cytoscape Download page:
    Please install Java 8 before using Cytoscape
    Java 9 [sic] is not yet supported
    So I installed openjdk-8-jdk (not the Oracle Java they link to, I have a slight antipathy towards Oracle and don't use their Software unless nothing else will work ...) and made it the default Java by running:
    Code:
    sudo apt install openjdk-8-jdk
    sudo update-java-alternatives -s java-1.8.0-openjdk-amd64
    and both the installer and Cytoscape seem to run (although it does put up a few messages about not having the logger it wants available and OpenCL being either not available or not having the Java-classes to use it). If you need to switch back to Java 10 you can get the list of installed Java JREs and JDKs with 'update-java-alternatives -l' and then run 'sudo update-java-alternatives -s' followed by one of the names listed in the first column of the list. Using the same Java 8 Blast2go installed and ran just as easily. Can't say whether or not both programs are running as they should - I am not a molecular biologist after all - but they do run.

    Holger

Tags for this Thread

Bookmarks

Posting Permissions

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