Mistys Posted July 21, 2017 Share Posted July 21, 2017 (edited) Does anybody know what JAVA I need to download to use the bot if i'm using a Linux vps?? Edited July 21, 2017 by Tolleys edit Quote Link to comment Share on other sites More sharing options...
Juggles Posted July 21, 2017 Share Posted July 21, 2017 Linux java Quote Link to comment Share on other sites More sharing options...
LIVING Posted July 21, 2017 Share Posted July 21, 2017 32 bit linux https://www.java.com/en/download/manual.jsp Quote Link to comment Share on other sites More sharing options...
Butters Posted July 21, 2017 Share Posted July 21, 2017 Just download Oracle Java and you'll be covered in all scenarios Quote Link to comment Share on other sites More sharing options...
THS Posted July 21, 2017 Share Posted July 21, 2017 ^ Quote Link to comment Share on other sites More sharing options...
root_ Posted July 21, 2017 Share Posted July 21, 2017 what linux distro are you using? Quote Link to comment Share on other sites More sharing options...
Mistys Posted July 21, 2017 Author Share Posted July 21, 2017 I have removed and downloaded JAVA from this link: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html Have I got the right one? Quote Link to comment Share on other sites More sharing options...
root_ Posted July 21, 2017 Share Posted July 21, 2017 really it depends on which distro you're using. Are you using ubuntu? Quote Link to comment Share on other sites More sharing options...
Mistys Posted July 21, 2017 Author Share Posted July 21, 2017 (edited) 19 minutes ago, root_ said: what linux distro are you using? I don't know what this means sorry. 2 minutes ago, root_ said: really it depends on which distro you're using. Are you using ubuntu? centos? EDIT: I can reinstall the OS to ubuntu if this will make things easier? Edited July 21, 2017 by Tolleys aa Quote Link to comment Share on other sites More sharing options...
root_ Posted July 21, 2017 Share Posted July 21, 2017 cd ~ wget "http://download.oracle.com/otn-pub/java/jdk/8u60-b27/jre-8u60-linux-x64.rpm" sudo yum localinstall jre-8u60-linux-x64.rpm rm ~/jre-8u60-linux-x64.rpm Quote Link to comment Share on other sites More sharing options...
Mistys Posted July 21, 2017 Author Share Posted July 21, 2017 # wget http://download.oracle.com/otn-pub/java/jdk/8u60-b27/jre-8u60-linux-x64.rpm --2017-07-22 01:51:23-- http://download.oracle.com/otn-pub/java/jdk/8u60-b27/jre-8u60-linux-x64.rpm Resolving download.oracle.com (download.oracle.com)... 89.27.241.66, 89.27.241.59 Connecting to download.oracle.com (download.oracle.com)|89.27.241.66|:80... connected. HTTP request sent, awaiting response... 302 Moved Temporarily Location: https://edelivery.oracle.com/otn-pub/java/jdk/8u60-b27/jre-8u60-linux-x64.rpm [following] --2017-07-22 01:51:23-- https://edelivery.oracle.com/otn-pub/java/jdk/8u60-b27/jre-8u60-linux-x64.rpm Resolving edelivery.oracle.com (edelivery.oracle.com)... 2a02:26f0:78:192::2d3e, 2a02:26f0:78:196::2d3e, 104.94.44.191 Connecting to edelivery.oracle.com (edelivery.oracle.com)|2a02:26f0:78:192::2d3e|:443... connected. HTTP request sent, awaiting response... 302 Moved Temporarily Location: http://download.oracle.com/errors/download-fail-1505220.html [following] --2017-07-22 01:51:23-- http://download.oracle.com/errors/download-fail-1505220.html Connecting to download.oracle.com (download.oracle.com)|89.27.241.66|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 5307 (5.2K) [text/html] Saving to: ‘jre-8u60-linux-x64.rpm.1’ 100%[======================================>] 5,307 --.-K/s in 0s 2017-07-22 01:51:23 (748 MB/s) - ‘jre-8u60-linux-x64.rpm.1’ saved [5307/5307] [root@vmi129253 ~]# sudo yum localinstall jre-8u60-linux-x64.rpm Loaded plugins: fastestmirror, langpacksCannot open: jre-8u60-linux-x64.rpm. Skipping. Nothing to do ... ?? Quote Link to comment Share on other sites More sharing options...
Max4186 Posted July 23, 2017 Share Posted July 23, 2017 (edited) On 22/07/2017 at 0:54 AM, Tolleys said: # wget http://download.oracle.com/otn-pub/java/jdk/8u60-b27/jre-8u60-linux-x64.rpm --2017-07-22 01:51:23-- http://download.oracle.com/otn-pub/java/jdk/8u60-b27/jre-8u60-linux-x64.rpm Resolving download.oracle.com (download.oracle.com)... 89.27.241.66, 89.27.241.59 Connecting to download.oracle.com (download.oracle.com)|89.27.241.66|:80... connected. HTTP request sent, awaiting response... 302 Moved Temporarily Location: https://edelivery.oracle.com/otn-pub/java/jdk/8u60-b27/jre-8u60-linux-x64.rpm [following] --2017-07-22 01:51:23-- https://edelivery.oracle.com/otn-pub/java/jdk/8u60-b27/jre-8u60-linux-x64.rpm Resolving edelivery.oracle.com (edelivery.oracle.com)... 2a02:26f0:78:192::2d3e, 2a02:26f0:78:196::2d3e, 104.94.44.191 Connecting to edelivery.oracle.com (edelivery.oracle.com)|2a02:26f0:78:192::2d3e|:443... connected. HTTP request sent, awaiting response... 302 Moved Temporarily Location: http://download.oracle.com/errors/download-fail-1505220.html [following] --2017-07-22 01:51:23-- http://download.oracle.com/errors/download-fail-1505220.html Connecting to download.oracle.com (download.oracle.com)|89.27.241.66|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 5307 (5.2K) [text/html] Saving to: ‘jre-8u60-linux-x64.rpm.1’ 100%[======================================>] 5,307 --.-K/s in 0s 2017-07-22 01:51:23 (748 MB/s) - ‘jre-8u60-linux-x64.rpm.1’ saved [5307/5307] [root@vmi129253 ~]# sudo yum localinstall jre-8u60-linux-x64.rpm Loaded plugins: fastestmirror, langpacksCannot open: jre-8u60-linux-x64.rpm. Skipping. Nothing to do ... ?? mv jre-8u60-linux-x64.rpm.1 jre-8u60-linux-x64.rpm sudo yum localinstall jre-8u60-linux-x64.rpm Try these commands. Edited July 23, 2017 by Max4186 Quote Link to comment Share on other sites More sharing options...