Re-start netscape and try to read the documentation.
application/pdf;/opt/Acrobat3/bin/acroread/ %s
Description: "Portable Document Format"
Type: "application/pdf"
Suffix: "pdf"
and down below:
Application:
In this last one you need to enter the path to the Acroread
reader:
Application: "/opt/Acrobat3/bin/acroread/ %s"
(without the quotes).
/opt/Acrobat3/bin/acroread/ %s
You need to modify your CLASSPATH variable to add two paths.
If you are using K-shell (the default at GWU), include
the following line at the bottom of your .profile file:
If you are using tcsh, add the following line
to your .cshrc file:
Once you've made these changes you need to log out and log back in
so that they are in effect.
export CLASSPATH=$CLASSPATH:/apps/sql_jdbc/classes11:/apps/sql_jdbc/java122
setenv CLASSPATH $CLASSPATH:/apps/sql_jdbc/classes11:/apps/sql_jdbc/java122
Next set up your display so that the machine delphi can bring up
a window on your machine.
Use these instructions.
Test whether the display is working by running an
old java program that brings up a window.
Next, you need to run JDBCTest (This is a Java program provided
by InterSolv) to do two things:
Here is what you need to do to bring up JDBCTest.
Next, use JDBCTest:
(assuming you were able to bring up the JDBCTest window)
One interesting thing to note: the JDBC test program displays
the Java code it uses for any test, so that you can copy over
the code for those particular actions.
% java JDBCTest Config.txt
If everything is working, you need never run JDBCTest again.
If at some later time, your JDBC code doesn't work, then you may
want to come back to JDBCTest and try it again.
intersolv.jdbc.sequelink.SequeLinkDriver
then you don't need to do anything. Click on Cancel.
intersolv.jdbc.sequelink.SequeLinkDriver
and click on OK.
jdbc:sequelink://delphi:4003/[Oracle];OSUser=john;OSPassword=whatever