rayFancyD leeD

Greenhorn
+ Follow
since Jul 23, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by rayFancyD leeD

i opened the folder in Folder.Read_Write mode,then i do msgs[i].saveChanges(), but i met problem and the error message is : javax.mail.IllegalWriteException OP3 Messages are read-only. what could i do to make the change permanent ?
20 years ago
Hi, I tried that deploytool in j2sdkee1.3 and wrote a simple ejb. I succeeded in compiling the files and in deploying, but when I typed runclient -client Hello.ear -name HelloClient -textauth in the command line, I met problem and the error message is : Binding name:Bingname:'java:comp/env/HelloWorld'
java.security.AccessControlException: access
denied<java.util.PropertyPermission * read,write)
unbinding name:'java:comp/env/HelloWorld'
what can I do ? many thanks