For example, I have a file named FOOBar.java that I want to rename to FooBar.java. After trying lots of stuff, I get the error:
I found out a very simple solution to this. Say you need to rename a java package "Activities" to "activities". This package contains several files and sub-packages
Follow the sequence of steps
Thats All Folks !