Jonathan Costers wrote:
...
does not have required permission:
(com.sun.jini.start.SharedActivationPolicyPermission
file:/C:/apache2/River/qa/harness/policy/defaultgroup.policy)
...
What this means is that it has no permission to use file:*/*C:/.... , the
policies only give permission to file:C:\... Note extra / between file: and
C:
Well spotted! Thanks.
I would probably have seen it once I started looking closely at the
permission checking, but that saves me some time.
My current guess is that something is being done as String manipulation
that should be done using API classes such as File, which knows about
the different path naming rules. However, I'll know better once I find
where that extra "/" is coming from.
Patricia