Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] WTP 0.7 Crashing


A common debugging technique is to start using java.exe rather than eclipse.exe.  This way any low level failure during startup will be printed directly on your command prompt console. >From a command prompt, go to the eclipse install directory and run:

java -jar startup.jar

This should give a clue about what is happening.  If it looks like a failure in the startup sequence, enter a bug against platform runtime with the details.

John



Arthur Ryman/Toronto/IBM@IBMCA
Sent by: wtp-dev-bounces@xxxxxxxxxxx

17/08/2005 03:59 PM

Please respond to
"General discussion of project-wide or architectural issues."

To
wtp-dev@xxxxxxxxxxx
cc
Subject
[wtp-dev] WTP 0.7 Crashing






I just starting seeing some crashes at startup:




I don't get past the splash screen.


Any suggestions for debugging this? Thx.


Arthur Ryman,
IBM Software Group, Rational Division

blog: http://ryman.eclipsedevelopersjournal.com/
phone: +1-905-413-3077, TL 969-3077
assistant: +1-905-413-2411, TL 969-2411
fax: +1-905-413-4920, TL 969-4920
mobile: +1-416-939-5063, text: 4169395063@xxxxxxx
_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-dev


Back to the top