• ベストアンサー

Eclipseを起動できない

お世話になります。 最近結構雑誌とかで見かけるようになり,ホットになりつつあるフリーIDEのEclipse。 結構前に家のノートパソコンにインストールしたときは普通に起動しました。 そして最近になって,研究室のパソコンにも入れようと思い,同じようにインストールしました。 すると,以下のようなエラーメッセージがダイアログで出てきました。 Problems durning startup. Chech the ".log" file in the ".metadata" directory of your workspace. どうすればいいかさっぱりなんです…(>_<)

質問者が選んだベストアンサー

  • ベストアンサー
  • thelma
  • ベストアンサー率66% (20/30)
回答No.2

Caused by: java.lang.ClassCastException at org.apache.xerces.parsers.SAXParser.<init>(SAXParser.java:95) のあたりから察するに、クラスパス上(jre/lib/ext 等)にxercesやxalan等のパスが通っていて、 バージョン違いでエラーになっている、ということはないでしょうか?

shotaro777
質問者

お礼

ありがとうございます。 解決しました。

その他の回答 (1)

noname#30871
noname#30871
回答No.1

Problems durning startup. なので Check the ".log" file in the ".metadata" directory of your workspace. してください。  そこには何と記録してあるでしょうか。  また、どんな環境にどんな手順でインストールしたのでしょうか。

shotaro777
質問者

お礼

また,環境は Windows2000 SP3 J2SDK 1.4.0 Eclipse SDK 2.0.2 です。 インストール手順は普通に解凍してeclipse.exeをクリックしました。

shotaro777
質問者

補足

".log"の内容は以下のとおりです。 !SESSION ---------------------------------------------------------------------- !ENTRY org.eclipse.core.launcher 4 0 4 25, 2003 15:14:37.21 !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 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

関連するQ&A

専門家に質問してみよう