Problems in running eclipse

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
-2
down vote

favorite












When I download and run Eclipse using



$sudo apt install eclipse


It shows these errors as in this question.



But when I run eclipse photon from their website it works fine.



  1. What's the difference between these two?

  2. Eclipse from their website freezes. Is there any way to fix this?

  3. Is there any way to run Eclipse juno from ppa repository ?

System info is given below
System Info










share|improve this question



























    up vote
    -2
    down vote

    favorite












    When I download and run Eclipse using



    $sudo apt install eclipse


    It shows these errors as in this question.



    But when I run eclipse photon from their website it works fine.



    1. What's the difference between these two?

    2. Eclipse from their website freezes. Is there any way to fix this?

    3. Is there any way to run Eclipse juno from ppa repository ?

    System info is given below
    System Info










    share|improve this question

























      up vote
      -2
      down vote

      favorite









      up vote
      -2
      down vote

      favorite











      When I download and run Eclipse using



      $sudo apt install eclipse


      It shows these errors as in this question.



      But when I run eclipse photon from their website it works fine.



      1. What's the difference between these two?

      2. Eclipse from their website freezes. Is there any way to fix this?

      3. Is there any way to run Eclipse juno from ppa repository ?

      System info is given below
      System Info










      share|improve this question















      When I download and run Eclipse using



      $sudo apt install eclipse


      It shows these errors as in this question.



      But when I run eclipse photon from their website it works fine.



      1. What's the difference between these two?

      2. Eclipse from their website freezes. Is there any way to fix this?

      3. Is there any way to run Eclipse juno from ppa repository ?

      System info is given below
      System Info







      linux-mint eclipse






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited yesterday

























      asked Sep 17 at 3:59









      Ujjwal Singh

      72112




      72112




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          2
          down vote













          When you run

          $sudo apt install eclipse



          You are downloading eclipse from the software package repositories of your operating system ( which I presume is Ubuntu or similar)



          The version of eclipse in the software repositories of Ubuntu/Debian is not updated much and tends to be very old compared to the version of eclipse available on eclipse.org
          Take a look at the version of eclipse in Debian and Ubuntu's package repositories
          Version of eclipse in Debian



          Version of eclipse in Ubuntu



          You can see that the version is 3.8 which is Eclipse Juno while the latest is Photon.



          When you are installing eclipse from the website of eclipse.org you are running the latest package offered by eclipse.org which is photon



          So the clear difference being the versions of eclipse. Software repository of Ubuntu is providing an older version, while there website provides the latest version.



          The difference between 3.8 (Juno) and 4.8 (Photon) is about 6 releases, and between six releases of lot things change.



          You are getting the java.lang.ClassNotFoundException: error, because of a lot of code base has deviated between the six releases. also the code base of JRE/JDK has changed as well. I will not try to look into what has changed because six releases are a lot.



          You better uninstall any eclipse versions from the repositories and only use the one from the website.






          share|improve this answer






















          • What about those bugs, how to resolve those issues
            – Ujjwal Singh
            Sep 17 at 6:48










          • I just added that part
            – Raju Devidas
            Sep 17 at 6:53










          Your Answer







          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "106"
          ;
          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',
          convertImagesToLinks: false,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













           

          draft saved


          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f469476%2fproblems-in-running-eclipse%23new-answer', 'question_page');

          );

          Post as a guest






























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          2
          down vote













          When you run

          $sudo apt install eclipse



          You are downloading eclipse from the software package repositories of your operating system ( which I presume is Ubuntu or similar)



          The version of eclipse in the software repositories of Ubuntu/Debian is not updated much and tends to be very old compared to the version of eclipse available on eclipse.org
          Take a look at the version of eclipse in Debian and Ubuntu's package repositories
          Version of eclipse in Debian



          Version of eclipse in Ubuntu



          You can see that the version is 3.8 which is Eclipse Juno while the latest is Photon.



          When you are installing eclipse from the website of eclipse.org you are running the latest package offered by eclipse.org which is photon



          So the clear difference being the versions of eclipse. Software repository of Ubuntu is providing an older version, while there website provides the latest version.



          The difference between 3.8 (Juno) and 4.8 (Photon) is about 6 releases, and between six releases of lot things change.



          You are getting the java.lang.ClassNotFoundException: error, because of a lot of code base has deviated between the six releases. also the code base of JRE/JDK has changed as well. I will not try to look into what has changed because six releases are a lot.



          You better uninstall any eclipse versions from the repositories and only use the one from the website.






          share|improve this answer






















          • What about those bugs, how to resolve those issues
            – Ujjwal Singh
            Sep 17 at 6:48










          • I just added that part
            – Raju Devidas
            Sep 17 at 6:53














          up vote
          2
          down vote













          When you run

          $sudo apt install eclipse



          You are downloading eclipse from the software package repositories of your operating system ( which I presume is Ubuntu or similar)



          The version of eclipse in the software repositories of Ubuntu/Debian is not updated much and tends to be very old compared to the version of eclipse available on eclipse.org
          Take a look at the version of eclipse in Debian and Ubuntu's package repositories
          Version of eclipse in Debian



          Version of eclipse in Ubuntu



          You can see that the version is 3.8 which is Eclipse Juno while the latest is Photon.



          When you are installing eclipse from the website of eclipse.org you are running the latest package offered by eclipse.org which is photon



          So the clear difference being the versions of eclipse. Software repository of Ubuntu is providing an older version, while there website provides the latest version.



          The difference between 3.8 (Juno) and 4.8 (Photon) is about 6 releases, and between six releases of lot things change.



          You are getting the java.lang.ClassNotFoundException: error, because of a lot of code base has deviated between the six releases. also the code base of JRE/JDK has changed as well. I will not try to look into what has changed because six releases are a lot.



          You better uninstall any eclipse versions from the repositories and only use the one from the website.






          share|improve this answer






















          • What about those bugs, how to resolve those issues
            – Ujjwal Singh
            Sep 17 at 6:48










          • I just added that part
            – Raju Devidas
            Sep 17 at 6:53












          up vote
          2
          down vote










          up vote
          2
          down vote









          When you run

          $sudo apt install eclipse



          You are downloading eclipse from the software package repositories of your operating system ( which I presume is Ubuntu or similar)



          The version of eclipse in the software repositories of Ubuntu/Debian is not updated much and tends to be very old compared to the version of eclipse available on eclipse.org
          Take a look at the version of eclipse in Debian and Ubuntu's package repositories
          Version of eclipse in Debian



          Version of eclipse in Ubuntu



          You can see that the version is 3.8 which is Eclipse Juno while the latest is Photon.



          When you are installing eclipse from the website of eclipse.org you are running the latest package offered by eclipse.org which is photon



          So the clear difference being the versions of eclipse. Software repository of Ubuntu is providing an older version, while there website provides the latest version.



          The difference between 3.8 (Juno) and 4.8 (Photon) is about 6 releases, and between six releases of lot things change.



          You are getting the java.lang.ClassNotFoundException: error, because of a lot of code base has deviated between the six releases. also the code base of JRE/JDK has changed as well. I will not try to look into what has changed because six releases are a lot.



          You better uninstall any eclipse versions from the repositories and only use the one from the website.






          share|improve this answer














          When you run

          $sudo apt install eclipse



          You are downloading eclipse from the software package repositories of your operating system ( which I presume is Ubuntu or similar)



          The version of eclipse in the software repositories of Ubuntu/Debian is not updated much and tends to be very old compared to the version of eclipse available on eclipse.org
          Take a look at the version of eclipse in Debian and Ubuntu's package repositories
          Version of eclipse in Debian



          Version of eclipse in Ubuntu



          You can see that the version is 3.8 which is Eclipse Juno while the latest is Photon.



          When you are installing eclipse from the website of eclipse.org you are running the latest package offered by eclipse.org which is photon



          So the clear difference being the versions of eclipse. Software repository of Ubuntu is providing an older version, while there website provides the latest version.



          The difference between 3.8 (Juno) and 4.8 (Photon) is about 6 releases, and between six releases of lot things change.



          You are getting the java.lang.ClassNotFoundException: error, because of a lot of code base has deviated between the six releases. also the code base of JRE/JDK has changed as well. I will not try to look into what has changed because six releases are a lot.



          You better uninstall any eclipse versions from the repositories and only use the one from the website.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Sep 17 at 6:53

























          answered Sep 17 at 6:33









          Raju Devidas

          965




          965











          • What about those bugs, how to resolve those issues
            – Ujjwal Singh
            Sep 17 at 6:48










          • I just added that part
            – Raju Devidas
            Sep 17 at 6:53
















          • What about those bugs, how to resolve those issues
            – Ujjwal Singh
            Sep 17 at 6:48










          • I just added that part
            – Raju Devidas
            Sep 17 at 6:53















          What about those bugs, how to resolve those issues
          – Ujjwal Singh
          Sep 17 at 6:48




          What about those bugs, how to resolve those issues
          – Ujjwal Singh
          Sep 17 at 6:48












          I just added that part
          – Raju Devidas
          Sep 17 at 6:53




          I just added that part
          – Raju Devidas
          Sep 17 at 6:53

















           

          draft saved


          draft discarded















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f469476%2fproblems-in-running-eclipse%23new-answer', 'question_page');

          );

          Post as a guest













































































          Popular posts from this blog

          How to check contact read email or not when send email to Individual?

          Bahrain

          Postfix configuration issue with fips on centos 7; mailgun relay