Results 1 to 1 of 1
I'm trying to install lotus notes on sled10 it seemed to install ok but loads with a blank pane i found a script that is supposed to fix this problem ...
- 05-23-2007 #1Just Joined!
- Join Date
- May 2007
- Posts
- 2
lotus notes installation
I'm trying to install lotus notes on sled10 it seemed to install ok but loads with a blank pane i found a script that is supposed to fix this problem the script is
#!/bin/sh
export NOTESBIN=/home/<username>/notes
export NOTESDATA=/home/<username>/notes/data
export NOTESDIR=/home/<username>/notes/data
export LD_LIBRARY_PATH=$NOTESBIN:$NOTESBIN/jvm/bin/classic:$NOTESBIN/jvm/bin:$LD_LIBRARY_PATH
export PATH=$NOTESBIN/jvm/bin:$NOTESBIN:$PATH
export CLASSPATH=./:$NOTESBIN/:$CLASSPATH
/opt/IBM/Workplace\ Managed\ Client/rcp/richclient -personality com.ibm.workplace.noteswc.standalone.linux.persona lity
it doesn't seem to matter what i do it loads blank any help would be great


Reply With Quote