tags:

views:

69

answers:

0

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.