-
Apr 11th, 2009, 08:37 PM
#1
JAXB issue
hi,
I am receiving the following error when I call java functions from my javascript.
"Ignored exception: java.security.PrivilegedActionException: java.lang.reflect.InvocationTargetException"
The above occurs at the line(in my java code):
String test = new String(Base64.decodeBase64(encodedURL.getBytes())) ;
when I run this as a normal java application evrything works.
any ideas?
kind regards
Chris
Last edited by csam0003; Apr 12th, 2009 at 07:02 PM.
Reason: specific issue
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules