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

Problem Occur when install ZK Studio to Eclipse

jfsn0101
13 Apr 2010 10:56:56 GMT
13 Apr 2010 10:56:56 GMT

I'm a fresher of ZK and Eclipse, I just download the current version of ZK Studio and Eclipse:

ZK Studio URL : http://www.zkoss.org/download/zkstudio.dsp
and select the offline install pack as follow:
zk-studio.0.9.6.zip Offline installation package for Eclipse 3.5

Eclipse URL : http://www.eclipse.org/downloads/
and select item :
Eclipse IDE for Java Developers (92 MB)

Then I follow the instruction of video :
http://docs.zkoss.org/wiki/Installation_Guide_for_Eclipse_3.5_%28Galileo%29_Screencast


but I get an error when it almost installation complete:
Cannot connect to keystore.
.....
Cannot complete the install because one or more requiered items could not be found.
.....
Missing requirement: ZK Studio ZUL Editor Plug-in 0.9.6 ..... (org.zkoss.eclipse.editor 0.9.6 .....) requires 'bundle org.eclipse.wst.html.core 0.0.0' but it could not be found
Cannot satisfy dependency:
.......

I try remove all and re-unzip a whole new pack , but it still occur.
Could there someone help me about this problem ?

I think this version of ZK Studio pack files maybe corrupt or missing some files.

PeterKuo
14 Apr 2010 21:20:16 GMT
14 Apr 2010 21:20:16 GMT

What OS are your using?
What JDK? 32bit? 64 bit?
Are you using Eclipse IDE for Java EE Developers (190 MB)?

windows + 32 bit jdk + Eclipse IDE for Java EE Developers is most tested configuration.

jfsn0101
14 Apr 2010 23:03:30 GMT
14 Apr 2010 23:03:30 GMT

OS: Windows 7
JDK: jdk-6u19-windows-i586
Eclipse IDE for Java Developers (92 MB)

PeterKuo
15 Apr 2010 03:55:58 GMT
15 Apr 2010 03:55:58 GMT

You need to install "Eclipse IDE for Java EE Developers"
Some plugin like WTP not incldued in Eclipse IDE for Java Developers

jfsn0101
15 Apr 2010 19:12:59 GMT
15 Apr 2010 19:12:59 GMT

Thank you, I downloaded Java EE and install Ok !!

jfsn0101
15 Apr 2010 23:28:28 GMT
15 Apr 2010 23:28:28 GMT

May I ask another question?

I follow the installing :
http://www.zkoss.org/doc/installzk.dsp

but I always get an error message:

HTTP Status 404 - /myzk/
--------------------------------------------------------------------------------
type Status report
message /myzk/
description: The requested resource (/myzk/) is not available.
--------------------------------------------------------------------------------
Apache Tomcat/6.0-snapshot


I use the XAMPP with Tomcat for Web server and follow the instructions.
I try to rename directory name from myzk to zkdemo but it still doesn't work.
and I already set the system environment variable JAVA_HOME=C:\Program Files\Java\jdk1.6.0_19

I try to keyin URL:
http://localhost:8080/zkdemo/
this doesn't work , but
http://localhost:8080/zkdemo/index.zul
this will work , why ?

Could you please help me ?
Thanks.