[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Startup problem on Win2000

Hello,

I just download the eclipse 2.1.1. I have unpack it in a directory and try
to start eclipse.exe. 
But I become an error message:

JVM terminated. Exit code=3
c:\winnt\system32\javaw.exe
-cp e:\eclipse\eclipse\startup.jar org.eclipse.core.launcher.Main
-os win32
-ws win32
-arch x86
-showsplash E:\eclipse\eclipse\eclipse.exe -showsplash 600

If I start it with "eclipse -vm d:\jdev\jdk\bin\javaw" then it begins to
run, I see the eclipse project logo and then an other error message 
"Problems during startup...See log"

What can I do?

Thanks!

The log file:

!SESSION
----------------------------------------------------------------------
!ENTRY org.eclipse.core.launcher 4 0 Jul 11, 2003 12:17:43.857
!MESSAGE Exception launching the Eclipse Platform:
!STACK
java.lang.reflect.InvocationTargetException:
java.lang.reflect.InvocationTargetException: java.lang.NullPointerException
	java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object,
java.lang.Object[])
		native code
	java.lang.Object
org.eclipse.core.launcher.Main.basicRun(java.lang.String[])
		Main.java:291
	java.lang.Object org.eclipse.core.launcher.Main.run(java.lang.String[])
		Main.java:747
	void org.eclipse.core.launcher.Main.main(java.lang.String[])
		Main.java:583