Skip to Content

connexion

  1. # ajustement du CLASSPATH de Jython pour l'importation des classes du driver .jar
  2. $ export CLASSPATH="/Library/Java/Extensions/postgresql-9.0-801.jdbc3.jar"
  3.  
  4. $ jython
  5. # importation des classes (première utilisation, après cela ne sera plus signalé)
  6. *sys-package-mgr*: processing new jar, '/Library/Java/Extensions/postgresql-9.0-801.jdbc3.jar'
  7.  
  8. Jython 2.5.2 (Release_2_5_2:7206, Mar 2 2011, 23:12:06)
  9. [Java HotSpot(TM) 64-Bit Server VM (Apple Inc.)] on java1.6.0_24
  10. Type "help", "copyright", "credits" or "license" for more information.
  11. >>> from org.postgresql import Driver
  12. >>>
  13. # si aucune erreur n'est signalée, c'est que ça marche