Search code examples
javacompiler-constructionclearcasecase-sensitive

problem while compiling java code on network drive, it creating class files in lowercase


i am using clear-case source control, i created my vob repository(which has my java source code) on the network drive, when i rum my javac compiler on the source it compiles fine but it is generating class files in lowercase where it should start with uppercase letter. i have seen the code every thing mentioned perfect. then i tried to create a sample java code on the network drive and i tried to rename it in uppercase but it is automatically changing into lower case. do any one has solution for this?


Solution

  • If your are in a dynamic view, check your MVFS settings

    • Case insensitive MVFS
    • Case Preserving

    See this picture.

    MVFS settings