How to manually install e(fx)clipse addon for Java Eclipse? -
i need e(fx)clipse window builder develop application. using windows xp java 8 unsupported. must use older version of e(fx)clipse supports java 7. i've looked everywhere on how sources leading me installing latest version via (install new software) feature in eclipse. doesn't work me cannot find correct p2 link older versions of software. please help.
here steps offline install plugins.
- open windowbuilder pro download page, click link under zipped update site. if using eclipse 3.8, can download wb v1.7 offline install.
- if don't want install plugins, select menu item
windows > preference
. select tree iteminstall/update > available software sites
, uncheck items , pressok
close it. - unpack downloaded zip file folder (do not use file expleror of windows...)
- select menu item
help > install new software...
. clickadd...
button ,local...
button select folder in previous steps. - eclipse list avaiable features install. can select features , click
next
button. may errors such as:
cannot complete install because 1 or more required items not found. software being installed: swt designer xwt support (requires eclipse wtp/wst) 1.7.0.r42x201405021548 (org.eclipse.wb.xwt.feature.feature.group 1.7.0.r42x201405021548) missing requirement: windowbuilder core xml gui's 1.7.0.r42x201405021458 (org.eclipse.wb.core.xml 1.7.0.r42x201405021458) requires 'bundle org.eclipse.wst.sse.core 0.0.0' not found cannot satisfy dependency: from: swt designer xwt support 1.7.0.r42x201405021548 (org.eclipse.wb.xwt 1.7.0.r42x201405021548) to: bundle org.eclipse.wb.core.xml 0.0.0 cannot satisfy dependency: from: swt designer xwt support (requires eclipse wtp/wst) 1.7.0.r42x201405021548 (org.eclipse.wb.xwt.feature.feature.group 1.7.0.r42x201405021548) to: org.eclipse.wb.xwt [1.7.0.r42x201405021548]
in case, can unselect features: windowbuilder core xml , swt designer xwt support. since depend on plugins of eclipse webtools... (or install eclipse webtools before install wb)
once errors gone, accept license agreement , click next
finish installation. can use wb after restarting eclipse.
Comments
Post a Comment