I have 3 *.Java files. Two of the three have the statement package com.osama.temp and the main class does not have this statement. It only imports the 2 other classes like import com.osama.temp.List.
I don't know how to compile it with the Command line console .. please Help!