In eclipse 3.61, an error occurred while trying to install google WindowMaker through updateite

im trying to install the Google GUI builder "Window maker pro" im using eclipse Version: Helios Service Release 1 Build ID: 20100917-0705. but I get this error when trying to install via updateite:

Installed software: WindowBuilder core 0.9.0.r36x201102111130 (org.eclipse.wb.core.feature.feature.group 0.9.0.r36x201102111130) Missing requirements: CoreBox 0.9.0.r36x201102111130 (org.eclipse.wb.core.feature .feature.group 0.9.0.r36x201102111130) requires "org.eclipse.pde.feature.group 3.2.0" but could not be found

What the hell: org.eclipse.pde.feature.group 3.2.0

+4
source share
1 answer

I think that in this case there is no PDE (plugin development environment), Window Maker probably depends on this for its part of SWT / JFace.

You can try adding the full PDE package from the eclipse software site. In Eclipse, go to: Help - Install New Software - Work with: http://download.eclipse.org/releases/helios

After a long update, the "General Purpose" node should appear in the list. After expanding the node, you should see the "Eclipse Plug-in Development Environment". Try installing this first and then Window Maker Pro.

Alternatively, you can always use Yoxos - http://ondemand.yoxos.com/geteclipse/start - to fully customize your Eclipse installation.

+8
source

Source: https://habr.com/ru/post/1342096/


All Articles