I did a search but couldn’t find any info on this, or in the MyEclipse help..so here goes:
How do I add class names from external jars to the drop-down lists for setting the Type for return values and parameters?
Right now I want to display some java.io.* classes, but later I could see the need for using classes from external jars (say Spring). I have an Interface with a method that returns java.io.File.
I plan to have MyEclipse generate and watch Java files based on the UML…so I need to have all possible class names available.