JRE?我机子上装了j2sdk1.4,j2sdkee1.3,j2sdkme1.4,装了这么多的jdk难到会没装jre?

解决方案 »

  1.   

    将jdk1.3目录copy到eclipse目录下,肯定OK,我就是用它的
      

  2.   

    你需要指定jre:eclipse -vm <vm path>
      

  3.   

    我运行时退出,在.log文件出现下面的例外,怎么回事??!SESSION ----------------------------------------------------------------------
    !ENTRY org.eclipse.core.launcher 4 0 鍗佷竴鏈?18, 2002 20:56:34.953
    !MESSAGE Exception launching the Eclipse Platform:
    !STACK
    java.lang.ExceptionInInitializerError: java.lang.ClassCastException: org.apache.xerces.parsers.StandardParserConfiguration
    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)
    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 java.lang.reflect.Method.invoke(Native Method)
    at org.eclipse.core.internal.boot.InternalBootLoader.startup(InternalBootLoader.java:909)
    at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:768)
    at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462)
    at java.lang.reflect.Method.invoke(Native Method)
    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)