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.
12 thoughts on “Configure Eclipse 3.5 for Notes 8.5.3”
Comments are closed.
Thank you very many 🙂
LikeLike
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.
LikeLike
Great!!! This helps me 🙂
LikeLike
Hi,
Me i use the eclipse juno 3.7 but i have always problem with org.eclipse.swt. Did you know why ?
LikeLike
Notes is based on eclipse 3.4 so maybe you’re using new API’s. What errors are you seeing?
LikeLike
this is error on swt, i cant compile, because it’s seems i don’t have swt library, but it’s strange
LikeLike
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.
LikeLike
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.
LikeLike
Is your issue with compilation or at runtime when you try and launch Notes from Eclipse?
LikeLike
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
LikeLike
Try and make sure that the JVM from Notes is set as the project JVM
LikeLike
Hi,
Yes the JVM Notes is set as the project JVM
LikeLike