Community
Participate
Working Groups
From a basic RCP with P2 capabilities, if I install the org.eclipse.wst.jsdt.feature(.feature.group), it drags in plugins org.eclipse.jdt.debug org.eclipse.jdt.core org.eclipse.jdt.launching Is this necessary/desirable? I can't see where it needs JDT, though if it does please file this as invalid.
(In reply to comment #0) > Is this necessary/desirable? I can't see where it needs JDT, though if it does > please file this as invalid. In its current shape the debug support for Rhino in JSDT debug makes use of the VM tools from the jdt.launching, and sadly, jdt.launching has a dep on jdt.debug, which in turn has a dep on jdt.core. This is a dupe of bug 350438, where we are planning to investigate splitting up jdt.launching (or creating our own VM support tools) so that VM related support can be used without all the extra overhead. *** This bug has been marked as a duplicate of bug 350438 ***