bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/22903] Move URL#DEFAULT_SEARCH_PATH to VMURL


From: gcc-bugzilla at gcc dot gnu dot org
Subject: [Bug classpath/22903] Move URL#DEFAULT_SEARCH_PATH to VMURL
Date: 16 Oct 2005 01:27:38 -0000

Is it possible to move the DEFAULT_SEARCH_PATH field in java.net.URL to a VMURL
class, or to SystemProperties?
This way adding our own search path (on vm level) can be done without modifying
the classpath sources.

Thanks
Ewout


------- Comment #1 from from-classpath at savannah dot gnu dot org  2005-05-25 
06:26 -------
Its already possible to extend the path. The value of the property
"java.protocol.handler.pkgs" gets prepended to the
default search path. So you VM van change its value if needed in
VMSystemProperties.postInit().

Is this enough support for you?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22903





reply via email to

[Prev in Thread] Current Thread [Next in Thread]