在网络驱动器上编译java代码时出现问题,它以小写形式创建类文件
我正在使用清晰大小写的源代码控制,我在网络驱动器上创建了我的vob存储库(其中包含我的java源代码),当我在源代码上运行我的javac编译器时,它编译得很好,但它在应该的位置生成小写的类文件以大写字母开头。我已经看到代码中提到的每件事都很完美。然后我尝试在网络驱动器上创建示例java代码,并尝试将其重命名为大写,但它会自动更改为小写。有人有解决方案吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您处于动态视图中,请检查您的 MVFS 设置
请参阅此图片。
If your are in a dynamic view, check your MVFS settings
See this picture.
IIRC Samba SMB 服务器具有“修复”文件名大小写的选项。您可能想查看 SMB 配置。
IIRC the Samba SMB server has options for "fixing" the case of file names. You may want to look into you SMB configuration.