[EMAIL PROTECTED] wrote:
Perhaps there are other possible diagnostics that could help developers
when they encounter a class loading error.
-> richard
Sounds like a very good idea to me.
I also think the suggested checks cover most cases, but I'll try to think
of other cases we might check for.
Still the danger of people adding things to the boot delegation property
while they could've/should've made it work without it, but that can't be
helped I'm afraid.
Yeah, I was thinking about that exact same thing. Unfortunately, there
is no way we can steer the developer toward a more modular solution if
there are multiple ways to do something, like in the Swing LAF example.
In that example, given the diagnostics, a developer might add a system
bundle export and import it or modify the delegation property to solve
the problem, while the better approach that requires neither is missed.
Not much we can do about that.
-> richard