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.
|
| ||||
|
show 4 more comments
feedback
|
|
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) | ||||
|
feedback
|
javaccommand line and content of the JAR file you are getting? – Matthew Murdoch Oct 19 '09 at 21:16