The first step in this process is to build a Java SDK tags database as follows:
- Make sure you have the Java SDK installed
- Locate the src.zip found in the Java installation directory
- Create a src folder in the Java installation directory
- Extract the src.zip into the src folder
- Start Zeus any select the Tags, Database Builder menu
- Use the Browse button to locate the folder created in step 3
- Set the Tage Database Name to JDK-VX.X.X where X.X.X is the SDK version number
- Set the File Extensions to *.java
- Make sure the Recurse into sub-directories option is checked on.
- Press the Search button to locate the files to be added to the database
- Press the Build button to build the tags database

The final step is to attach the newly created tags database to a Java document type.
To do this edit the Java document type using the Options, Document Types menu and add the newly created Java tags database to the Tags Section of the document type.
If all has worked as expected, writing this code into a Java document:
Code: Select all
String test;
test.
Note: To go to the definition of String, place the cursor on the word and use the Tags, Find current word menu.
Note: To search for any Java definition use the Tags, Find... menu to bring up the Search Tag dialog.