Freemind does not find java>=1.4

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
rsal
Posts: 198
Joined: 12. Mar 2012, 17:00

Freemind does not find java>=1.4

Post by rsal »

I have installed salix-xfce-14 (32bit) and updated it. It is working very well but when I tried to install Freemind application (http://freemind.sourceforge.net/wiki/index.php/Download), I am not able to do it. I tried both by converting and installing rpm file and by trying to install exe version through wine, but it gives following error:
java 1.4 or greater not detected.
The command 'java -version' at terminal shows:
java version "1.7.0_40"
OpenJDK Runtime Environment (IcedTea 2.4.0) (Slackware)
OpenJDK Client VM (build 24.0-b40, mixed mode)
How can I sort this out? Thanks in advance.
User avatar
knome
Donor
Posts: 163
Joined: 20. Dec 2012, 19:36
Location: UK

Re: Freemind does not find java>=1.4

Post by knome »

OpenJDK/IcedTea is not compatible with all java apps and you may find a particular app will only run using closed source Oracle java. If you want to run Oracle java you will have to purge/disable your system of OpenJDK/IcedTea and then install Oracle java using the following instructions...

http://docs.slackware.com/howtos:software:java
Image
User avatar
gapan
Salix Wizard
Posts: 6362
Joined: 6. Jun 2009, 17:40

Re: Freemind does not find java>=1.4

Post by gapan »

What happens if you install it using sourcery/slapt-src?
Image
Image
User avatar
laprjns
Salix Warrior
Posts: 1113
Joined: 28. Aug 2009, 01:30
Location: Connecticut USA

Re: Freemind does not find java>=1.4

Post by laprjns »

gapan wrote:What happens if you install it using sourcery/slapt-src?
Installs and works here. No jdk, just jre.

Code: Select all

root[rich]# slapt-get --se jre
openjre-7u40-x86_64-1dj [inst=yes]: Java(TM) 2 Platform Standard Edition Runtime Environment.

Code: Select all

root[rich]# slapt-src -i freemind
The following packages will be installed:
 freemind 
Do you want to continue? [y/N] y
Fetching README...Done
Fetching doinst.sh...Done
Fetching freemind.SlackBuild...Done
Fetching freemind.desktop...Done
Fetching freemind.info...Done
Fetching freemind.png...Done
Fetching freemind.sh...Done
Fetching freemind.xml...Done
Fetching slack-desc...Done
Fetching http://downloads.sourceforge.net/freemind/freemind-bin-max-0.9.0.zip...Done
Archive:  /usr/src/slapt-src/office/freemind/freemind-bin-max-0.9.0.zip
“The past was erased, the erasure was forgotten, the lie became the truth.”
― George Orwell, 1984
rsal
Posts: 198
Joined: 12. Mar 2012, 17:00

Re: Freemind does not find java>=1.4

Post by rsal »

I tried slapt-src and it worked. Earlier, two methods had failed: 1. converting from rpm file to txz and 2. installing .exe file through wine.

Thanks for your help.
User avatar
gapan
Salix Wizard
Posts: 6362
Joined: 6. Jun 2009, 17:40

Re: Freemind does not find java>=1.4

Post by gapan »

rsal wrote:I tried slapt-src and it worked. Earlier, two methods had failed: 1. converting from rpm file to txz and 2. installing .exe file through wine.
Well, in general, you should always avoid those methods.
Image
Image
Post Reply