开发者

What is the problem when javac compiler creates a jarfile with lowercase class file names?

开发者 https://www.devze.com 2022-12-09 11:54 出处:网络
When I run the javac compiler it compiles code and creates a JAR file, but the names of the class files inside the JAR are all in lower case. However, the classes within the source files have both low

When I run the javac compiler it compiles code and creates a JAR file, but the names of the class files inside the JAR are all in lower case. However, the classes within the source files have both lower an开发者_如何转开发d upper case names. The result of this is that I cannot compile other projects which are dependent on this JAR.


I had the same issue and it was happening in dynamic view of the clearcase. I have unchecked uncheck "CaseInsensitive MVFS" from Clearcase control panel. And restarted MVFS. (may need to restart system)

0

精彩评论

暂无评论...
验证码 换一张
取 消