Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Install Error!

Installing Java2SDK1.4.2_03 fix my install problem.

Thanks.


----- Original Message ----- 
From: Chris McLaren 
To: eclipse-dev@xxxxxxxxxxx 
Sent: Thursday, March 04, 2004 10:41 PM
Subject: Re: [eclipse-dev] Install Error!



Please read this older post and add your comments to bug 47296 instead of 
using eclipse-dev. 
(I suspect you might not be running the VM you think) 

Thanks, 
Chris 


We've had a number of reports of a Eclipse failing to start beginning with 
M5. This problem recurred today suggesting that it will continue to be an 
issue. 
All of instances of this problem thus far occurred on Windows while running 
Sun's 1.4.0 VM, and all could be fixed by running Sun's 1.4.1 or 1.4.2 VM. 

If eclipse is not starting at all and you suspect this problem, try launching 
with this command line parameter: 
-consoleLog 
You won't get any further in terms of starting Eclipse, but you will be able 
to look at the title bar of the console window to confirm the path to the VM 
you are trying to start with. 

You can specify which VM to use with this command line parameter: 
-vm c:\myLatestVM\bin\java.exe 

Regarding the 1.4.0 VM, according to Sun: 
"Sun in no way recommends [J2SE v 1.4.0] be used in a live, production 
environment." 

For more information on this bug see: 
https://bugs.eclipse.org/bugs/show_bug.cgi?id=47296 






"HOST user" <esenciatechno@xxxxxxx> 
Sent by: eclipse-dev-admin@xxxxxxxxxxx 
03/04/04 04:28 PM Please respond to
eclipse-dev 


 To eclipse-dev@xxxxxxxxxxx, platform-dev@xxxxxxxxxxx, tools-dev@xxxxxxxxxxx  
cc  
Subject [eclipse-dev] Install Error! 

  

 



I have a problem when i try to install Eclipse 3.0M7 in a Windows 2000 Pro
withe the SP4.
I have installed Java SDK 1.4.1_02 under the dir  c:\j2sdk and eclipse is
installed in d:\eclipse.

The JAVA_HOME variable points to c:\j2sdk.

I tried to start eclipse with the -vm <argument> but it doesn't works.

When i try to launch eclipse i can see the splash screen, after that a pop-up
message show me that have been an error:

Problems during startup. Check the ".log" file in the ".metadata" directory of
your workspace.

Thata file contains this:

!ENTRY org.eclipse.core.launcher 4 0 mar 04, 2004 22:19:16.888
!MESSAGE Exception launching the Eclipse Platform:
!STACK
java.lang.NullPointerException
at org.eclipse.ui.keys.KeyStroke.hashCode(KeyStroke.java:308)
at java.util.HashMap.hash(HashMap.java:257)
at java.util.HashMap.get(HashMap.java:313)
at
org.eclipse.ui.internal.commands.KeySequenceBindingNode.add
(KeySequenceBindingNode.java:175)
at
org.eclipse.ui.internal.commands.KeySequenceBindingMachine.validateTree
(KeySequenceBindingMachine.java:231)
at
org.eclipse.ui.internal.commands.KeySequenceBindingMachine.validateSolution
(KeySequenceBindingMachine.java:210)
at
org.eclipse.ui.internal.commands.KeySequenceBindingMachine.getKeySequenceBindi
ngsByCommandId(KeySequenceBindingMachine.java:73)
at
org.eclipse.ui.internal.commands.CommandManager.calculateKeySequenceBindings
(CommandManager.java:274)
at
org.eclipse.ui.internal.commands.CommandManager.readRegistry
(CommandManager.java:715)
at
org.eclipse.ui.internal.commands.CommandManager.<init>
(CommandManager.java:233)
at
org.eclipse.ui.internal.commands.CommandManager.<init>
(CommandManager.java:196)
at
org.eclipse.ui.commands.CommandManagerFactory.getCommandManager
(CommandManagerFactory.java:41)
at
org.eclipse.ui.internal.commands.ws.WorkbenchCommandSupport.<init>
(WorkbenchCommandSupport.java:49)
at org.eclipse.ui.internal.Workbench.init(Workbench.java:767)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1503)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:265)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:47)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run
(PlatformActivator.java:257)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:104)
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:279)
at org.eclipse.core.launcher.Main.run(Main.java:742)
at org.eclipse.core.launcher.Main.main(Main.java:581)

And that's all.

Regards.


_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
http://dev.eclipse.org/mailman/listinfo/eclipse-dev




Back to the top