How automatically import JAR files in Lotus Java Agent? -
i'm developing java code in eclipse ide. wrote ant script export in jar files. i'd import these jar files in lotus agent through ant script too. don't know how :(
i found topic, don't understand how can me how build lotus domino database using svn , ant, maven or gradle
rombs,
the headless designer command-line mention in post take whole notes database has been stored in source control system (and means has been translated hundreds of small files instead of being 1 monolithic file) , 'compile' nsf. don't think can single agent.
if want jar files available single database, afraid way manually, either java library or directly agent.
another possibility work if have access writing jar files directly 'magic' paths on both server and notes client.
jvm/lib/ext
however, there security issues involved because code in path considered absolutely safe , run without restrictions. if have godd admin, not happy , want have long @ code.
if server @ least 8.5.2 cool option deploy jars osgi bundle (tip stephan wissel, haven't done myself)
Comments
Post a Comment