Re: anij
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>
Re: anij
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: >