<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<title>Eclipse Project Release Notes 3.7</title>
</head>
<body>
<h1>Eclipse Project Release Notes</h1>
<p>Release 3.7.2<br/>
Last revised Feb 7, 2012</p>
<p align="left"><strong>This software is OSI Certified Open Source Software.<br/>
OSI Certified is a certification mark of the Open Source Initiative. </strong></p>
<blockquote>
<p align="left"><a href="#TargetOperatingEnvironments">1. Target Operating
Environments</a><br/>
<a href="#Compatibility">2. Compatibility with Previous
Releases</a><br/>
<a href="#KnownIssues">3. Known Issues</a><br/>
<a href="#RunningEclipse">4. Running Eclipse</a><br/>
<a href="#Upgrading">5. Upgrading a Workspace from a Previous Release</a><br/>
<a href="#InteroperabilityWithPreviousReleases">6. Interoperability with
Previous Releases</a><br/>
<a href="#DefectsFixed">7. Defects Fixed in Maintenance Releases</a><br>
<a href="#Appendix1">Appendix 1: Execution Environment by Bundle</a><br>
</p>
</blockquote>
<h2>1. <a name="TargetOperatingEnvironments"></a>Target Operating Environments</h2>
<p>In order to remain current, each Eclipse Project release targets reasonably current
operating environments.</p>
<p>Most of the Eclipse SDK is "pure" Java code and has no direct dependence
on the underlying operating system. The chief dependence is therefore on the
Java Platform itself. Portions are targeted to specific classes of operating
environments, requiring their source code to only reference facilities available
in particular class libraries (e.g. J2ME Foundation 1.1, J2SE 1.4, Java 5, etc).</p>
<p>In general, the 3.7 release of the Eclipse Project is developed on a mix
of Java SE 5 and Java SE 6 VMs. As such, the Eclipse SDK as a whole
is targeted at all modern, desktop Java VMs. Most functionality is available for
Java SE 5 level development everywhere, and extended development capabilities are made
available on the VMs that support them.</p>
<p><a href="#Appendix1">Appendix 1</a> contains a table that indicates the class
library level required for each bundle.</p>
<p>There are many different implementations of the Java Platform running atop
a variety of operating systems. We focus our testing on a handful of
popular combinations of operating system and Java Platform; these are our <em>reference
platforms</em>. Eclipse undoubtedly runs fine in many operating environments
beyond the reference platforms we test. However, since we do not systematically test
them we cannot vouch for them. Problems encountered when running Eclipse on a
non-reference platform that cannot be recreated on any reference platform will
be given lower priority than problems with running Eclipse on a reference platform.</p>
<p>Eclipse 3.7 is tested and validated on the following reference platforms:</p>
<style type="text/css">
table.platforms {
border-width: 1px;
border-spacing: 0px;
border-style: solid;
border-collapse: separate;
}
table.platforms th {
border-width: 1px;
padding: 3px;
border-style: inset;
border-color: black;
background-color: #B9A9FF;
}
table.platforms td {
border-width: 1px 1px 1px 1px;
padding: 3px 3px 3px 3px;
border-style: inset inset inset inset;
border-color: gray gray gray gray;
}
table.platforms tr.c0 td {
background-color: #FDFDFD;
}
table.platforms tr.c1 td {
background-color: #F4EEFF;
}
</style>
<center>
<table class="platforms">
<tr>
<th>Operating System</th>
<th>Version</th>
<th>Hardware</th>
<th>JRE</th>
<th>Windowing System</th>
</tr>
<!-- ************ WINDOWS ************** -->
<tr class="c0">
<td rowspan="6">Windows</td>
<td rowspan="2">7</td>
<td rowspan="1">x86 32-bit</td>
<td rowspan="6">Oracle Java 6 Update 17<br/>
IBM Java 6 SR8
</td>
<td rowspan="6">Win32</td>
</tr>
<tr>
<td rowspan="1">x86 64-bit</td>
</tr>
<tr>
<td rowspan="2">Vista</td>
<td rowspan="1">x86 32-bit</td>
</tr>
<tr class="c0">
<td rowspan="1">x86 64-bit</td>
</tr>
<tr class="c0">
<td rowspan="2">XP</td>
<td rowspan="1">x86 32-bit</td>
</tr>
<tr class="c0">
<td rowspan="1">x86 64-bit</td>
</tr>
<!-- ************ RHEL ************** -->
<tr class="c1">
<td rowspan="3">Red Hat Enterprise Linux</td>
<td rowspan="3">6</td>
<td rowspan="1">x86 32-bit</td>
<td rowspan="2">Oracle Java 6 Update 17<br/>
IBM Java 6 SR8
</td>
<td rowspan="3">GTK</td>
</tr>
<tr class="c1">
<td rowspan="1">x86 64-bit</td>
</tr>
<tr class="c1">
<td rowspan="1">Power 64-bit</td>
<td>IBM Java 6 SR8</td>
</tr>
<!-- ************ SLES ************** -->
<tr class="c0">
<td rowspan="3">SUSE Linux Enterprise Server</td>
<td rowspan="3">11</td>
<td rowspan="1">x86 32-bit</td>
<td rowspan="2">Oracle Java 6 Update 17<br/>
IBM Java 6 SR8
</td>
<td rowspan="3">GTK</td>
</tr>
<tr class="c0">
<td rowspan="1">x86 64-bit</td>
</tr>
<tr class="c0">
<td rowspan="1">Power 64-bit</td>
<td>IBM Java 6 SR8</td>
</tr>
<!-- ************ Ubuntu ************** -->
<tr class="c1">
<td rowspan="2">Ubuntu Long Term Support</td>
<td rowspan="2">10.04</td>
<td rowspan="1">x86 32-bit</td>
<td rowspan="2">Oracle Java 6 Update 17<br/>
IBM Java 6 SR8
</td>
<td rowspan="2">GTK</td>
</tr>
<tr class="c1">
<td rowspan="1">x86 64-bit</td>
</tr>
<!-- ************ Solaris ************** -->
<tr class="c0">
<td rowspan="2">Oracle Solaris</td>
<td rowspan="2">10</td>
<td rowspan="1">x86 32-bit</td>
<td rowspan="2">Oracle Java 6 Update 17</td>
<td rowspan="2">GTK</td>
</tr>
<tr class="c0">
<td rowspan="1">SPARC 32-bit</td>
</tr>
<!-- ************ HPUX ************** -->
<tr class="c1">
<td rowspan="1">HP-UX</td>
<td rowspan="1">11i v2</td>
<td rowspan="1">ia64 32-bit</td>
<td rowspan="1"> HP-UX Java 6 Update 10</td>
<td rowspan="1">GTK</td>
</tr>
<!-- ************ AIX ************** -->
<tr class="c0">
<td rowspan="1">IBM AIX</td>
<td rowspan="1">5.3</td>
<td rowspan="1">Power 64-bit</td>
<td rowspan="1">IBM Java 6 SR8</td>
<td rowspan="1">GTK</td>
</tr>
<!-- ************ Mac ************** -->
<tr class="c1">
<td rowspan="2">Apple Mac OS X</td>
<td rowspan="2">10.6</td>
<td rowspan="1">Universal 32-bit</td>
<td rowspan="2">Apple Java 10.6 Update 2</td>
<td rowspan="2">Cocoa</td>
</tr>
<tr class="c1">
<td rowspan="1">Universal 64-bit</td>
</tr>
</table>
</center>
<p>As stated above, <i>we expect that Eclipse works fine on other current
Java VM and OS versions but we cannot flag these as reference platforms without
significant community support for testing them.</i></p>
<p>The Eclipse SDK is designed as the basis for internationalized products. The
user interface elements provided by the Eclipse SDK components, including dialogs
and error messages, are externalized. The English strings are provided as the
default resource bundles.</p>
<p>Latin-1, DBCS, and BIDI locales are supported by the Eclipse SDK on all reference platforms.</p>
<p>The Eclipse SDK supports GB 18030 (level 1), the Chinese code page standard,
on Windows, Linux and the Macintosh.</p>
<p>German and Japanese locales are tested.</p>
<h2>2. <a name="Compatibility"></a>Compatibility with Previous Releases</h2>
<h3>Compatibility of Release 3.7 with 3.6</h3>
<p>Eclipse 3.7 is compatible with Eclipse 3.6 (and all earlier 3.x versions).</p>
<p><strong>API Contract Compatibility:</strong> Eclipse SDK 3.7 is upwards
contract-compatible with Eclipse SDK 3.6 except in those areas noted in the
<a href="http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/org.eclipse.pla
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
用于开发的eclipse,博客地址:https://blog.csdn.net/androidstarjack 「终端研发部」走在前技术领域的最前沿,打造一个最受欢迎的学习渠道,带你一起升华技术,展示一个不一样的自我。更重要的是 这里还有诗和远方。 一条执着于技术+职场经验之路,从人工智能Python, Android、NDK,等FFmpeg音视频解码,前端开发及微信小程序。不仅仅提供最顶端的前沿技术和个人原创,还有职场经验,互联网+最新动态。同时探索对码农的思考引导你做一个跨越思维的程序员。 QQ技术交流群:644196190,欢迎一起学习
资源详情
资源评论
资源推荐
收起资源包目录
eclipse-jee-indigo-SR2-win32-x86_64 (2000个子文件)
.mainData.1 2.85MB
.lazy.1 1.56MB
.extraData.1 773KB
.bundledata.1 328KB
.table.1 141KB
.state.1 108KB
.contributors.1 45KB
.namespaces.1 41KB
.contributions.1 26KB
.orphans.1 48B
.fileTable.4 94B
.fileTable.5 94B
.fileTable.7 159B
.fileTable.8 159B
ant 10KB
antRun 861B
.api_description 2KB
.api_description 431B
.api_description 380B
.api_description 357B
.api_description 244B
ant.bat 7KB
antRun.bat 2KB
lcp.bat 1KB
splash.bmp 394KB
splash.bmp 394KB
MarketplaceWizard.class 24KB
MarketplaceDiscoveryStrategy.class 21KB
MarketplaceViewer.class 19KB
DiscoveryItem.class 18KB
UploadPreview.class 17KB
ProfileChangeOperationComputer.class 16KB
MarketplacePage.class 14KB
FeatureSelectionWizardPage.class 13KB
MarketplaceCatalog.class 13KB
UsageDataUploadingPreferencesPage.class 12KB
SelectionModel.class 11KB
OverviewToolTip.class 11KB
MarketplaceWizardCommand.class 9KB
CatalogSwitcher.class 9KB
AbstractProvisioningOperation.class 9KB
MarketplaceInfo.class 9KB
ShareSolutionLink.class 8KB
MarketplaceClientUi.class 8KB
SelectActionWizardPage.class 7KB
BrowseCatalogItem.class 7KB
AskUserUploader.class 5KB
ItemButtonController.class 5KB
MarketplaceCatalog$8.class 5KB
MarketplaceUrlHandler.class 5KB
SelectionModelStateSerializer.class 5KB
CatalogToolTip.class 5KB
MarketplaceViewer$3.class 5KB
ResolveFeatureNamesOperation.class 4KB
UploadPreview$UsageDataTableViewerColumn.class 4KB
ConcurrentTaskManager.class 4KB
FeatureSelectionWizardPage$LabelProvider.class 4KB
CatalogExtensionPointReader.class 4KB
Messages.class 4KB
AbstractTagFilter.class 4KB
ItemButtonController$ButtonState.class 4KB
SelectionModel$FeatureEntry.class 4KB
UsageDataCapturePreferencesPage.class 4KB
TermsOfUseWizardPage.class 4KB
AbstractResourceRunnable.class 4KB
UsageDataUploadingTermsOfUsePage.class 3KB
MarketplacePage$5.class 3KB
CatalogDescriptor.class 3KB
ResourceProvider.class 3KB
CatalogRegistry.class 3KB
MarketplaceWizardCommand$2.class 3KB
FeatureDescriptor.class 3KB
CheckboxTagFilter.class 3KB
Activator.class 3KB
SelectionModel$CatalogItemEntry.class 3KB
ComboTagFilter.class 3KB
ProvisioningJobListener$1.class 3KB
UploadPreview$UsageDataColumnProvider.class 3KB
Message.class 3KB
MarketplaceWizard$4.class 3KB
MarketplaceDropAdapter.class 3KB
MarketplacePage$3.class 3KB
MarketplaceWizardCommand$1.class 3KB
MarketplaceCatalogConfiguration.class 2KB
CatalogSwitcher$3.class 2KB
MarketplaceViewer$MarketplaceCatalogContentProvider.class 2KB
ProvisioningJobListener$1$1.class 2KB
DiscoveryItem$9.class 2KB
MarketplaceFilter.class 2KB
UsageDataUploadingPreferencesPage$2.class 2KB
AskUserUploaderWizard.class 2KB
Session.class 2KB
RemoveFilterDialog.class 2KB
UsageDataUploadingPreviewPage.class 2KB
Operation.class 2KB
UploadPreview$19.class 2KB
FeatureSelectionWizardPage$1.class 2KB
UploadPreview$UsageDataTableViewerColumn$1.class 2KB
MarketplaceViewerSorter.class 2KB
UsageDataEventWrapper.class 2KB
共 2000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 20
androidstarjack
- 粉丝: 0
- 资源: 387
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功
评论0