ChinaUnix.net
相关文章推荐:

eclipse linux gcc

请问什么地方可以下载gcc-3.4.0.tar.gz (http://gcc.gnu.org/)找不到, 各位,请问具体的联接是什么?谢谢!

by bmmr - 程序开发 - 2004-08-02 11:30:25 阅读(529) 回复(2)

相关讨论

1、如何在linux下安装eclipse 1)、先下载 eclipse,网址为 http://www.eclipse.org 下载其gtk版本:eclipse-SDK-3.1-linux-gtk.tar.gz 2)、安装eclipse很简单,只要把下载回来的压缩包解压就可以了;解压后得到eclipse目录。 #tar xzvf eclipse-SDK-3.1-linux-gtk.tar.gz 3)、为让每一个帐号都可以执行eclipse,需要写一个脚本(eclipse.sh): # eclipse.sh # # 执行 eclipse 3.1 # export JAVA_HOME=JDK安装目录 export ...

by wanglin206 - Java文档中心 - 2007-04-28 16:20:05 阅读(393) 回复(0)

Sorry about input method in linux, I can not use chinese now:$ HELP!!! Thanks My system is rh9+jdk_1.4.2+eclipse 3_GTK, and not use blue curve theme classpath for jdk test ok java -version get result of jdk_1.4.2 but when i run the eclipse it throws exception of org.osgi.framework.BundleException: Unable to find system bundle manifest file. Here is the log file eclipse.buildId=M200409161125 java...

by onwebbe - Java - 2005-02-18 10:28:18 阅读(928) 回复(8)

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 阅读(381) 回复(0)

我是新手,请教个问题!我用VI编写了一个程序,起名为greet.c然后我在shell中gcc调试,输入“gcc -g greet.c -o greet",怎么生成不了可执行文件,的确这个程序时个错误的程序,提示”empty character constant“。希望高手给解答一下

by huzi924 - Shell - 2009-08-28 01:50:33 阅读(1205) 回复(5)

jeadu:~# eclipse _X11TransSocketOpen: socket() failed for local _X11TransSocketOpenCOTSClient: Unable to open socket for local _X11TransOpen: transport open failed for local/jeadu:0 art_render_invoke: no image source given --------------------------------------------------------------------------------------------------------------------------------------- !SESSION 2006-12-31 13:48:59.747 ------...

by cnxiao - 系统管理 - 2007-01-05 22:35:11 阅读(1170) 回复(13)

两个平台下eclipse环境的建立 安装j2sdk之后 win:下载eclipse的win版本,解压即可。 linux:下载rpm或者bin格式的 chmod a+x ****** 然后执行bin文件。 -------------------------------- 设置PATH,CLASSPATH,JAVA_HOME环境变量。 下载SWT,然后从eclipse里IMPORT 存在的项目。 下载SWT-DESIGN 需要注册,运行注册机keygeno.jar 填入网卡的MAC地址。 生成的文件放在C:Documents and Setting...

by homehorse - Java文档中心 - 2005-09-07 13:04:33 阅读(501) 回复(0)

eclipse 资源 一.介绍 1.eclipse官方网站: http://www.eclipse.org 2.赛迪网 http://tech.ccidnet.com/pub/series/s102.html 3.eclipse平台入门 http://www-900.ibm.com/developerWorks/cn/linux/opensource/os-ecov/index.shtml 二.教程 3Plus4 Software http://www.3plus4software.de/eclipse/index_en.html Omondo http://www.tutorial-omondo.com/ Tutorial for building J2EE Applications u...

by flyrambler - Java文档中心 - 2005-08-09 21:35:16 阅读(556) 回复(0)

这个ID是不是真被封了??? 请坛座说明一下。

by - 站务交流 - 2003-04-15 21:40:22 阅读(1429) 回复(1)

一、JDK 的安装 1.首先从sun的网站下下载JDK1.6版本 下载选择linux版本JDK http://download.java.net/jdk6/ 2. 在当前目录输入 sh jdk-6u12-ea-bin-b03-linux-i586-22_dec_2008-rpm.bin 3.看到 安装程序在询问您是否尊守许可协议页面 ,回车,空格都可以,看完协议. 出现一行字:Do you aggree to the above license terms? [yes or no] 安装程序在问您是否愿意遵守刚才看过的许可协议。当然要同意了,输入"y" 或 "yes" 回车。 ...

by wwyhy - Java文档中心 - 2009-01-16 10:36:54 阅读(1621) 回复(0)