From: <bc...@wo...> - 2001-09-05 19:09:38
|
[John Goerzen] > OK, now the question is, where do I put the @sig line for Java to be > able to call [a static method], and how should it look? [Kevin Butler] > I'm pretty sure the answer is "you don't". I don't believe either cheat > is supported by jythonc. [John Goerzen] >Hmm, so there is absolutely no way to create, with jythonc, what would >appear to java as a static function? I'd consider that to be a >serious shortcoming... I suppose it depends on the viewpoint. I have never seen jythonc as a java code generator. To me, it is a jython compiler and its main purpose is to analyze and freeze a collection of jython code so that there is no need for dynamic creation of bytecode. regards, finn |