demo compile problem in BaseImageServlet.java

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Vincent

demo compile problem in BaseImageServlet.java

Post by Vincent » Wed Aug 28, 2002 1:14 pm

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

Locked