Re: [PLUG] Need new Java

2015-04-14 Thread glen e. p. ropella
Also see this: https://wiki.debian.org/JavaPackage I've used that to good effect when some errant software requires (or claims to require) Oracle's JDK. It makes a debian package you can install and remove like normal. Seems to work on both debian and ubuntu ... for me, anyway. On 04/13/

Re: [PLUG] Need new Java

2015-04-13 Thread Darren Couch
For all things java on Ubuntu, adding the WebUpd8 repo is pretty darn handy: https://askubuntu.com/questions/521145/how-to-install-oracle-java-on-ubuntu-14-04 This will eliminate the pain of futzing with the Oracle installation instructions. On Sun, Apr 12, 2015 at 9:06 PM John Jason Jordan wrot

Re: [PLUG] Need new Java

2015-04-12 Thread John Jason Jordan
On Sun, 12 Apr 2015 19:07:19 -0700 King Beowulf dijo: >The Java 7 (either jre or jdk) that comes with your distro should work >fine. I'm running on that is older than yours: > >$ java -version >java version "1.7.0_71" >Java(TM) SE Runtime Environment (build 1.7.0_71-b14) >Java HotSpot(TM) 64-Bit

Re: [PLUG] Need new Java

2015-04-12 Thread King Beowulf
On 04/12/2015 10:40 AM, John Jason Jordan wrote: > I have downloaded a Java application from here: > > http://www.cognitial.com/flashpap/flashpap.htm > > But when I try to run it from the command line with java -jar I get a > popup that says I need a newer version of Java runtime. My Xubuntu > 14

Re: [PLUG] Need new Java

2015-04-12 Thread David Fleck
On Sun, 2015-04-12 at 15:15 -0700, John Jason Jordan wrote: > On Sun, 12 Apr 2015 10:40:45 -0700 > John Jason Jordan dijo: > > Thanks for all the suggestions. Apparently I have just the Java that > came with Xubuntu: > > jjj@Devil-Bonobo:/usr$ java -version > java version "1.7.0_75" > OpenJDK Ru

Re: [PLUG] Need new Java

2015-04-12 Thread Mark Phillips
Take a look at the man page for update alternatives. You will have to tell your system where the new java/bin directory is and select that as the system wide java. Haven't done it in awhile, so not sure of the exact commands. If you just want to run this java from the command line, then type the f

Re: [PLUG] Need new Java

2015-04-12 Thread John Jason Jordan
On Sun, 12 Apr 2015 10:40:45 -0700 John Jason Jordan dijo: Thanks for all the suggestions. Apparently I have just the Java that came with Xubuntu: jjj@Devil-Bonobo:/usr$ java -version java version "1.7.0_75" OpenJDK Runtime Environment (IcedTea 2.5.4) (7u75-2.5.4-1~trusty1) OpenJDK 64-Bit Server

Re: [PLUG] Need new Java

2015-04-12 Thread David Fleck
On Sun, 2015-04-12 at 12:07 -0700, a...@clueserver.org wrote: > 1.7.0_55 is later than 1.7.0_6. It means somewhere it is failing a basic > version comparison. D'oh! I meant to say it was 'slightly *newer*', not older. Anyway, what's installed on my machine is irrelevant to what's on John's machin

Re: [PLUG] Need new Java

2015-04-12 Thread alan
> On Sun, 2015-04-12 at 10:40 -0700, John Jason Jordan wrote: >> I have downloaded a Java application from here: >> >> http://www.cognitial.com/flashpap/flashpap.htm >> >> But when I try to run it from the command line with java -jar I get a >> popup that says I need a newer version of Java runtime

Re: [PLUG] Need new Java

2015-04-12 Thread alan
> I have downloaded a Java application from here: > > http://www.cognitial.com/flashpap/flashpap.htm > > But when I try to run it from the command line with java -jar I get a > popup that says I need a newer version of Java runtime. My Xubuntu > 14.04.1 is up to date with everything that showed up

Re: [PLUG] Need new Java

2015-04-12 Thread David Fleck
On Sun, 2015-04-12 at 10:40 -0700, John Jason Jordan wrote: > I have downloaded a Java application from here: > > http://www.cognitial.com/flashpap/flashpap.htm > > But when I try to run it from the command line with java -jar I get a > popup that says I need a newer version of Java runtime. My X

Re: [PLUG] Need new Java

2015-04-12 Thread James Bertelson
On 2015-04-12 10:40, John Jason Jordan wrote: > I have downloaded a Java application from here: > > http://www.cognitial.com/flashpap/flashpap.htm > > But when I try to run it from the command line with java -jar I get a > popup that says I need a newer version of Java runtime. My Xubuntu > 14.04

Re: [PLUG] Need new Java

2015-04-12 Thread Joe Shisei Niski
It's likely that the only java you have installed is OpenJDK, which is not the functional equivalent of an "official" Oracle JDK. try this in a terminal : sudo update-alternatives --list java if you see this: update-alternatives: error: no alternatives for java You should try downloading a cur

[PLUG] Need new Java

2015-04-12 Thread John Jason Jordan
I have downloaded a Java application from here: http://www.cognitial.com/flashpap/flashpap.htm But when I try to run it from the command line with java -jar I get a popup that says I need a newer version of Java runtime. My Xubuntu 14.04.1 is up to date with everything that showed up in Synaptic