JDK 1.1 Quick Start
JDK 1.1 JDK 1.2 Quick Example

Print me!

Step  1.   Install the JDK 1.1

    1. The JDK can be downloaded from Sun Microsystems for free.
    2.  Install the JDK into any directory on your comptuer that you prefer.

Step 2.   Select Preferences

    1.  Select Edit| Preferences from the Main Menu bar, OR
    2.  Select the Wrench Icon on the toolbar.
    3.  Proceed to Step 3

wrench

OR:

wrench2

 


 

Step 3.    Set the Environment

    1.  Select Environment
    2.  Click the Add button
    3.  Proceed to step 4. 

Prefs


 

 

 

 

 

 

 

 

 

 

Step 4.    Find classes.zip in jdk using Choose Directory dialog

    1.  Double Click on the jdk folder to show sub-folders
    2.  Double Click on the lib folder to show sub-folders
    3.  Select classes.zip
    4.  Click the OK button on the dialog box
    5.  Click the OK button on the Window
    6.  Proceed to Step 5

ADDDIALOG


 

 

 

 

 

 

 

 

Step 5.     Adding  Java Classes  to the diagram

    1.  Click Add on the menu
    2.  Click Class/Interface on the sub-menu
    3.  Proceed to Step 6

addMenu


 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Step 6.    Find classes to diagram by using the Add class dialog

    1.     Find the  sql folder in the jdk folder  
    2.     Click Select All button
    3.     Click OK button

    4.     Click Yes button for Automatic Placement in pop-up dialog
    5.     Proceed to Step 7.
     

add2


 

 

 

 

 

 

 

 

 

Step 7.    The Diagram 

    1.     The Diagram Painter should now have class diagrams displayed
    2.     This diagram is displaying the Java code to implement Java Beans

bean


 

 

 

 

 

Step 8.     Quick Start Diagram Manipulation

    1.   To move a class, click left mouse down and drag the selected class.

    2.   Click right mouse down on a class to pop-up a menu

    3.   Click right mouse on diagram white space to pop-up diagram control menu

     

    Important Note:  The JavaDoc.exe from jdk 1.1x will NOT work with JVISION.  You must use the JavaDoc.exe from jdk 1.2.x. However, your code may be from jdk 1.1.x.