- - PR -
EclipseのSDKをインストール
1
| 投稿者 | 投稿内容 |
|---|---|
|
投稿日時: 2003-03-30 02:16
Eclipse起動ができなくて困っています。
JAVAのSDK,j2sdk1.4.0_01インストールしている環境で、 eclipse-SDK-2.0.2-win32.zipを解凍した後に、eclipse-nls-SDK-2.0.x.zip を解凍して、eclipse.exeを起動したら、下記エラーでうまくゆきません。 !SESSION ---------------------------------------------------------------------- !ENTRY org.eclipse.core.launcher 4 0 3 30, 2003 01:49:25.457 !MESSAGE Exception launching the Eclipse Platform: !STACK java.lang.ExceptionInInitializerError at org.eclipse.core.internal.plugins.RegistryLoader.processManifestFile(RegistryLoader.java:89) at org.eclipse.core.internal.plugins.RegistryLoader.processPluginPathFile(RegistryLoader.java:136) at org.eclipse.core.internal.plugins.RegistryLoader.processPluginPathEntry(RegistryLoader.java:127) at org.eclipse.core.internal.plugins.RegistryLoader.processManifestFiles(RegistryLoader.java:104) at org.eclipse.core.internal.plugins.RegistryLoader.parseRegistry(RegistryLoader.java:63) at org.eclipse.core.internal.plugins.RegistryLoader.parseRegistry(RegistryLoader.java:71) at org.eclipse.core.internal.runtime.InternalPlatform.parsePlugins(InternalPlatform.java:742) at org.eclipse.core.internal.runtime.InternalPlatform.loadRegistry(InternalPlatform.java:686) at org.eclipse.core.internal.runtime.InternalPlatform.loaderStartup(InternalPlatform.java:562) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.internal.boot.InternalBootLoader.startup(InternalBootLoader.java:965) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:824) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:247) at org.eclipse.core.launcher.Main.run(Main.java:703) at org.eclipse.core.launcher.Main.main(Main.java:539) Caused by: java.lang.ClassCastException: org.apache.xerces.parsers.IntegratedParserConfiguration at org.apache.xerces.parsers.SAXParser.<init>(SAXParser.java:95) at org.eclipse.core.internal.plugins.PluginParser.initializeParser(PluginParser.java:78) at org.eclipse.core.internal.plugins.PluginParser.<clinit>(PluginParser.java:43) ... 23 more java.lang.ExceptionInInitializerErrorは、J2EEのAPIでは、 「static 初期化子で予想外の例外が発生したことを通知します」 と書かれています。 親クラスLinkageErrorは、 「あるクラスが別のクラスに依存関係がある場合に、前者のクラス をコンパイルしたあと、後者のクラスへの変更によって互換性が失 われたことを示します」 とあります。 どういったことが原因が理解できません。 誰かわかる方教えてください。 |
1
