Skip to Content
Author's profile photo Arun Varadarajan

Starting custom development with SDK – Eclipse troubleshooting

Not sure if others had this issue. When I initially set up Eclipse for playing around with SDK development , my components would not install. Some things I found out :

1. The SDKs examples are all setup to get the plug in information from the designstudio.target file. This file can be found in every sdk example. The folder for the same is hardcoded to  :

C:\Program Files (x86)\SAP BusinessObjects\Design Studio

pic1-designstudio target file.JPG

What this means :

If you have installed Design Studio to this folder – then you are all set up for SDK development. If you are not ( Like me ) – for instance – my folder was set to :

C:\Program Files\SAP BusinessObjects\Design Studio

you can do the switch two ways :

1. Change the designstudio.target file

pic1-designstudio target file changed.JPG

After you change the file – import the SDK into Eclipse

2. Change it directly in Eclipse

changing target in eclipse.JPG

target_folder_add1.JPG

target_folder_add2.JPG

Hit finish and do a clean project and then you should be able to run the plugin as an eclipse application. I am still not sure if the tiny red X marks against the plugin.xml and manifest matter.

Disclaimer : this could be something that could be common knowledge – if it is excuse my document . This is coming from a newbie in eclipse trying to make head and tail of a new IDE that looks cool but has too many buttons and tabs …

Possibly will do a series of documents on my experiments with custom component development . Also do let me know if this helps…..

Assigned Tags

      4 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Arun Varadarajan
      Arun Varadarajan
      Blog Post Author

      There is one more step to resolving the errors. You would have to reset the target platform.

      resetting the target platform.JPG

      Hit reload

      then apply

      then OK

      After this is done - execute the clean projects and you should be good.

      Author's profile photo Former Member
      Former Member

      Thanks Arun,

      This is very helpful for me.

      Author's profile photo Former Member
      Former Member

      Hi Arun,

      How to change the path of the design studio.. Even I installed Design studio in

      C:\Program Files\SAP BusinessObjects\Design Studio.



      Where do i need to change the above path ?


      Regards,

      Mathivanan

      Author's profile photo Jeroen van der A
      Jeroen van der A

      did you look at the manual (page 10 bottom half) It specifically looks at other locations for your design studio installation.