Import jar in java script library

I’ve been developing in Notes for a long time, but only now started using Java in Notes. I’m writing a script library that I have imported 3rd party jar files, but these jars require a .properties file for configuration. I have tried to import that as a resource into the script library but the file is not being found. This file needs to be on the classpath.

Is there a way to include this properties file in the script library? I would prefer to keep the jars and properties files in the database if possible for easier maintenance.

Thanks,

Chris

Subject: Thanks for your feedback.

Thanks your for using Java in Notes. I would need more information to reproduce the issue where jars files need .properties file for configuration.

If its possible to share the unencrypted database to us, that will help a lot in quickly understanding/reproducing the issue.

My mail id is ksantosh@in.ibm.com.

Subject: I’m also unable to read .properties files

I am experiencing a similar problem of an imported java servlet unable to read .properties files. Can you help PLEASE???