| Summary: | Activator invalid when sample Eclipse app started | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Technology] UOMo | Reporter: | Werner Keil <werner.keil> | ||||
| Component: | Core | Assignee: | Werner Keil <werner.keil> | ||||
| Status: | CLOSED FIXED | QA Contact: | |||||
| Severity: | critical | ||||||
| Priority: | P1 | CC: | carlo.salinari | ||||
| Version: | 0.6.0 | Flags: | werner.keil:
indigo+
|
||||
| Target Milestone: | --- | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Whiteboard: | |||||||
| Bug Depends on: | 351656 | ||||||
| Bug Blocks: | |||||||
| Attachments: |
|
||||||
|
Description
Werner Keil
I had a similar issue. The problem appeared to be in unit-api .classpath file. The JRE_CONTAINER wasn't set to 1.5 or higher. My current .classpath file looks like this: <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="src" path="src"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="output" path="bin"/> </classpath> (In reply to comment #1) > I had a similar issue. The problem appeared to be in unit-api .classpath file. > The > JRE_CONTAINER wasn't set to 1.5 or higher. > > My current .classpath file looks like this: > > <?xml version="1.0" encoding="UTF-8"?> > <classpath> > <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> > <classpathentry kind="src" path="src"/> > <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> > <classpathentry kind="output" path="bin"/> > </classpath> Thanks, if it is I'll propagate it to Unit-API Buglist at Google Code Created attachment 198665 [details]
Error Log running Patched RC3 Feature
(In reply to comment #3) > Created attachment 198665 [details] > Error Log running Patched RC3 Feature I built an update site based on the BitBucket projects and installed it to the same Indigo package. Starting the "myuomo" RCP application caused errors as attached. Works as of 0.6 RC3 Closed and fixed |