Base64

I posted the subject in new to java forum but didn't find any solution after more than 15 days

I used different developed packages e.g. sinotar, ostermiller, sun.misc.* but don't know where I am making mistake. Please see my sun.misc.* and get me your expert opinionString text=req.getParameter("t1");

if(!text.equalsIgnoreCase(null)){

String b64Encoded=new BASE64Encoder().encodeBuffer(text.getBytes());

String b64Decoded=new String(new BASE64Decoder().decodeBuffer(b64Encoded));

out.println(b64Decoded);

}

please solve my problem. thanks in advance

[843 byte] By [Javahlpa] at [2007-11-26 21:45:04]
# 1
Sorry typing mistake please see my code using sun.misc.* package
Javahlpa at 2007-7-10 3:33:30 > top of Java-index,Security,Cryptography...
# 2
> Sorry typing mistake please see my code using> sun.misc.* packageWhere is the code?
sabre150a at 2007-7-10 3:33:30 > top of Java-index,Security,Cryptography...
# 3
See reply #7 in http://forum.java.sun.com/thread.jspa?threadID=5148690&tstart=0 .
sabre150a at 2007-7-10 3:33:30 > top of Java-index,Security,Cryptography...
# 4
> > Sorry typing mistake please see my code using> > sun.misc.* package> > Where is the code?first message includes the code
Javahlpa at 2007-7-10 3:33:30 > top of Java-index,Security,Cryptography...
# 5
> See reply #7 in> http://forum.java.sun.com/thread.jspa?threadID=5148690> &tstart=0 .Sabre150: I said earlier in my post that I have posted in "New to Java forum" if you read. Please first read the post and then show efficiencies
Javahlpa at 2007-7-10 3:33:30 > top of Java-index,Security,Cryptography...