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