Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

maven

jar

javac

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 and upper case names. The result of this is that I cannot compile other projects which are dependent on this JAR.

like image 291
dagg Avatar asked Dec 29 '25 15:12

dagg


1 Answers

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)

like image 114
sambathp Avatar answered Jan 01 '26 21:01

sambathp



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!