NotesServiceRuntimeException occurs when running jar

88 views Asked by At

I am creating a program in Java to send emails out through IBM Lotus Notes using Notes.jar

When I run my code from Eclipse it runs perfectly and does everything I want it to do.

When I generate a jar for my program and include all references, I get

NotesServiceRuntimeException saying Local Notes Installation is not found

Need help!!

1

There are 1 answers

0
Huang Chen On BEST ANSWER

Fixed!

I needed to include the location of where Lotus Notes is installed in the System Path