Reputation: 45
When you import jar at the first time all is good, but when you make some changes and trying to re import your jar you realized that your old jar is stored somewhere and you can't delete it. I tried do this by hands, by synchronizing from local disk, by replication, nothing helps.
May be someone knows how to delete old jar and import the new one.
I know that when you rename new jar all is good. But I don't want to change version of my jar just because I don't know something about notes database.
Upvotes: 1
Views: 170
Reputation: 1503
I found that after I imported a JAR I had to restart Designer, otherwise, it was not finding the classes in my Jar. After the restart it worked fine.
Upvotes: 0
Reputation: 146
In IBM Domino Designer select your project then chose from navigation Project>Clean.... Chose your project and then click OK.
Upvotes: 0
Reputation: 30960
Restart your HTTP task on Domino server after you changed a jar with server console command
restart task http
Otherwise the old version will still be used by JVM.
As an alternative you could add a version number to your jar like my-classes-1.0.1.jar
. Then Domino knows that the new jar has to be used.
Upvotes: 2