ChinaUnix.net
相关文章推荐:

linux 下eclipse上如何安装myeclipse插件

linuxeclipse,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_...

by 小兵张嘎-kevin - Java文档中心 - 2006-08-08 11:03:36 阅读(914) 回复(0)

相关讨论

很多很多的插件在windows工作正常,而且linux版的eclipselinux安装且运行没有问题,现在把windows的两个插件目录都考到linux的相应目录,为什么在起动eclipse时就出错,java插件用java作的,难道还和平台有关系?????

by apollolegend - Java - 2006-06-24 13:19:13 阅读(1292) 回复(3)

是不是安装JDK后,与WINDOWS一样把其解压到某个目录即可使用. 现在已经解压但没有找到可执行的文件.

by xiaohu0 - Java - 2003-07-02 15:16:55 阅读(1106) 回复(1)

在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 阅读(2038) 回复(2)

在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-20 15:13:21 阅读(702) 回复(2)

Myeclipse7.0 M1 发布啦…… 载地址: http://downloads.myeclipseide.com/downloads/products/eworkbench/7.0M1/Myeclipse_7.0M1_E3.4.0_Installer.exe 支持的eclipse3.4Ganymede 载页面: http://www.eclipse.org/downloads/ 面是官网就介绍的新特性…… JavaScript Tools JSDT integration JS closures/OOP Enhanced editing Code browsing Java Server Faces Tools Editor views EL improvements A...

by viita_boy - Java文档中心 - 2008-08-20 09:50:35 阅读(13620) 回复(0)

eclipse如何安装hibernate插件 我用了eclipse2.1和3.0的,安装的升级方式,可是都没有办法安装hibernate. 比方http://www.binamics.com/hibernatesync等, 谁能告诉我一个有效的安装插件的方法呀?

by rich_ying - Java - 2006-12-13 08:44:18 阅读(1422) 回复(0)

刚开始,我eclipse-linux-gtk-i86-64.tar.gz,安装并配置后,运行失败,提示信息为安装目录eclipse文件不可执行,不知其因,郁闷,之后我又了个不带“i86-64”的,安装并配置后,可以了 过程如: 1、载后用命令“tar –xzvf ***.tar.gz”将文件解压至/opt/目录中; 2、为了使每个用户都能用eclipse,得编写一个shell script,名字为eclipse.sh #!/bin/bash # documentname::eclipse.sh #eclipse version:3.1 export...

by unix.gjj - Java文档中心 - 2006-11-13 16:13:33 阅读(870) 回复(0)

我在windows些的东西,发布到linux有问题,需要调试, 结果在rh as4安装myeclipse3.084,看到提示 Preparing to install... tail: `-1' option is obsolete; use `-n 1' Try `tail --help' for more information. ./EnterpriseWorkbenchInstaller_030804.bin: line 327: [: `)' expected, found -z WARNING! The amount of /tmp disk space required and/or available could not be determined. The installation will be atte...

by tgl9 - Java - 2005-07-03 23:22:02 阅读(2949) 回复(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.接...

by bobo1943 - 程序开发 - 2005-12-23 10:11:49 阅读(880) 回复(0)

先介绍一我的安装环境: 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.接...

by bobo1943 - 系统管理 - 2005-12-23 15:58:16 阅读(1386) 回复(3)