javalotus-notesagentdomino-designer-eclipse

Saving agents in Domino Designer 14 adds ghost libraries


I recently installed Notes 14 on my computer at location c:\notes14. As I previous had an installation of Notes on my computer at c:\notes everything in this folder was moved into the Notes14 folder by the installer, which is fine.

I now have problems saving java agents.

I have created a new database locally and added a java agent. When I save the agent I get errors about missing references to a local path on my disk so it does not compile.

I also see libraries that have been added automatically to the agent. if I remove them they come back when I save.

the path it is refering to was indeed a folder on my disk previously but after upgrade to Notes 14 it was moved into the c:\notes14 directory.

I have tried to re-created the workspace folder but that didn't help, I also cannot save any existing agents as the compiler adds these libraries everytimes.

the path in the error "c:\notes\data\swpdfc" is a swing software folder on my disk containg jar files, not sure why I have this on my disk, probably because I installed Swing software in an application at some point a long time ago.

Image below show the build path of the agent, you see libraries added (missing) enter image description here

Image below show the error I get, If i remove the inivariable java library it is added again when I save the agent. enter image description here

as the path c:\notes\data\swpdfc is not on my disk there must be some kind of setting stored somewhere that is adding these libraries

any ideas what is causing these libraries to be added everytime I save an agent?


Solution

  • Check if you have anything in your notes.ini such as JavaUserClasses that reference these jar files.