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.
当我运行javac编译器时,它会编译代码并创建一个 JAR 文件,但是 JAR 中的类文件的名称都是小写的。但是,源文件中的类有小写和大写的名称。这样做的结果是我无法编译依赖此 JAR 的其他项目。
javac
我有同样的问题,它发生在透明箱的动态视图中。我从 Clearcase 控制面板中取消选中“CaseInsensitive MVFS”。并重新启动 MVFS。(可能需要重启系统)