Pages

Friday 31 October 2014

How to create a JAVA document | Creation of JAVA document | 7 steps to create JAVA document

Step 1: copy src folder from java in installed location (C:\Program Files\Java\jdk1.6.0_11\src.zip)
Step 2: now paste it in any another folder
Step 3: now right click on src.zip folder and choose extract_all option
Step 4: now select any particular package from extracted_src folder and copy the address
Step 5: now open command prompt and set the path till package or paste what you copied
Step 6: then write "javadoc *.* java" enter
Step 7: now write "index.html";

No comments:

Post a Comment