views:

107

answers:

2

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?

A: 

IIRC the Samba SMB server has options for "fixing" the case of file names. You may want to look into you SMB configuration.

Chris Nava
+1  A: 
VonC