Kaydet (Commit) 2cfe5491 authored tarafından Bertram Nolte's avatar Bertram Nolte

#100874# Improved usage text and if context.

üst 35d7c85b
...@@ -58,7 +58,7 @@ public class NotesAccess implements Runnable { ...@@ -58,7 +58,7 @@ public class NotesAccess implements Runnable {
"<Office path>/program/classes/sandbox.jar;" + "<Office path>/program/classes/sandbox.jar;" +
"<Office path>/program/classes/unoil.jar;" + "<Office path>/program/classes/unoil.jar;" +
"<Office path>/program/classes/juh.jar " + "<Office path>/program/classes/juh.jar " +
"DocumentSaver \"<Connection>\" \"<Domino Host>\" \"<User>\" " + "NotesAccess \"<Connection>\" \"<Domino Host>\" \"<User>\" " +
"\"<Password>\" \"<Database>\"" ); "\"<Password>\" \"<Database>\"" );
System.out.println( "\ne.g.:" ); System.out.println( "\ne.g.:" );
System.out.println( System.out.println(
...@@ -67,7 +67,7 @@ public class NotesAccess implements Runnable { ...@@ -67,7 +67,7 @@ public class NotesAccess implements Runnable {
"d:/office60/program/classes/sandbox.jar;" + "d:/office60/program/classes/sandbox.jar;" +
"d:/office60/program/classes/unoil.jar; " + "d:/office60/program/classes/unoil.jar; " +
"d:/office60/program/classes/juh.jar " + "d:/office60/program/classes/juh.jar " +
"DocumentSaver \"uno:socket,host=localhost,port=8100;urp;" + "NotesAccess \"uno:socket,host=localhost,port=8100;urp;" +
"StarOffice.ServiceManager\"" + "StarOffice.ServiceManager\"" +
" \"\" \"\" \"\" " + " \"\" \"\" \"\" " +
"\"F:\\odk3.0.0\\examples\\java\\NotesAccess\\Stocks.nsf\"" ); "\"F:\\odk3.0.0\\examples\\java\\NotesAccess\\Stocks.nsf\"" );
...@@ -207,7 +207,7 @@ public class NotesAccess implements Runnable { ...@@ -207,7 +207,7 @@ public class NotesAccess implements Runnable {
XSpreadsheet xspreadsheet = ( XSpreadsheet ) xindexaccess.getByIndex( 0 ); XSpreadsheet xspreadsheet = ( XSpreadsheet ) xindexaccess.getByIndex( 0 );
Session session; Session session;
if ( stringHost != null ) { if ( !stringHost.equals( "" ) ) {
// Creating a Notes session for remote calls to the Domino classes. // Creating a Notes session for remote calls to the Domino classes.
session = NotesFactory.createSession( stringHost, stringUser, session = NotesFactory.createSession( stringHost, stringUser,
stringPassword ); stringPassword );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment