> // Entry granting permissions to aglets code.
> grant codeBase "file:C:/Ravikumar/SoftWare/Aglets/Aglets2.0.2/lib/-" {
Hi Simon,
Thanks for your prompt reply.
The java.policy file is generated by aglets. Also I tried with policy
file as
// Entry granting permissions to aglets code.
grant codeBase "file:C:///Ravikumar/SoftWare/Aglets/Aglets2.0.2/lib/-"
{
and didn't hit any sucess. Please let you guide me in the right
direction.
Any thoughts will be highly appreciated.
Thamks in Advance.
Thanks
Ravikumar
> > // Entry granting permissions to aglets code.
> > grant codeBase "file:C:/Ravikumar/SoftWare/Aglets/Aglets2.0.2/lib/-" {
[quoted text clipped - 3 lines]
> Cheers,
> Simon
仁者无敌 - 18 Nov 2006 08:54 GMT
try "file:///c:/Ravikumar/SoftWare/Aglets/Aglets2.0.2/lib/-"
On 11月18日, 下午1时40分, "Ravikumar" <ravikumar1...@gmail.com>
wrote:
> Hi Simon,
>
[quoted text clipped - 24 lines]
> > Cheers,
> > Simon- 隐藏被引用文字 -- 显示引用的文字 -
Simon - 20 Nov 2006 08:34 GMT
仁者无敌 schrieb:
> try "file:///c:/Ravikumar/SoftWare/Aglets/Aglets2.0.2/lib/-"
Even better yet: Try "file://c:/Ravikumar"
:-)
Cheers,
Simon
Ravikumar - 22 Nov 2006 11:20 GMT
Hi All,
I have add the following line in the java.policy file of JRE1.5 and
work fine.
permission java.net.SocketPermission "*:1-65535",
"listen,accept,connect,resolve";
Thanks for all your help.
:)-
Thanks & Regards
Ravikumar
> 仁者无敌 schrieb:
> > try "file:///c:/Ravikumar/SoftWare/Aglets/Aglets2.0.2/lib/-"
[quoted text clipped - 5 lines]
> Cheers,
> Simon