I downloaded some code from net and opened it in Eclipse. The problem is my Eclipse says
The import org.h2 cannot be resolved
for following code:
import org.h2.tools.Server;
I am learning Java and that was a sample code. I'm using jdk1.8.0_40. I cleaned my project but it still there!