Local Java Session on Solaris, possible?

Hello there,

I got the todo to write a little java program, which should create a local session and access some databases.

This program will be evaluated on a solaris server.

On windows everything works fine, my question now is if this works also on other platforms, especially solaris?!

(I cant test it yet)

If yes, is there anything else to consider beside setting up the classpath to the domino dir (where ever this may be located)?

Best regards from germany, Rene

Subject: Local Java Session on Solaris, possible?

If you are saying your Java program was stand alone (not a Java agent within Notes) and it has worked fine in a JVM on Windows, there are very good chances that it will work in JVM of Solaris.

Having said that, you also need to have Notes client/Domino installed on your Solaris machine.

From Designer help:

Run-time requirements

A computer running a Java application that makes local Domino calls must contain Domino Server, Domino Designer, or Notes Client, and must include Notes.jar in the classpath.

A computer running a Java application that makes remote Domino calls need not contain Domino or Notes, but must contain one of the NCSO archives and must include it in the classpath.

A computer running a Domino agent that makes Domino calls must include Notes.jar in the classpath.

A computer running an applet that makes Domino calls needs no Domino software or classpath assignments. The applet must be loaded from a computer containing a Domino server.

Regards

Litty Joseph

Subject: RE: Local Java Session on Solaris, possible?

Having said that, you also need to have Notes client/Domino installed on your Solaris machine

Not necessarily. He can get by without the Notes client by:

-including NCSO.jar with the application

-connecting to a domino server (local or remote) using a person document with an HTTPPassword set.

Subject: RE: Local Java Session on Solaris, possible?

Thank you for your answeres.

I hoped somebody did that before so he could answer the question out of his own expierence.

But seemingly I have to try it, chances shouldnt be that bad.

Im still a bit skeptic because of the solaris platform, but hopefully im wrong…

Regards, René