当前位置: 代码迷 >> Eclipse >> 初学myeclipse,发现有些有关问题不知道怎么解决
  详细解决方案

初学myeclipse,发现有些有关问题不知道怎么解决

热度:96   发布时间:2016-04-23 14:10:31.0
初学myeclipse,发现有些问题不知道怎么解决。
我们学校就一个java老师,而且还是边学边教书的老师。感觉这学校师资很烂,但我也不想烂下去。
所以自己自学myeclipse,想请教个问题。
我想在body部分写代码为,<body>
  <h3><% String s="李宁";
  out.write("你好,"+ s+"!");
  %>
  </h3>
  </body>
然后想保存,但就发现问题,就弹出对话框说Some characters cannot be mapped using "ISO-8859-1" character encoding
Either change the encoding or remove the characters which are not supported 
by the "ISO-8859-1" characer encoding.
求解答啊。


------解决方案--------------------
换成GBK

------解决方案--------------------
pageEncoding="GBK"
------解决方案--------------------
java.net.BindException: Address already in use: JVM_Bind
 你tomcat端口被占用了,查看下哪个程序占用的,或先都关闭在重启看下。
  相关解决方案