LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-14-2016, 05:33 PM   #1
wiliamvw
Member
 
Registered: Mar 2008
Location: Pittsburgh
Distribution: Suse, Slack,Uberstudent, Zorin, SL, Bugtraq
Posts: 324

Rep: Reputation: 16
jre needed but present


Have app which requires the java runtime environment, which is installed, but keep getting message when try to run the app that the jre is lacking. What options do I have?
 
Old 11-14-2016, 11:17 PM   #2
Jjanel
Member
 
Registered: Jun 2016
Distribution: any&all, in VBox; Ol'UnixCLI; NO GUI resources
Posts: 999
Blog Entries: 12

Rep: Reputation: 364Reputation: 364Reputation: 364Reputation: 364
This? (add to PATH) If not, post details (as in that LQ Thread)
Best wishes... (tell us what [SOLVED] it!) p.s. /etc/profile note

Last edited by Jjanel; 11-14-2016 at 11:28 PM.
 
Old 11-15-2016, 07:37 AM   #3
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,634

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by wiliamvw View Post
Have app which requires the java runtime environment, which is installed, but keep getting message when try to run the app that the jre is lacking. What options do I have?
If you told us what this app is, what version/distro of Linux you're on, and what the exact message(s)/error(s) are, we can help. But we can't guess...read the "Question Guidelines" link in my posting signature. You've been here since 2008, so you should know we can't help if you don't provide any useful details.
 
Old 11-15-2016, 01:57 PM   #4
wiliamvw
Member
 
Registered: Mar 2008
Location: Pittsburgh
Distribution: Suse, Slack,Uberstudent, Zorin, SL, Bugtraq
Posts: 324

Original Poster
Rep: Reputation: 16
update

To answer as much as I know [or, for the "SOLVED", remember -- not much, was pretty complicated] the OS for this is suse leap, and involves Apache openoffice 4.1 and according to install summary, and the list of "office" options, and the suggested app to open when click an odt file, all say openoffice there, but when click it get bouncing icon and then nothing: every once in a while will get message that need java [not specific about it].
Upon running "java -version" get: java version (actually is jre) 1.8.0_112 as well as
Java (TM) SE Runtime Environment (build 1.8.0_112-b15) as well as
Java HotSpot (TM) 64-bit server VM (build 25.112-b15 mixed media)
What isn't listed even though the installer has it listed as installed is: "jdk1.8.0_112" which just recently installed as a new try [also numerous other java apps listed by YAST installer as installed].
On another OS [uberstudent] solved openoffice install hangup by downloading the windows version and then using Wine -- worked perfectly, but seems like a knock on linux if windows easier to install in a linux system than a linux app of same nature, so trying best to get it working using linux tools.
Thanks for attention.
 
Old 11-15-2016, 03:03 PM   #5
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,634

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by wiliamvw View Post
To answer as much as I know [or, for the "SOLVED", remember -- not much, was pretty complicated] the OS for this is suse leap, and involves Apache openoffice 4.1 and according to install summary, and the list of "office" options, and the suggested app to open when click an odt file, all say openoffice there, but when click it get bouncing icon and then nothing: every once in a while will get message that need java [not specific about it].
Upon running "java -version" get: java version (actually is jre) 1.8.0_112 as well as
Java (TM) SE Runtime Environment (build 1.8.0_112-b15) as well as
Java HotSpot (TM) 64-bit server VM (build 25.112-b15 mixed media)
What isn't listed even though the installer has it listed as installed is: "jdk1.8.0_112" which just recently installed as a new try [also numerous other java apps listed by YAST installer as installed].
On another OS [uberstudent] solved openoffice install hangup by downloading the windows version and then using Wine -- worked perfectly, but seems like a knock on linux if windows easier to install in a linux system than a linux app of same nature, so trying best to get it working using linux tools.
Thanks for attention.
You don't say how you installed it, but you should have just had to download the RPM file for your architecture ( http://www.openoffice.org/download/) then typed in "sudo zypper install <rpm file name>", and pressed ENTER. It resolves dependencies for you, and installs the software. That's it...nothing complicated at all. Certainly doesn't need wine or windows in any way.

If you're just looking for an office suite, Libreoffice is already in the suse repositories...you can either run yast and search for libreoffice through the GUI, or type in "sudo zypper search libreoffice" or (even easier), click the "1 click install" button: https://software.opensuse.org/package/libreoffice
 
Old 11-16-2016, 03:40 PM   #6
wiliamvw
Member
 
