共同探讨NetBeans的中文处理问题,eclipse的调试使用、配置问题(200分)

  • 主题发起人 主题发起人 边走边悟
  • 开始时间 开始时间

边走边悟

Unregistered / Unconfirmed
GUEST, unregistred user!
有使用过NetBeans和eclipse的同志吗?
在NetBeans下中文不能显示的问题,你们是怎么解决的?
NetBeans下调试jsp报两个错:
class FileInputStream
location: class org.apache.jsp.hello$jsp
FileInputStream conf=new FileInputStream (Filedir);
^
hello$jsp.java [98:1] cannot resolve symbol
symbol : class FileInputStream
location: class org.apache.jsp.hello$jsp
FileInputStream conf=new FileInputStream (Filedir);
你们如何解决这个问题的,首先这个jsp文件是没有问题的,在resin下能够显示的。
同样在eclipse的2。0版本怎么设置到可以编写和调试jsp和javabean的?
欢迎讨论:)qq:104269413
 
我用的是forte for java 4,不知你用的是哪个
在编辑器里点右键,选Properties,在Text页设 Encoding为GBK,可解决中文问题,
 
in eclipse 2.0, there is no standard plugin for write/debug jsp/servlet.
it's been included in a commecial product: WSAD.
And there is some opensource plugin can use. XMLBuddy which u can get from http://www.xmlbuddy.com/index.html.
it have the ability to render jsp code in color.
and you need a 'luncher' to debug your code. Each application server may have it's own launcher.
you can find a lot of 'launchers' in eclipse-plugins.2y.net.
 
NetBeans3.4的IDE在编辑HTML汉语能正确的显示,
在编辑Jsp汉语显示成??,有什么办法解决吗?
但ecilpse汉语显示是没有问题的,但ecilspse的jsp编辑没有提示,和代码类的插入
相对Netbeans还是好用,但汉字成了心病,有解决了的兄弟吗?指教指教
 
for eclipse, Lomboz is a good start to bring JSP complete support . but Lomboz is not
stable now. please wait some more days.
 
各位怎么对不花钱的东西都不感兴趣?
 
感兴趣啊,不是有人回你了吗?
曹晓钢用Eclipse,我用NetBeans
汉字问题,除了设置encoding为GBK之外,字体也必须设置为宋体
我试过的
http://www.delphibbs.com/delphibbs/dispq.asp?lid=1259273
 
左兄,我建议你去下一个netbeans用用,www.netbeans.org,
现在sun没有把netbeans和forte合二为一,下一步的事,况且
netbeans和forte差别还是很大的,forte只能免费下试用版的
 
可以这样:
我用的是netbeans3。4,默认的字符集是iso-8859-1
要把你建的工程属性的text页的Encording的值改为gb2312
关掉你的文件,再打开,不需要别的设置就能正常显示汉字了,你试试。
 
我倒,上面不是说了我一直用NetBeans的吗
 
接受答案了.
 
后退
顶部