Problems with RTC 2.0 Development Environment Setup Guide
![](http://jazz.net/_images/myphoto/85ff793fae552e276d28e9114354bceb.jpg)
I've been following the RTC 2.0 Development Environment Setup guide from the wiki:
https://jazz.net/wiki/bin/view/Main/RTCSDK20_DevelopmentEnvironmentSetup
and am running into problems running code as an eclipse plugin.
The instructions state to add classpath dependencies to MANIFEST 'Automated Management of Dependencies', and this works fine to get compile working. But then when I remove it, as the doc instructs so that execution command line isn't too long, the compile breaks. Tried turning off autobuild, etc but it still fails when I execute per the instructions.
Has anyone had success following this part of the documentation? What am I missing?
https://jazz.net/wiki/bin/view/Main/RTCSDK20_DevelopmentEnvironmentSetup
and am running into problems running code as an eclipse plugin.
The instructions state to add classpath dependencies to MANIFEST 'Automated Management of Dependencies', and this works fine to get compile working. But then when I remove it, as the doc instructs so that execution command line isn't too long, the compile breaks. Tried turning off autobuild, etc but it still fails when I execute per the instructions.
Has anyone had success following this part of the documentation? What am I missing?
2 answers
![](http://jazz.net/_images/myphoto/85ff793fae552e276d28e9114354bceb.jpg)
It's a problem with Eclipse, before you run you have to update the
MANIFST.MF (using the add to dependencies option) and remove that
auto list.
On 8/11/2009 10:53 AM, jasonkissinger wrote:
MANIFST.MF (using the add to dependencies option) and remove that
auto list.
On 8/11/2009 10:53 AM, jasonkissinger wrote:
I've been following the RTC 2.0 Development Environment Setup guide
from the wiki:
https://jazz.net/wiki/bin/view/Main/RTCSDK20_DevelopmentEnvironmentSetup
and am running into problems running code as an eclipse plugin.
The instructions state to add classpath dependencies to MANIFEST
'Automated Management of Dependencies', and this works fine to get
compile working. But then when I remove it, as the doc instructs so
that execution command line isn't too long, the compile breaks.
Tried turning off autobuild, etc but it still fails when I execute
per the instructions.
Has anyone had success following this part of the documentation? What
am I missing?
![](http://jazz.net/_images/myphoto/85ff793fae552e276d28e9114354bceb.jpg)
I've been following the RTC 2.0 Development Environment Setup guide from the wiki:
https://jazz.net/wiki/bin/view/Main/RTCSDK20_DevelopmentEnvironmentSetup
and am running into problems running code as an eclipse plugin.
The instructions state to add classpath dependencies to MANIFEST 'Automated Management of Dependencies', and this works fine to get compile working. But then when I remove it, as the doc instructs so that execution command line isn't too long, the compile breaks. Tried turning off autobuild, etc but it still fails when I execute per the instructions.
Has anyone had success following this part of the documentation? What am I missing?
After you add the plugins to the 'Automated Management of Dependencies' and before you click the add dependencies, click the save ICON. Then remove the plugins and hit the save button again. This is what worked for me.