Tagged with JAVA

Java Style Docs with ZenDoc

Introduction I’ve been following the habit of documentation my ActionScript code for some time, but I was interested in creating an html documentation for each Class in a project. Something like this example: Cursor. For a guide to documentation see: How To Document and Organize Your Java Code. This article mentions Javadoc in point 7, … Continue reading

How to increase memory allocated to Eclipse.

I’ve recently upgraded to FDT 3.0 and encountered a warning message: “Not enough memory. To use FDT you should raise the available memory for eclipse. Edit the file ‘eclipse.ini’ inside the eclipse installation directory and add the line: -Xmx512m After doing so restart eclipse.” I had some trouble finding the correct file. I Found the … Continue reading