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

ZK Studio for Java 7

jsanchez
7 Sep 2011 16:45:46 GMT
7 Sep 2011 16:45:46 GMT

When will it be possible? It only supports Java 4-6

pipe
13 Sep 2011 07:24:41 GMT
13 Sep 2011 07:24:41 GMT

The brute force to enable Java 7 in ZK Studio:

1) download zkstudio_1.0.1_helios.zip from http://www.zkoss.org/download/zkstudio (Alternative 3: install offline)
2) extract plugins/org.zkoss.eclipse.zks_1.0. [...] .jar from the zip
3) extract plugin.xml from the jar
4) in plugin.xml replace

<requires facet="jst.java" version="1.4,1.5,1.6"/>
with
<requires facet="jst.java" version="1.4,1.5,1.6,1.7"/>

5) re-package plugin.xml into the jar
6) re-package the jar into the zip
7) start Eclipse
8) deinstall the current zk studio plugin
9) install the modified zk studio from the updated zip

jsanchez
19 Sep 2011 11:51:47 GMT
19 Sep 2011 11:51:47 GMT

Thank you, it worked.

When is ZK doing this themselves so we dont have to do this everytime a new release is out?

iantsai
21 Sep 2011 10:21:21 GMT
21 Sep 2011 10:21:21 GMT

Hi guys, just to let you know that we are working on it.

jsanchez
2 Mar 2012 22:30:48 GMT
2 Mar 2012 22:30:48 GMT

Any news on this?