EFHHelper class
Brought to you by:
anegrin
I imported your project into Netbeans, version4.5 I am getting an error on this statement;
Project projects[] = (Project[])currentNode.getLookup().lookup(new Template(Project.class)).allInstances().toArray(new Project[0]);
Netbeans doesn't like "new Template", the IDE wants to add import from com.sun.apache.xalan.internal.xsltc.compiler.Template.
How do I define Template?
Thanks for your help.