<< IBM Connections wsadmin cheat sheet | Home | Deploying XTAF dictionaries to Notes clients via a Widget Catalog >>

Configure Eclipse 3.5 for Notes 8.5.3

For completeness sake I just updated my guide to manually configuring Eclipse 3.5 for Notes plugin development to work with Notes 8.5.3 which went Gold the other day. Please find a like to the guide below.

Configuring Eclipse 3.5 for Notes 8.5.3.



Avatar: Urs Meli

Re: Configure Eclipse 3.5 for Notes 8.5.3

Thank you very many :-)
Avatar: Ralf M Petter

Re: Configure Eclipse 3.5 for Notes 8.5.3

Thank you very much. But in my environment i have problems in debug mode. The ui looks strange and i get many erros in the console. The problem is that the stack in the virtual machine is too small. I have added the vm property -Xss1m to your properties and then debug works without a problem too. I hope this helps if someone has the same problem.
Avatar: Mikkel Flindt Heisterberg

Re: Configure Eclipse 3.5 for Notes 8.5.3

Great!!! This helps me :-)
Avatar: Anonymous

Re: Configure Eclipse 3.5 for Notes 8.5.3

 Hi,

Me i use the eclipse juno 3.7 but i have always problem with org.eclipse.swt. Did you know why ?

Avatar: Mikkel Flindt Heisterberg

Re: Configure Eclipse 3.5 for Notes 8.5.3

 Notes is based on eclipse 3.4 so maybe you're using new API's. What errors are you seeing?

Avatar: Anonymous

Re: Configure Eclipse 3.5 for Notes 8.5.3

this is error on swt, i cant compile, because it's seems i don't have swt library, but it's strange

Avatar: Mikkel Flindt Heisterberg

Re: Configure Eclipse 3.5 for Notes 8.5.3

The SWT library is part of the product you're developing for. The trick to developing SWT stuff for Notes is setting Notes as the target platform as you for most other Eclipse based products. Did you do that? If not you can use IBM Lotus Expeditor Toolkit (http://publib.boulder.ibm.com/infocenter/ledoc/v6r1/index.jsp?topic=/com.ibm.rcp.tools.doc.appdev/lpp_introduction_tools.html ) or roll your own as I do as described above.

Avatar: Anonymous

Re: Configure Eclipse 3.5 for Notes 8.5.3

Hi Mikkel,

I have already created the notes target in my eclipse configuration like your how to, and i don't know why eclipse didn't find swt library on my notes target.

Avatar: Mikkel Flindt Heisterberg

Re: Configure Eclipse 3.5 for Notes 8.5.3

 Is your issue with compilation or at runtime when you try and launch Notes from Eclipse?

Avatar: Anonymous

Re: Configure Eclipse 3.5 for Notes 8.5.3

first point i can't compile so i can't really launch properly the plugins

second point if i launch with the error, when i try to show my preference panel of my plugins i have the issus of the swt library

Avatar: Mikkel Flindt Heisterberg

Re: Configure Eclipse 3.5 for Notes 8.5.3

Try and make sure that the JVM from Notes is set as the project JVM

Avatar: Anonymous

Re: Configure Eclipse 3.5 for Notes 8.5.3

Hi,

Yes the JVM Notes is set as the project JVM


Add a comment Send a TrackBack