I have a quite large xpages project and now I have added some jars to the projects (9 jars via project explorer). After adding these jars to classpath cause that saving every xpage or custom control in DDE takes up do 25 seconds which is crazy (I have a quite fast iCore7 computer, 8GB RAM and working on local Domino server running on my laptop ... all latest 8.5.3).
When I remove these jars from classpath, the save time is back and below 1 sec. Adding these jars to classpath increases the save time up to 25 seconds. Is it normal behaviour? How to avoid this while still using jars?
lib
folder insideWebContent\WEB-INF
folder and put the JARs in their and then add those JARs to Libraries in Java Build Path of the database. – Naveen