| Author |
one rmi application run in windows but not in sun solaris
|
Sarah Gaikwad
Ranch Hand
Joined: Feb 26, 2004
Posts: 35
|
|
i write one programe in rmi it run in windows but throws exception in solaris pl help!! errror is:: java.securit.Access control exception:Access Denied java.util.property permission *read, write Exception in thread "main" java secuirty Access control execption
|
 |
Chris Shepherd
Ranch Hand
Joined: Jun 27, 2000
Posts: 286
|
|
|
You're probably running into access errors because running under windows you default to having administrator privaledges, but under solaris, you may not. Does it work in solaris if you are logged in as root?
|
 |
 |
|
|
subject: one rmi application run in windows but not in sun solaris
|
|
|