Re: Calling Java Class from python

2008-04-20 Thread Gabriel Genellina
En Wed, 16 Apr 2008 07:37:55 -0300, Good Z <[EMAIL PROTECTED]> escribió: > We have developed a website in python and we need to integrate few features > of third party website. They have provided us Base64EncoderDecoder Java Class > and would like us to use it to encode the data before sending i

Re: Calling Java Class from python

2008-04-17 Thread Ben Kaplan
files from the command line: http://java.sun.com/javase/6/docs/technotes/tools/windows/java.html - Original Message From: Good Z <[EMAIL PROTECTED]> To: python-list@python.org Sent: Wednesday, April 16, 2008 6:37:55 AM Subject: Calling Java Class from python All, We have developed a w

Calling Java Class from python

2008-04-17 Thread Good Z
All, We have developed a website in python and we need to integrate few features of third party website. They have provided us Base64EncoderDecoder Java Class and would like us to use it to encode the data before sending it to their site and decode it when received anything from their site. I