Eclipseアップデート 4.2.2 → 4.3

IDEEclipse 4.3

アップデート理由

 状態:終了  閲覧数:1,072  投稿日:2014-02-22  更新日:2014-02-22
・Eclipse Kepler(4.3) IDE for Java EE Developers には最初からMavenプラグインが入っている、と書いてあったので

現在のバージョン
Eclipse SDK

Version: 4.2.2
Build id: M20130204-1200

現在の疑問
・「Eclipse Classic 4.2」 からアップデートしたらどうなるの? 「EE」にはならない? 日本語表記は?
・「EE」 だから Mavenプラグインが入っているの? それとも 「4.3」 だから?
・どのMavenプラグインが入っているの?


ポイント


・EclipseのWebサイトへアクセスしてダウンロードするのではない
・作業は全てEclipseから行う

手順

 閲覧数:409 投稿日:2014-02-22 更新日:2014-02-22

1.ワークスペース保存


・別ドライブへ保存
・以前、痛い目にあったので


2.ダウンロード先追加


・[ウインドウ]-[設定]-[インストール/更新]
・「使用可能なソフトウェア・サイト」を選択すると、「ポップアップ画面」が表示される
・「追加ボタン」クリックで、さらに「ポップアップ画面」が表示
・「ロケーション」に「http://download.eclipse.org/eclipse/updates/4.3」を入力し、「OK」クリック


3.ダウンロード開始


・[ヘルプ]-[新規ソフトウェアのインストール]
・「作業対象」プルダウンより、先ほど追加した「http://download.eclipse.org/eclipse/updates/4.3」を選択
・「選択」-「次へ」-「完了」


4.Eclipse再起動


・再起動を促され、OKクリックしたのに、いつまで経ってもリアクションがない
・しょうないので、Eclipseを手動起動したところ、問題発生
▼D:/eclipse/configuration/1393019518425.log
!SESSION 2014-02-22 06:51:57.913 -----------------------------------------------
eclipse.buildId=4.3.0.M20130911-1000
java.version=1.7.0_05
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=ja_JP
Command-line arguments:  -os win32 -ws win32 -arch x86_64

!ENTRY org.eclipse.osgi 4 0 2014-02-22 06:52:00.644
!MESSAGE 予期しないランタイム・エラーが発生しました。
!STACK 0
java.lang.VerifyError: (class: org/eclipse/ui/internal/Workbench, method: initializeFonts signature: ()V) Incompatible argument to function
at org.eclipse.ui.PlatformUI.isWorkbenchRunning(PlatformUI.java:114)
at org.eclipse.ui.plugin.AbstractUIPlugin.refreshPluginActions(AbstractUIPlugin.java:477)
at org.eclipse.ui.plugin.AbstractUIPlugin$2.bundleChanged(AbstractUIPlugin.java:602)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:847)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)

!ENTRY org.eclipse.osgi 4 0 2014-02-22 06:52:00.646
!MESSAGE 予期しないランタイム・エラーが発生しました。
!STACK 0
java.lang.VerifyError: (class: org/eclipse/ui/internal/Workbench, method: initializeFonts signature: ()V) Incompatible argument to function
at org.eclipse.ui.PlatformUI.isWorkbenchRunning(PlatformUI.java:114)
at org.eclipse.ui.plugin.AbstractUIPlugin.refreshPluginActions(AbstractUIPlugin.java:477)
at org.eclipse.ui.plugin.AbstractUIPlugin$2.bundleChanged(AbstractUIPlugin.java:602)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:847)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)

!ENTRY org.eclipse.ui 4 0 2014-02-22 06:52:00.647
!MESSAGE FrameworkEvent ERROR
!STACK 0
java.lang.VerifyError: (class: org/eclipse/ui/internal/Workbench, method: initializeFonts signature: ()V) Incompatible argument to function
at org.eclipse.ui.PlatformUI.isWorkbenchRunning(PlatformUI.java:114)
at org.eclipse.ui.plugin.AbstractUIPlugin.refreshPluginActions(AbstractUIPlugin.java:477)
at org.eclipse.ui.plugin.AbstractUIPlugin$2.bundleChanged(AbstractUIPlugin.java:602)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:847)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)

!ENTRY org.eclipse.ui.workbench 4 0 2014-02-22 06:52:00.648
!MESSAGE FrameworkEvent ERROR
!STACK 0
java.lang.VerifyError: (class: org/eclipse/ui/internal/Workbench, method: initializeFonts signature: ()V) Incompatible argument to function
at org.eclipse.ui.PlatformUI.isWorkbenchRunning(PlatformUI.java:114)
at org.eclipse.ui.plugin.AbstractUIPlugin.refreshPluginActions(AbstractUIPlugin.java:477)
at org.eclipse.ui.plugin.AbstractUIPlugin$2.bundleChanged(AbstractUIPlugin.java:602)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:847)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)

!ENTRY org.eclipse.osgi 4 0 2014-02-22 06:52:00.649
!MESSAGE アプリケーション・エラー
!STACK 1
java.lang.VerifyError: (class: org/eclipse/ui/internal/Workbench, method: initializeFonts signature: ()V) Incompatible argument to function
at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:162)
at org.eclipse.ui.internal.ide.application.IDEApplication.createDisplay(IDEApplication.java:154)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:96)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
at org.eclipse.equinox.launcher.Main.main(Main.java:1426)

・検索するも意味不明
・しょうがないので、「eclipse.exe -clean.cmd」クリックしたら無事起動

バージョンアップ成功

 閲覧数:418 投稿日:2014-02-22 更新日:2014-02-22

4.3.1


Eclipse SDK

Version: 4.3.1
Build id: M20130911-1000


日本語化は?


・作業前のEclipseが日本語だったら、継続して日本語表示されるみたい
・凄い楽だわ




週間人気ページランキング / 5-12 → 5-18
順位 ページタイトル抜粋 アクセス数
アクセスが、ありませんでした! 0
2024/5/19 1:01 更新