3
votes

I have installed IBM Notes Designer 10, for the life of me I cannot get the OpenNTF Domino API to be recognised in all my Java Classes. Tried ODA 4.4 and 3.2.1.

I have to go back to 9.0.1 now so I can continue to develop.

Any help would be appreciated.

2

2 Answers

4
votes

We've bumped the version for 10 in our development branch. Now that the actual release is out, we're going to make sure all is well and release a new ODA version for it.

2
votes

Had that problem, too. Jesse found the solution for me in the OpenNtf ODA Slack: Check Designer - Preferences - Plug-In Development - Target Platform. Quoting Jesse: "... entries at least for ${eclipse_home} and for a directory inside your Notes data dir, here C:\Notes\Data\workspace\applications\eclipse. If they're missing, modify an existing platform or create a new one and add an "Installation"-type entry for ${eclipse_home} and a "Directory"-type one for the eclipse directory within your data dir." (https://frostillic.us/blog/posts/058650e080e352178525832b00519d2c)

In my case I was missing the .../notes/data/workspace/applications/eclipse entry which I had to add myself.