Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] Install problems on windows 2000 workstation

Hi:

Im trying to get eclipse-SDK-2.0.2-win32.zip up and running but I get an error when I try starting eclipse using this command: 

C:/> eclipse.exe -vm c:\jdk1.3.1\bin\javaw.exe

I hope you can give me a clue of what to do. The excact same product is running perfectly on my workstation at home.

The logfile is attached below.

\pgj
--
Peter Gylling Jørgensen
Modelling group, section of Oceanography
Royal Danish Administration of Navigation and Hydrography
Overgaden o. Vandet 62B 
DK-1023 København K  
Phone: +45 32 68 96 85
Email: peg@xxxxxxxxx
www: http://www.fomfrv.dk/ 


!SESSION ----------------------------------------------------------------------
!ENTRY org.eclipse.core.launcher 4 0 jan 13, 2003 13:50:13.718
!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



Back to the top