On Jan 31, 2008 11:00 AM, kgrad5 <[EMAIL PROTECTED]> wrote: > the code i am using is simply: > > URL url = getClass().getClassLoader().getResource(path); > > where path is the relative path to my .svg file. > > I think you may need to use Class.getResource() instead of ClassLoader.getResource() if your path is "relative".
-- Archie L. Cobbs
