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

Thomas Hallgren thomas at tada.se
Sun Feb 12 18:42:07 UTC 2006


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




More information about the Pljava-dev mailing list