-1

I am using the ZK framework and I need to import this: import org.zkoss.zul.Label;

But I keep on getting this error: the import org.zkoss.zul cannot be resolved

I already added the zul.jar to the classpath but the error still exists. What should I do?

Keeper
  • 61
  • 9

1 Answers1

0

I solved it. I just removed the zul.jar from the class path and added it again. It works now.

Keeper
  • 61
  • 9