Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用 jdk7 在 Eclipse 中启用“抽象枚举 [SomeClassName]”?
使用 Indigo Service Release 2 和 jdk7,当我编写“abstract enum [SomeClassName]”时,它会在代码中报告错误。
为了让它工作,我需要做些什么吗?
我非常需要这个功能,这大大减少了我的工作量。
是的,我同意菲利普的观点。Java 7 似乎不支持抽象枚举。这在eclipse中不是问题。
您认为有问题的代码,您可以使用 JDK 7 从命令行编译它吗?
我尝试了 OpenJDK-7 和 Oracle JDK7。我无法得到一个简单的类来编译abstract enum它。
abstract enum