ZK - Open Source Ajax Java FrameworkZK - Open Source Ajax Java Framework

install ZK Studio 0.9.6 on eclipse 3.5.1 galilio built-in package of fedora linux 12

drishtisv
22 Dec 2009 06:53:32 GMT
22 Dec 2009 06:53:32 GMT

Hi
I am trying to install ZK Studio 0.9.6 on eclipse 3.5.1 galilio which is built-in package comes with fedora linux 12. But i am unable to install please anybody help me. Following are the errors

Cannot complete the install because one or more required items could not be found.
Software currently installed: ZK Studio Eclipse Plugins 0.9.6.v200912041237 (org.zkoss.eclipse.feature.group 0.9.6.v200912041237)
Missing requirement: ZK Studio Storage Plug-in for Eclipse 3.4 0.9.6.v200912041237 (org.zkoss.eclipse34.zks 0.9.6.v200912041237) requires 'bundle org.eclipse.wst.web 0.0.0' but it could not be found
Cannot satisfy dependency:
From: ZK Studio Eclipse Plugins 0.9.6.v200912041237 (org.zkoss.eclipse.feature.group 0.9.6.v200912041237)
To: org.zkoss.eclipse34.zks [0.9.6.v200912041237]

Thanks

Abhay

drishtisv
25 Dec 2009 07:44:54 GMT
25 Dec 2009 07:44:54 GMT

Hi

it works on XP.

PeterKuo
27 Dec 2009 20:47:38 GMT
27 Dec 2009 20:47:38 GMT

To make it work on eclipse 3.5,
you may download offline installation file: zk-studio.0.9.6.zip

And modified \features\org.zkoss.eclipse_0.9.6.v200912041237.jar\feature.xml inside the zip file

remove following segment about eclipse 3.4

<plugin
id="org.zkoss.eclipse34.services"
download-size="10"
install-size="10"
version="0.9.6.v200912041237"
unpack="false"/>

<plugin
id="org.zkoss.eclipse34.zks"
download-size="0"
install-size="0"
version="0.9.6.v200912041237"
unpack="false"/>

Then it should work.

chadwang321
27 Apr 2010 01:51:30 GMT
27 Apr 2010 01:51:30 GMT

thanks,