Archive for the 'classpath' Category
p2: Uncovering your kludgy code
In EMFland, we have some crazy-old internal FVT, BVT, and SVT tests that we run as a followup to our public JUnits. These are rather complex, involving codegen, hooking into PDE in less-than-standard ways, and doing all sorts of wierd modeling test work.
Unfortunately, they break a few times a year, and this time it took [...]
[ Back to top ]
Adding libraries to your java project
A question I see once in a while in #eclipse is How do I add libraries to my java or plugin project? or How do I fix errors like ‘The import org.eclipse.foo cannot be resolved’?
The latter is particularly common when you’re working with someone else’s code and they didn’t provide you with a [...]
[ Back to top ]

