
Eclipse 使用技巧
coder_99
heyu158@126.com
展开
-
Eclipse Pulsar for Mobile Developers 添加提示背景色
Eclipse Pulsar for Mobile Developers 默认不提供这种代码提示: 今天对照着老版本的Eclipse 找到了如何显示的方法:设置步骤:window -> preference->java->editor->Mark occurrence->选中就可以了。如果要进行个性设置还可以再设置标记的内容。如果要设置个性内容就可以如此设置:原创 2011-06-19 10:15:00 · 1061 阅读 · 0 评论 -
eclipse Pulsar 在使用cldc 1.1 所具有的nextInt(int n)和Math.PI、Math.sin,Math.cos 等方法常量时报错
这是错误信息:Multiple markers at this line- Syntax error, insert "AssignmentOperator Expression" to complete Expression- PI cannot be resolved o原创 2011-07-15 17:37:31 · 1485 阅读 · 0 评论 -
Eclipse中添加用户库的方法
背景:有时要添加一些常用的jar或者dll文件到Eclipse中。但是,明明添加了用户库,程序调用的时候仍然报错。错误如下:Exception in thread "main" java.lang.UnsatisfiedLinkError: no ICTCLAS50 in java.library.path at java.lang.ClassLoader.loadLibra原创 2013-10-14 21:32:51 · 9530 阅读 · 0 评论 -
Not valid license or your license expired! NLPIR 2013 Java版报错
使用NLPIR 2013 Java版的时候,动态链接库配置正确。但是就不能用,控制台提示 :Init Fail!log文件中的错误提示: Not valid license or your license expired! 解决办法:下载最新的NLPIR分词文件,本文写作时最新的版本为:nlpir_ictclas2013_u20131115_release解压缩转载 2013-12-24 11:07:06 · 6704 阅读 · 0 评论 -
UIBinder template should be in client package.
1.我最近使用UIBinder 编辑 Maven-GWT project 的xml文件时遇到这种错误:The error message is : UIBinder template should be in client package.You are attempting to use UiBinder for /hsp-web/src/main/java/com/hs/h翻译 2014-12-27 20:18:00 · 1328 阅读 · 0 评论