From: <bc...@wo...> - 2001-01-10 16:26:05
|
[Brad Clements] >For some reason the @sig line in the code below doesn't work. The >resulting .java file doesn't have a public Put() method.. The class *must* inherit from a java class. F.ex from ftplib import FTP import java class FTPClient(java.lang.Object): ... Also, the @sig must be placed on one single line. It was probably just your (or my) mailer that did the line folding. regards, finn |