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