开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