Hi,
Do not use:
java P.class
Use only:
java P
M> I have a problem with i run this program:
M> public class P
M> {
M> public P()
M> {
M> }
M> public static void main( String[] args )
M> {
M> System.out.println("hola");
M> }
M>
On Mon, 24 Sep 2001, Manolo wrote:
> I have a problem with i run this program:
>
> public class P
> {
>
> public P()
> {
> }
> public static void main( String[] args )
> {
> System.out.println("hola");
> }
>
> }
>
> in anyj and ocurr this error:
>
I have a problem with i run this program:
public class P
{
public P()
{
}
public static void main( String[] args )
{
System.out.println("hola");
}
}
in anyj and ocurr this error:
Exception in Thread "main" java.lang.NoClassDefFo