freemind not opening in ubuntu 12.04
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I am a beginner in Ubuntu and mine is Ubuntu 12.04
while trying to run freemind I am getting the message
sruthin@sruthin-1015CX:~$ freemind
/usr/bin/freemind: 228: /usr/bin/freemind: /opt/java/32/jre1.6.0_30//bin/java: not found
and my Java version is
sruthin@sruthin-1015CX:~$ java -version
java version "1.7.0_13"
Java(TM) SE Runtime Environment (build 1.7.0_13-b20)
Java HotSpot(TM) Client VM (build 23.7-b01, mixed mode)
please help.
12.04 java
add a comment |
I am a beginner in Ubuntu and mine is Ubuntu 12.04
while trying to run freemind I am getting the message
sruthin@sruthin-1015CX:~$ freemind
/usr/bin/freemind: 228: /usr/bin/freemind: /opt/java/32/jre1.6.0_30//bin/java: not found
and my Java version is
sruthin@sruthin-1015CX:~$ java -version
java version "1.7.0_13"
Java(TM) SE Runtime Environment (build 1.7.0_13-b20)
Java HotSpot(TM) Client VM (build 23.7-b01, mixed mode)
please help.
12.04 java
Have you tried the instructions from this website? freemind.sourceforge.net/wiki/index.php/…
– owl
Feb 10 '13 at 3:59
Welcome to Ask Ubuntu! Per the FAQ, Ask Ubuntu is not a place for reporting bugs. Please visit the FreeMind project page to report your bug.
– fouric
Feb 10 '13 at 3:59
3
@InkBlend This might not be a bug issue, it might be just mis-configuration by the user.
– owl
Feb 10 '13 at 4:02
add a comment |
I am a beginner in Ubuntu and mine is Ubuntu 12.04
while trying to run freemind I am getting the message
sruthin@sruthin-1015CX:~$ freemind
/usr/bin/freemind: 228: /usr/bin/freemind: /opt/java/32/jre1.6.0_30//bin/java: not found
and my Java version is
sruthin@sruthin-1015CX:~$ java -version
java version "1.7.0_13"
Java(TM) SE Runtime Environment (build 1.7.0_13-b20)
Java HotSpot(TM) Client VM (build 23.7-b01, mixed mode)
please help.
12.04 java
I am a beginner in Ubuntu and mine is Ubuntu 12.04
while trying to run freemind I am getting the message
sruthin@sruthin-1015CX:~$ freemind
/usr/bin/freemind: 228: /usr/bin/freemind: /opt/java/32/jre1.6.0_30//bin/java: not found
and my Java version is
sruthin@sruthin-1015CX:~$ java -version
java version "1.7.0_13"
Java(TM) SE Runtime Environment (build 1.7.0_13-b20)
Java HotSpot(TM) Client VM (build 23.7-b01, mixed mode)
please help.
12.04 java
12.04 java
edited Feb 10 '13 at 4:44
rɑːdʒɑ
59.4k85219302
59.4k85219302
asked Feb 10 '13 at 3:45
sruthinsruthin
111
111
Have you tried the instructions from this website? freemind.sourceforge.net/wiki/index.php/…
– owl
Feb 10 '13 at 3:59
Welcome to Ask Ubuntu! Per the FAQ, Ask Ubuntu is not a place for reporting bugs. Please visit the FreeMind project page to report your bug.
– fouric
Feb 10 '13 at 3:59
3
@InkBlend This might not be a bug issue, it might be just mis-configuration by the user.
– owl
Feb 10 '13 at 4:02
add a comment |
Have you tried the instructions from this website? freemind.sourceforge.net/wiki/index.php/…
– owl
Feb 10 '13 at 3:59
Welcome to Ask Ubuntu! Per the FAQ, Ask Ubuntu is not a place for reporting bugs. Please visit the FreeMind project page to report your bug.
– fouric
Feb 10 '13 at 3:59
3
@InkBlend This might not be a bug issue, it might be just mis-configuration by the user.
– owl
Feb 10 '13 at 4:02
Have you tried the instructions from this website? freemind.sourceforge.net/wiki/index.php/…
– owl
Feb 10 '13 at 3:59
Have you tried the instructions from this website? freemind.sourceforge.net/wiki/index.php/…
– owl
Feb 10 '13 at 3:59
Welcome to Ask Ubuntu! Per the FAQ, Ask Ubuntu is not a place for reporting bugs. Please visit the FreeMind project page to report your bug.
– fouric
Feb 10 '13 at 3:59
Welcome to Ask Ubuntu! Per the FAQ, Ask Ubuntu is not a place for reporting bugs. Please visit the FreeMind project page to report your bug.
– fouric
Feb 10 '13 at 3:59
3
3
@InkBlend This might not be a bug issue, it might be just mis-configuration by the user.
– owl
Feb 10 '13 at 4:02
@InkBlend This might not be a bug issue, it might be just mis-configuration by the user.
– owl
Feb 10 '13 at 4:02
add a comment |
2 Answers
2
active
oldest
votes
Type this in terminal
ln -s /usr/bin/java /opt/java/32/jre1.6.0_30/bin/java
Now, run your program.
add a comment |
You may define the JAVA_HOME variable in the /usr/bin/freemind file, avoiding to change the your java default version.
You may first install Java 8:
sudo apt-get-install openjdk-8-jdk
Edit /usr/bin/freemind file and add the following line after the first line of the file:
export JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f253306%2ffreemind-not-opening-in-ubuntu-12-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Type this in terminal
ln -s /usr/bin/java /opt/java/32/jre1.6.0_30/bin/java
Now, run your program.
add a comment |
Type this in terminal
ln -s /usr/bin/java /opt/java/32/jre1.6.0_30/bin/java
Now, run your program.
add a comment |
Type this in terminal
ln -s /usr/bin/java /opt/java/32/jre1.6.0_30/bin/java
Now, run your program.
Type this in terminal
ln -s /usr/bin/java /opt/java/32/jre1.6.0_30/bin/java
Now, run your program.
answered May 1 '14 at 9:24
DeepenDeepen
2,49131728
2,49131728
add a comment |
add a comment |
You may define the JAVA_HOME variable in the /usr/bin/freemind file, avoiding to change the your java default version.
You may first install Java 8:
sudo apt-get-install openjdk-8-jdk
Edit /usr/bin/freemind file and add the following line after the first line of the file:
export JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk
add a comment |
You may define the JAVA_HOME variable in the /usr/bin/freemind file, avoiding to change the your java default version.
You may first install Java 8:
sudo apt-get-install openjdk-8-jdk
Edit /usr/bin/freemind file and add the following line after the first line of the file:
export JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk
add a comment |
You may define the JAVA_HOME variable in the /usr/bin/freemind file, avoiding to change the your java default version.
You may first install Java 8:
sudo apt-get-install openjdk-8-jdk
Edit /usr/bin/freemind file and add the following line after the first line of the file:
export JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk
You may define the JAVA_HOME variable in the /usr/bin/freemind file, avoiding to change the your java default version.
You may first install Java 8:
sudo apt-get-install openjdk-8-jdk
Edit /usr/bin/freemind file and add the following line after the first line of the file:
export JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk
answered Apr 4 at 6:42
MotofixMotofix
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f253306%2ffreemind-not-opening-in-ubuntu-12-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Have you tried the instructions from this website? freemind.sourceforge.net/wiki/index.php/…
– owl
Feb 10 '13 at 3:59
Welcome to Ask Ubuntu! Per the FAQ, Ask Ubuntu is not a place for reporting bugs. Please visit the FreeMind project page to report your bug.
– fouric
Feb 10 '13 at 3:59
3
@InkBlend This might not be a bug issue, it might be just mis-configuration by the user.
– owl
Feb 10 '13 at 4:02