Get the list of -lib entries and -cp entry into a URL array. @param cpString the classpath string @param libPaths the list of -lib entries. @return an array of URLs. @throws MalformedURLException if the URLs cannot be created.
(final String cpString, final List<String> libPaths)