Registered: Mar 2008
Location: Pittsburgh
Distribution: Suse, Slack,Uberstudent, Zorin, SL, Bugtraq
Posts: 324

Original Poster
Rep: Reputation: 16
update

OK, gave one last try before waiting to install leap 42.2.
Deleted all vestiges of openoffice.
Downloaded the appropriate file from openoffice [Apache_OpenOffice_4.1.3_Linux_x86-64_install-rpm_en-US.tar.gz]; then tried 'sudo zypper install <various> [the full file name as in brackets, then using full path with variations [/home/wiliam/Downloads/ as /home/root etc. as every conceivable variation of all these]; kept getting that couldn't be found and so 'nothing to do'.
Some linkage is defective or missing. Hoping 42.2 will fix it.
 
Old 11-30-2016, 03:38 PM   #7
wiliamvw
Member
 
Registered: Mar 2008
Location: Pittsburgh
Distribution: Suse, Slack,Uberstudent, Zorin, SL, Bugtraq
Posts: 324

Original Poster
Rep: Reputation: 16
update

Well, 42.2 didn't fix it either, and tried everything possible [hard to believe this is the "professional" version].
But don't have to forego using suse, because Windows came to the rescue [how sad is that?] and was able to work around the Leap deficiency by installing the windows version of openoffice and then opening with Wine. Works great, but embarrassing work-around.
 
Old 12-03-2016, 04:20 AM   #8
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
...yet millions use open-/libreoffice without problems on various linux distros.
PEBKAC?
 
2 members found this post helpful.
Old 12-03-2016, 09:58 AM   #9
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,634

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by wiliamvw View Post
Well, 42.2 didn't fix it either, and tried everything possible [hard to believe this is the "professional" version].
But don't have to forego using suse, because Windows came to the rescue [how sad is that?] and was able to work around the Leap deficiency by installing the windows version of openoffice and then opening with Wine. Works great, but embarrassing work-around.
Sorry, but I'm using openSUSE 13.2, LEAP, the latest Fedora, CentOS 6.x and Mint in my environment, and Libreoffice works perfectly on ALL of them. And again, did you try just visiting the openSUSE software page, and clicking on the "1-Click install" button????

https://software.opensuse.org/package/libreoffice

...ALL dependencies and necessary parts, downloaded verified and installed. Why is this a problem?
 
Old 12-06-2016, 11:16 AM   #10
wiliamvw
Member
 
Registered: Mar 2008
Location: Pittsburgh
Distribution: Suse, Slack,Uberstudent, Zorin, SL, Bugtraq
Posts: 324

Original Poster
Rep: Reputation: 16
Leap !*#

