I am trying to use user defined package from one directory to another directory. (i.e D to E) In the time of compiling the main java file I had faced an error theat package is not available. So, my question is can we use user defined packages from different drives?
I tried by setting the path of my user defined packages. But my concept is only working within in the same drive.