Re: nusty linux exception

1998-10-23 Thread Java News Collector
At 01:50 PM 10/23/98 +0300, Pinca George wrote: >hello world, > >I made a program useing symantec's classes.zip. > >It works fine on windows bat when I move it to Linux I get a nusty >NullPointerException exception on the line : > > >searchButton.setImageURL(symantec.itools.net.RelativeURL.getURL(

Re: nusty linux exception

1998-10-23 Thread mlorton
> From: John Summerfield <[EMAIL PROTECTED]> > > On Fri, 23 Oct 1998, Pinca George wrote: > > I made a program useing symantec's classes.zip. > > It works fine on windows bat when I move it to Linux I get a nusty > > NullPointerException exception on the line : > > searchButton.setImageURL(symant

Re: nusty linux exception

1998-10-23 Thread John Summerfield
On Fri, 23 Oct 1998, Pinca George wrote: > hello world, > > I made a program useing symantec's classes.zip. > > It works fine on windows bat when I move it to Linux I get a nusty > NullPointerException exception on the line : > > > searchButton.setImageURL(symantec.itools.net.RelativeURL.getU

nusty linux exception

1998-10-23 Thread Pinca George
hello world, I made a program useing symantec's classes.zip. It works fine on windows bat when I move it to Linux I get a nusty NullPointerException exception on the line : searchButton.setImageURL(symantec.itools.net.RelativeURL.getURL("xx.jpg")); The image is there Does anyone ,have a clue