XDoclet Error Removed

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Vasanth Vallabh solutions to common coding issues ---------------------

Fixing XDoclet issue in Eclipse in 4 EASY STEPS Missing library: xdoclet-1.2.1.jar


Not happy seeing the error in the markers because of XDoclet? Follow the steps to get rid of the error: 1) http://sourceforge.net/projects/xdoclet/files/xdoclet/1.2.1/xdoclet-lib-1.2.1.zip/download 2) Unzip xdoclet-lib-1.2.1.zip

3) Go to Eclipse->Windows->preferences and point XDoclet home to the extracted folder in 2nd step. This step caters to global setting, now we need to set the XDoclet for "Your Project".

4) Right click on "Your Project"->XDoclet 1. Check Use global xdoclet preferences 2. Check Enable XDoclet builder 3. Set "XDoclet home" to the path set in 3rd step. 4. "Version": 1.2.1 5. Apply 6. Ok

vvallabb.posterous.com

30-Apr-2012

You might also like