| Summary: | Detected JRE not set correctly | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Tomas Znamenacek <tomasz> | ||||
| Component: | Debug | Assignee: | Darin Swanson <Darin_Swanson> | ||||
| Status: | VERIFIED FIXED | QA Contact: | |||||
| Severity: | blocker | ||||||
| Priority: | P1 | ||||||
| Version: | 3.0 | ||||||
| Target Milestone: | 3.0 M3 | ||||||
| Hardware: | PC | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Tomas Znamenacek
JRE container belongs to debug Which build does this problem exist on? What VM are you using to launch Eclipse? I have noticed that the "launchingsupport.jar" is missing from the build. This could explain the problem. Sonia, a jar is missing from the "org.eclipse.jdt.launching" plug-in.
Specifically "lib\launchingsupport.jar". I think this is due to a missing line
in our "build.properties". I have appended "lib/*.jar" to the "bin.includes"
section. Do you agree that this is the source of the problem?
bin.includes = plugin.xml,\
about.html,\
plugin.properties,\
java.policy.applet,\
*.jar,\
lib/*.jar
Yes I agree. See http://dev.eclipse.org/mhonarc/lists/eclipse-dev/msg03432.html and http://dev.eclipse.org/mhonarc/lists/eclipse-dev/msg03439.html Fixed build XML. Attaching a patch for interested parties (a replacement for the "org.eclipse.jdt.launching" plug-in). Created attachment 5546 [details]
patched launching plug-in
Please verify, Darin(S). Verified. |