dポイントプレゼントキャンペーン実施中!

お世話になります。

最近結構雑誌とかで見かけるようになり,ホットになりつつあるフリーIDEのEclipse。
結構前に家のノートパソコンにインストールしたときは普通に起動しました。
そして最近になって,研究室のパソコンにも入れようと思い,同じようにインストールしました。
すると,以下のようなエラーメッセージがダイアログで出てきました。

Problems durning startup. Chech the ".log" file in the ".metadata" directory of your workspace.

どうすればいいかさっぱりなんです…(>_<)

A 回答 (2件)

Caused by: java.lang.ClassCastException


at org.apache.xerces.parsers.SAXParser.<init>(SAXParser.java:95)


のあたりから察するに、クラスパス上(jre/lib/ext 等)にxercesやxalan等のパスが通っていて、
バージョン違いでエラーになっている、ということはないでしょうか?
    • good
    • 0
この回答へのお礼

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

お礼日時:2003/04/28 01:01

Problems durning startup. なので



Check the ".log" file in the ".metadata" directory of your workspace. してください。

 そこには何と記録してあるでしょうか。

 また、どんな環境にどんな手順でインストールしたのでしょうか。

この回答への補足

".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

補足日時:2003/04/25 20:10
    • good
    • 0
この回答へのお礼

また,環境は

Windows2000 SP3
J2SDK 1.4.0
Eclipse SDK 2.0.2

です。
インストール手順は普通に解凍してeclipse.exeをクリックしました。

お礼日時:2003/04/25 20:14

お探しのQ&Aが見つからない時は、教えて!gooで質問しましょう!