Davide Daffonchio
Davide Daffonchio

Reputation: 11

Cannot install windowbuilder plugin on eclipse photon

I've installed eclipse photon on my new pc (with ubuntu 18). When i try to get it from the marketplace or from the link (http://download.eclipse.org/windowbuilder/WB/integration/4.8/) i get this error:

No repository found at http://download.eclipse.org/windowbuilder/WB/integration/4.8/.

I tried to install the previous version, but i get the "Eclipse running under 0" error when i try to open a java file with windowbuilder. How can i solve this?

Upvotes: 0

Views: 2820

Answers (2)

yakuzeTheSamurai
yakuzeTheSamurai

Reputation: 1

  1. Check your Eclipse version: Windows builder requires a specific version of Eclipse to run. You can check on Windows Builder Website.

  2. Check your Eclipse installation to make sure there are no corrupt files, you can try reinstalling.

  3. Use Eclipse Marketplace: Open Eclipse and go to Help> Eclipse Marketplace, then search for Windows Builder and follow the installation prompts.

Upvotes: 0

Davide Daffonchio
Davide Daffonchio

Reputation: 11

I finally found a solution here Eclipse Windowbuilder Incompatible Java by modifying the .ini file in the eclipse root i managed to open window builder with jdk 1.8!

Upvotes: 1

Related Questions