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.
我在 Java 中使用 Joda 时间。我需要导入什么包才能使用以下语句?
DateTime now = SystemFactory.getClock().getDateTime();
我收到错误“无法解决 SystemFactory”。
那是 Joda 图书馆的一部分吗?
org.phpfirefly.test.joda.factory.SystemFactory
它不是 Joda 库的一部分。而是使用以下行:
private static final DateTime theDateTime = new DateTime(2009, 9, 6, 14, 30, 0, 0);
注意:如果您使用的是 IDE,那么它将帮助您导入适当的包。