Loading eclipse in the web application server environment [message #81063] |
Mon, 23 June 2003 22:33  |
Eclipse User |
|
|
|
Originally posted by: rerngler.sg.ibm.com
Hi,
I am trying to load eclipse under the web application server environment
and encountered an IllegalStateException. After tracing through the
eclipse source, i realize that eclipse requires the
"PlatformURLHandlerFactory" to handle the "platform:" protocol. I believed
that the web application server also install its own
URLStreamHandlerFactory, hence when eclipse tries to build a URL from
"platform:...", a URLMalformedException is thrown.
Since we can only register 1 URLStreamHandlerFactory per JavaVM, how do I
circumvents this problem ?
I also noticed that eclipse set the PlatformURLHandlerFactory into the
system property, but there is no reference to this factory from its class
loader.
Thanks in advance.
|
|
|
|
Powered by
FUDForum. Page generated in 0.07850 seconds