Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.2
-
None
-
None
Description
According to http://java.sun.com/j2se/1.4.2/docs/tooldocs/solaris/javadoc.html#linkoffline, the location "is the path or URL to the directory containing the package-list file for the external documentation." The plugin's OfflineLink.java uses a java.io.File for the argument, which munges it if it's a URL. Easiest fix might be to just use String instead of File.