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.
我目前正在尝试编写一个 apt 注释处理器。但是,我无法在我的系统上找到所需的 tools.jar。我在 OSX 上,安装了默认的 JDK。我在哪里可以找到与 apt 相关的课程?
Apple 捆绑的 JVM 中没有 tools.jar,这些类只是在 classes.jar 中,其中包含其他基本 Java 库文件(在我的机器上,这里:)/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/classes.jar。
/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/classes.jar
com.sun.*不能依赖类。它们是内部实现,风险在于它们将在下一个版本或不同的平台上消失。
com.sun.*