Hi All,
Can any1 tel me how to compile and run a java file within a package from a command prompt.
Eg:
package pack1;
public class One
{
public static void main(String args[])
{
System.out.println("hello world");
}
}
please help this out
Printable View
Hi All,
Can any1 tel me how to compile and run a java file within a package from a command prompt.
Eg:
package pack1;
public class One
{
public static void main(String args[])
{
System.out.println("hello world");
}
}
please help this out