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

How to add javadoc in netbeans 6.9.1 zkoss?

mhj
27 Oct 2010 06:20:16 GMT
27 Oct 2010 06:20:16 GMT

I tried using tools -> Java plattaforms ->
javadoc and also tools -> libraries -> javadocs but
failed.
the file I'm using is zk-javadoc-5.0.4.zip

ashishd
28 Oct 2010 19:50:38 GMT
28 Oct 2010 19:50:38 GMT

Hi mhj,
Step 1. Go to Tools>>Libraries
Step 2. Create New class library by clicking "New Library" button
Step 3. On the right side panel you will see 3 tabs Classpath Sources and Javadoc. Add ZK libraries (jar files) on the classpath tab
Step 3. On the Javadocs tab add zk-javadocs-5.0.4.zip by clicking "Add ZIP/folder" button
Step 4. Add ZK source zip on Sources tab if you are also interested in checking out the source.
and you should be all set

mhj
29 Oct 2010 10:33:12 GMT
29 Oct 2010 10:33:12 GMT

I did so, only it did not work.
add-javadoc-5.0.4.zip zk, zk-src-5.0.4.zip.
The plugin I use is net-sf-rem500.nbm

ashishd
31 Oct 2010 20:05:56 GMT
31 Oct 2010 20:05:56 GMT

are you sure you have done the step 3.
>>Step 3. On the right side panel you will see 3 tabs Classpath Sources and Javadoc. Add ZK libraries (jar files) on the classpath tab
If it isn't yet working please remove ZK Class library and try again. Also try restarting Netbeans IDE after ading ZK class library.
BTW how exactly are you verifying it is working or not?

mhj
4 Nov 2010 05:24:38 GMT
4 Nov 2010 05:24:38 GMT

jars are installed (the library name is ZK5.0.0), they must be added time to install the plugin net-sf-rem500.nbm. added the zip in this library.
I'll try reinstalling again.