encounter setContextClassLoader security excepiton.

Dear All:

My web start is running on jdk1.4.1 jvm

Since the web start APP is getting bigger and bigger when more user invoved

I have to separate jars (download and use classloader to loading jar)

But when I attempt to setConextClassLoader of current thread,web start shows the exception of security of permission denided.

Is there any one counter some problem ?

and how to solve it ?

Regards

john

[453 byte] By [neoarta] at [2007-11-26 23:59:09]
# 1

> Is there any one counter some problem ?

I have not encountered that exact same problem,

but it might* be fixable if the app. is trusted. But..**

* I am not sure that, even trusted, this can be

done. You'd need to try it.

> and how to solve it ?

** I would instead suggest migrating the app.

to 1.5 and using 'lazy' resource downloads for

the extra jars.

AndrewThompson64a at 2007-7-11 15:47:44 > top of Java-index,Desktop,Deploying...