From: thomas at tada.se (Thomas Hallgren) Date: Sun, 12 Feb 2006 19:42:07 +0100 Subject: [Pljava-dev] Error executing : sqlj.install_jar on windows XP Pro In-Reply-To: References: <9bd07b0a0154ed920dae4ba18abaf40f@synthesegraphique.com> <43EF36CC.7010909@tada.se> <425a4ad8f6de78b3097fb0b8c5d87e3a@synthesegraphique.com> <43EF4053.6040001@tada.se> <43EF7907.9090204@tada.se> Message-ID: <43EF817F.2050604@tada.se> 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 org.postgresql.pljava.deploy.Deployer -install Regards, Thomas Hallgren