Can anyone help me on how I have to run a java application which is in a package, from cmd? Please give me the necessay line that I have to type
Thank You
EDIT: (Copied a clarifying comment from one of the answers below)
No i mean a normal java aplication that belongs to a package, like
package x; class SampleOnly{ }
how you compile (and run) that file – Muhammed Yoosuf