[Pljava-dev] Error executing : sqlj.install_jar on windows XP Pro

From: thomas at tada(dot)se (Thomas Hallgren)
To:
Subject: [Pljava-dev] Error executing : sqlj.install_jar on windows XP Pro
Date: 2006-02-12 18:42:07
Message-ID: 43EF817F.2050604@tada.se
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pljava-dev

Synth?se Graphique wrote:
> I dont know how to set de CLASSPATH on windows plateform as required in
> PL/Java Readme.
>
> Should I open a dos window and enter :
> set classpath=c:\pljava
>
>

With the settings you've described, your backend process should be all
set. You don't need a CLASSPATH and you should make sure the backend
doesn't see a classpath. Your environment settings can be edited using
the control panel (System -> Advanced -> Environment Variables). The
System variables are of particular interest to you. If you have a
CLASSPATH there, then you should probably remove it.

The client programs (like the deploy program) will use a classpath but
you can add that on the command line. Like so:

java -cp <classpath to jdbc driver and deploy.jar>
org.postgresql.pljava.deploy.Deployer -install

Regards,
Thomas Hallgren

In response to

Browse pljava-dev by date

  From Date Subject
Next Message Tim Clarke 2006-02-21 14:50:13 [Pljava-dev] Java calling other jars
Previous Message Synthèse Graphique 2006-02-12 18:24:35 [Pljava-dev] Error executing : sqlj.install_jar on windows XP Pro