[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.rcp] Re: RCP Eclipse 3.3
|
Unfortunately, Eclipse 3.3 does not come with psyhic debugging capabilities (and nor do I). Perhaps you might want to look into workspace/.metadata/.log ? Alternatively, run eclipsec (if on Windows) or eclipse (if on others) with -consoleLog, and you'll see the output going past. Probably, your RCP bundle isn't starting due to a missing dependency.
The known issues are listed in the readme:
http://www.eclipse.org/eclipse/development/readme_eclipse_3.3.html
However, other things are possible (such as you depending on org.eclipse.core.runtime v3.2.0--v3.2.9. So you really need to look into the log to find out what's going on.
Alex.