今天开始学Eclipse/SWT(1)

来源:互联网 发布:知乎日报 最佳吐槽 编辑:程序博客网 时间:2024/06/05 08:14
<script type="text/javascript"><!--google_ad_client = "pub-2947489232296736";/* 728x15, 创建于 08-4-23MSDN */google_ad_slot = "3624277373";google_ad_width = 728;google_ad_height = 15;//--></script><script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
<script type="text/javascript"><!--google_ad_client = "pub-2947489232296736";/* 160x600, 创建于 08-4-23MSDN */google_ad_slot = "4367022601";google_ad_width = 160;google_ad_height = 600;//--></script><script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>

经过一段时间的折腾,终于把Eclopse给装上了,并且成功运行java程序,以后为我装的经验。

一般来说,只要把JDK装上了,不需要任何配置就可以使用,但是理想和现实总是存在某种差异,

一下描述了这些差异:

1:计算机必须存在JRE环境,JRE和JVM的关系是一个是特指,一个是泛指。我的经验是只要计算机上存在JRE环境,则不需要设置任何环境变量都可以启动使用Eclipse

2:Eclipse版本对JSDK的版本有需求,Eclipse3.0需要JSDK1.4,而Eclipse2.1则JSDK1.3即可。

3:如果在Eclipse之外,比如Shell环境下编译java程序,则需要设置环境变量:

H:Borland JBuilder9jdk1.4in                                  //在Path里添加

.;H:Borland JBuilder9jdk1.4libdt.jar;H:Borland      //建立一个新的变量ClASSPATH后添加

JBuilder9jdk1.4libools.jar;H:Borland

JBuilder9jdk1.4libdt.jar;H:Borland JBuilder9jdk1.4libdt.jar

4:Eclipse资料到:Eclipse/">http://www.cs.umanitoba.ca/~Eclipse/下载(英文),极为详细

-----to be continued

by littleroy

<script type="text/javascript"><!--google_ad_client = "pub-2947489232296736";/* 728x15, 创建于 08-4-23MSDN */google_ad_slot = "3624277373";google_ad_width = 728;google_ad_height = 15;//--></script><script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
<script type="text/javascript"><!--google_ad_client = "pub-2947489232296736";/* 160x600, 创建于 08-4-23MSDN */google_ad_slot = "4367022601";google_ad_width = 160;google_ad_height = 600;//--></script><script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
原创粉丝点击