Message12030

Author stefan.richthofer
Recipients doublep, fwierzbicki, jeff.allen, stefan.richthofer, zyasoft
Date 2018-06-27.23:17:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530141441.57.0.56676864532.issue1743@psf.upfronthosting.co.za>
In-reply-to
Content
(I don't want to argue about this being an issue that needs a fix. Just wanted to suggest a workaround until a fix is available.)
You're right, Py.newJavaFunc requires your function to have a special signature. Regarding the notation in your file test.java, what about the following workaround:

python.exec ("test = System.gc");
python.exec ("test ()");

Did you try that?
History
Date User Action Args
2018-06-27 23:17:21stefan.richthofersetmessageid: <1530141441.57.0.56676864532.issue1743@psf.upfronthosting.co.za>
2018-06-27 23:17:21stefan.richthofersetrecipients: + stefan.richthofer, fwierzbicki, zyasoft, doublep, jeff.allen
2018-06-27 23:17:21stefan.richthoferlinkissue1743 messages
2018-06-27 23:17:21stefan.richthofercreate