freemind not opening in ubuntu 12.04





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







2















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.










share|improve this question

























  • 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


















2















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.










share|improve this question

























  • 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














2












2








2








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.










share|improve this question
















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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



















  • 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










2 Answers
2






active

oldest

votes


















0














Type this in terminal



ln -s /usr/bin/java /opt/java/32/jre1.6.0_30/bin/java



Now, run your program.






share|improve this answer































    0














    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





    share|improve this answer
























      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
      });


      }
      });














      draft saved

      draft discarded


















      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









      0














      Type this in terminal



      ln -s /usr/bin/java /opt/java/32/jre1.6.0_30/bin/java



      Now, run your program.






      share|improve this answer




























        0














        Type this in terminal



        ln -s /usr/bin/java /opt/java/32/jre1.6.0_30/bin/java



        Now, run your program.






        share|improve this answer


























          0












          0








          0







          Type this in terminal



          ln -s /usr/bin/java /opt/java/32/jre1.6.0_30/bin/java



          Now, run your program.






          share|improve this answer













          Type this in terminal



          ln -s /usr/bin/java /opt/java/32/jre1.6.0_30/bin/java



          Now, run your program.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered May 1 '14 at 9:24









          DeepenDeepen

          2,49131728




          2,49131728

























              0














              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





              share|improve this answer




























                0














                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





                share|improve this answer


























                  0












                  0








                  0







                  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





                  share|improve this answer













                  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






                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Apr 4 at 6:42









                  MotofixMotofix

                  1




                  1






























                      draft saved

                      draft discarded




















































                      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.




                      draft saved


                      draft discarded














                      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





















































                      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







                      Popular posts from this blog

                      How did Captain America manage to do this?

                      迪纳利

                      南乌拉尔铁路局