public static URL getSystemResource (String name)

Find a resource of the specified name from the search path used to load classes. This method locates the resource through the system class loader (see getSystemClassLoader()).

Parameters:
name     The resource name

Returns:  A URL object for reading the resource, or null if the resource could not be found

Since:  1.1