Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Does the j2ee server support chinese characters?

843833Dec 27 2002 — edited Jun 16 2003
Hi,

does J2EE 1.3.1 / J2EE 1.4 Beta support chinese font? it seems that the J2EE server does not like this code as follow:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
it throws errors every time when i open http://mydomain:8000
J2EE SDK/1.3.1 - HTTP Status 500 - Internal Server Error is:
javax.servlet.ServletException: sun.io.ByteToCharEUC_CN.getIndex1()[S
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:484)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)......
but there is no problem to run in jbuilder7 with jakarta-tomcat-4.0.3 when i open page http://mydomain:8080

please help me!!!

thanks

peterzhu

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jul 14 2003
Added on Dec 27 2002
1 comment
102 views