help me:
When I deploy my jsp in Weblogic 6.1,it doesn't work.Because I compare a string to a Chinese string.the scriptlet is as follows:
<html>
<body>
<%
request.setCharacterEncoding("GB2312");
String strLoginType="111";
String tt="333²Ý";
if...
when I develop EJB with JBuilder 6.0,and the Application server is weblogic server 6.1,and I create an EJB test client by the wizard in JBuilder.when I specify EJBC to create stub files,the EJB moudle can't pass complication.The error message is as follows:
"Untitled1.ejbgrpx": ERROR...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.