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("xx.jpg"));
>
>The image is there
>
>Does anyone ,have a clue ?
>
>thenx
>gg
My money is on case sensitivity. ""xx.jpg" was FTP'd from Windows and its
really "XX.JPG". DOS people always get burned by case sensitive filesystems!
Just a hunch.
Douglas Toltzman