摘要:
刚开始使用eclipse,记录一下eclipse的配置学习过程:1.显示行号 Window->Preferences->General->Editors->Text Editors,勾选Show line numbers选项。2.改变字体大小 Window->Preferences->General->Appearance->Colors and Fonts->Basic->Text Font.3.Eclipse+Pydev编写python时中文乱码问题 Eclipse的设置: window->preferences->g 阅读全文
posted @ 2013-01-12 13:24
xiaobaibuhei
阅读(276)
评论(0)
推荐(0)
摘要:
重装系统后启动eclipse时出现如下问题: 原来能正常使用的。网上搜索说是可能因为eclipse是64位的,JDK是32位的,所以出现这个问题。 于是查看eclipse是32位的还是64位的: 打开eclipse安装目录下的 eclipse.ini文件,如果launcher.library设置的值是X86就是32位的,如果写的是X64就是64位的了(如图): 接着查看查看JDK是32位的还是64位的,使用如下代码:public class JDKBit{ public static void main(String[] args) { String arch = Sys... 阅读全文
posted @ 2013-01-12 13:15
xiaobaibuhei
阅读(24536)
评论(1)
推荐(2)

浙公网安备 33010602011771号