As said several times, have tried everything from all Yast software options to direct to suse software center. To click on anything, it first has to be present -- openoffice is NOT. Myself and many others have long-running projects that were started in openoffice and require it to function properly without any "surprises".
It seems quite obvious that the non-opensource people coding suse [that means allowing "choices" in applications] have made a concerted effort to block the use of openoffice. On suse 13.1 and 13.2 [which I also use and find superior to Leap] while you have to break openoffice down into about 40 files and install them one-by-one in a given order, at least you can get it installed. Apparently appalled that many people were doing just that, for Leap they have made even that option non-performing [installs, but won't function].
If you really think that you can "1-click" install openoffice then I suggest that you try doing so on your own computer [can always delete it later], and post the results -- would be delighted if you found a way of doing so.
 
Old 12-06-2016, 12:29 PM   #11
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,634

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by wiliamvw View Post
As said several times, have tried everything from all Yast software options to direct to suse software center. To click on anything, it first has to be present -- openoffice is NOT. Myself and many others have long-running projects that were started in openoffice and require it to function properly without any "surprises".
It seems quite obvious that the non-opensource people coding suse [that means allowing "choices" in applications] have made a concerted effort to block the use of openoffice. On suse 13.1 and 13.2 [which I also use and find superior to Leap] while you have to break openoffice down into about 40 files and install them one-by-one in a given order, at least you can get it installed. Apparently appalled that many people were doing just that, for Leap they have made even that option non-performing [installs, but won't function].
If you really think that you can "1-click" install openoffice then I suggest that you try doing so on your own computer [can always delete it later], and post the results -- would be delighted if you found a way of doing so.
Yes, not only do I "really think" I can do that, I have, and that's how I'm running Libreoffice 5 on my Tumbleweed box right this second. You don't "download 40 files"...zypper resolves all the dependencies for you, installs/updates them, and gets the package.

There is either something fundamentally wrong with your system, or your installation method. Sorry.
 
Old 12-06-2016, 12:39 PM   #12
wpeckham
LQ Guru
 
Registered: Apr 2010
Location: Continental USA
Distribution: Debian, Ubuntu, RedHat, DSL, Puppy, CentOS, Knoppix, Mint-DE, Sparky, VSIDO, tinycore, Q4OS,Manjaro
Posts: 5,623

Rep: Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695
Quote:
Originally Posted by TB0ne View Post
Yes, not only do I "really think" I can do that, I have, and that's how I'm running Libreoffice 5 on my Tumbleweed box right this second. You don't "download 40 files"...zypper resolves all the dependencies for you, installs/updates them, and gets the package.

There is either something fundamentally wrong with your system, or your installation method. Sorry.
I do not always agree with TB0ne, but this is spot on. If everyone else is running the package without problem on the same AND different systems but it will not run on yours, the package is not the problem.
Something is wrong with your system OR you have used an unsupported installation technique that has resulted in a non-working environment for the package.

I suspect it is fixable, almost everything IS. The question now is "Is it worth fixing?"! You might be better off backing up goodies, installing from scratch, and installing your package from the supported repositories (making sure NOT to bypass the supported techniques and packages) so that nothing subverts the distribution maintainers intent to provide the parts of a stable, reliable, capable working system.
 
1 members found this post helpful.
Old 12-06-2016, 03:17 PM   #13
jkirchner
Member
 
Registered: Apr 2007
Location: West Virginia
Distribution: Pop!_OS
Posts: 945

Rep: Reputation: 297Reputation: 297Reputation: 297
Just of note, I notice williamvw (the OP) consistently refers to Open Office and not to LibreOffice which TB0ne referred to. Perhaps this is part of the disconnect?

@ williamvw: One option is to use LibreOffice, a fork of Open Office? I understand you may have started something in open office but it seems like it should work. Also, from what I see on the apache open office site, it should be download the rpom and use zypper, at least as much as I understand openSuse (have not used it in a few years).

This link on openSuse is for OpenOffice

Last edited by jkirchner; 12-06-2016 at 03:22 PM.
 
Old 12-06-2016, 03:50 PM   #14
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,634

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by jkirchner View Post
Just of note, I notice williamvw (the OP) consistently refers to Open Office and not to LibreOffice which TB0ne referred to. Perhaps this is part of the disconnect?

@ williamvw: One option is to use LibreOffice, a fork of Open Office? I understand you may have started something in open office but it seems like it should work. Also, from what I see on the apache open office site, it should be download the rpom and use zypper, at least as much as I understand openSuse (have not used it in a few years).

This link on openSuse is for OpenOffice
I think the terms may be PART of the problem, but Libreoffice has been mentioned to the OP many times thus far. That said, if the OP had typed in "zypper install <openoffice RPM file name>", then the zypper utility would have solved and installed dependencies automatically. Either the OP ignored that, or didn't do it...they allude to installing 40 packages manually.

In short, the suggested methods were either ignored or incorrectly followed. Hints to "concerted efforts" by a 'them" to break openoffice don't bode well either.
 
1 members found this post helpful.
Old 12-08-2016, 04:09 PM   #15
wiliamvw
Member
 
Registered: Mar 2008
Location: Pittsburgh
Distribution: Suse, Slack,Uberstudent, Zorin, SL, Bugtraq
Posts: 324

Original Poster
Rep: Reputation: 16
update

The option "zypper install openoffice with appropriate rpm data" was used and didn't function [among many other time wasting trials]. I notice you have still not stated that you tried to so install openoffice [NOT libreoffice] and succeeded. Would, again, be delighted to see that you succeeded and list what you actually did. Numerous other users of openoffice have posted that libreoffice did not function for them properly on old openoffice material. This is not some whim.

Last edited by wiliamvw; 12-08-2016 at 04:12 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] MP3 Player info needed. Player not present in computer file. theKbStockpiler Linux - General 1 09-15-2010 01:54 AM
Sun JRE versus GNU JRE frznchckn Linux - Software 3 05-19-2009 12:18 PM
ndiswrapper shows 'driver present, hardware present' but no wlan0 0x12d3 Linux - Wireless Networking 2 05-11-2007 07:43 PM
Ubuntu: driver present, hardware present, now what! Nathan1993 Linux - Wireless Networking 2 03-12-2006 06:19 PM
ndiswrapper - driver present:harware present but no connection esteeven Linux - Wireless Networking 2 12-26-2004 04:06 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:19 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration