Package Compilation problem
Hi All,
I am new to java. i am facing problem in compiling and using package. currently i am trying to make a package named "DbConnection" and inside this folder i have made a class namely "MyConnection".
if i use javac command and conpile the source file it will generate a .class file.
but if i am trying to import this package to some other file it is giving an error.
can any body help me in this regard..
Thanks in advance

