使用 Java 的 Denodo 自定义存储过程

Denodo Custom Stored Procedure using Java

和其他错误一样,已经尝试了所有解决方案,但仍然出现这样的错误。

The project was not built since its build path is incomplete. Cannot find the class file for java.lang.Object. Fix the build path then try building this project my_denodo_extension
Unknown Java Problem
The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class
files getClient.java /my_denodo_extension/src/com/denodo/vdp/sp line 1 Java Problem

所有依赖项,包括 JAR 和 JDK 已经提供。

你有解决办法吗?

如果您使用 Eclipse 构建程序,您可能会受到 Eclipse 中的错误的影响。请参阅其他 Whosebug 问题:Java project in Eclipse: The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files