在www.myeclipseide.com上下载了 myeclipse Enterprise Workbench 4.0.3 GA for linux 下载下来是一个.bin文件 我修改它的权限: #chmod 777 myeclipse EnterpriseWorkbenchGA.bin 然后执行该文件 系统显示无法初始化JDialog 看来是swing包没找到,可是我已经在 /etc/profile 里设置了dt.jar 和 tools.jar包的 classpath了 这可能是什么问题?
by bobo1943 - 系统管理 - 2005-12-21 08:59:29 阅读(2040) 回复(2)
linux下Eclipse,myeclipse安装 我这边是用的是eclipse3.1 + myeclipse4.0。 下载必要的软件: eclipse-SDK-3.1-linux-gtk.tar.gz: http://download.eclipse.org/eclipse/downloads/drops/R-3.1-200506271435/index.php EnterpriseWorkbenchInstaller_4.0GA_E3.1.bin: http://downloads.myeclipseide.com/downloads/products/eworkbench/4.0GA/EnterpriseWorkbenchInstaller_4.0GA_E3.1.bin myeclipse_4_0_...
在www.myeclipseide.com上下载了 myeclipse Enterprise Workbench 4.0.3 GA for linux 下载下来是一个.bin文件 我修改它的权限: #chmod 777 myeclipse EnterpriseWorkbenchGA.bin 然后执行该文件 系统显示无法初始化JDialog 看来是swing包没找到,可是我已经在 /etc/profile 里设置了dt.jar 和 tools.jar包的 classpath了 这可能是什么问题?
目录 1 JKD的安装............................................................................................................... 2 1.1 软件下载........................................................................................................ 2 1.2 软件安装........................................................................................................ 2 1.3 设置环境...
先介绍一下我的安装环境: Red Hat 9 , JDK1.4.2 , Eclipse 3.1.1 , myeclipse 4.0.3GA(manual install) 大家都知道Eclipse的插件安装有2种方法 A. 直接拷贝插件到Eclipse的features和plugins目录下 B. Link方法,就是用Eclipse的HELP->software updates->manage configuration添加 我的安装步骤: 1.我先将Eclipse安装在 /home/bobo/Eclipse下 (bobo是我的用户名,Eclipse安装时只要tar 命令解一下包就行了,十分方便) 2.接...
先介绍一下我的安装环境: Red Hat 9 , JDK1.4.2 , Eclipse 3.1.1 , myeclipse 4.0.3GA(manual install) 大家都知道Eclipse的插件安装有2种方法 A. 直接拷贝插件到Eclipse的features和plugins目录下 B. Link方法,就是用Eclipse的HELP->software updates->manage configuration添加 我的安装步骤: 1.我先将Eclipse安装在 /home/bobo/Eclipse下 (bobo是我的用户名,Eclipse安装时只要tar 命令解一下包就行了,十分方便) 2.接...
myeclipse编码设置 我的myeclipse安装后编码默认是GB18030,外面的人一般推荐用UTF-8。如果在导入项目后发现乱码现象,那是编码设置设置不对。 全局编码设置:编码设置的方法:ToolBar-->Window-->Preferences-->General-->Workspace-->Text file encoding,设置合适的编码。 局部编码设置:在源码按右键-->General-->Editors-->Test Editors-->Spelling-->Encoding,这里是设置单个文件的编码。 推荐还是使...
Ctrl + Shift + O: 引入imports语句 Ctrl + Shift + T: 打开Open Type查找类文件 Ctrl + Shift + F4: 关闭打开的所有窗口 Ctrl + Shift + F: 整形 Ctrl + Alt + ↓(↑) : 向下(上)复制本行 (搞笑) [color="#303030"]Ctrl + D : 删除本行 Ctrl + O: Open declarations F3 : Open Declaration Ctrl + E : 打开编辑器(切换窗口) Ctrl + / : 注释本行 Alt + Shift + R : 重命名 Alt + Shift + F : 自动格式 Alt + S...