Now it showes this in my jbuilder6 build result bar,
"BaseImageServlet.java": Error #: 300 : method createDocument(null, java.lang.String, null) not found in interface org.w3c.dom.DOMImplementation at line 733, column 51
As I track in and find that the DOMImplementation.java is so SIMPLE, HOW CAN I?
// JBuilder API Decompiler stub source generated from class file
// 2002-8-28
// -- implementation of methods is not available
package org.w3c.dom;
public abstract interface DOMImplementation {
// Methods
boolean hasFeature(String string, String string1);
}
THANKS VERY MUCH!
Vincent