Message12030
(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? |
|
Date |
User |
Action |
Args |
2018-06-27 23:17:21 | stefan.richthofer | set | messageid: <1530141441.57.0.56676864532.issue1743@psf.upfronthosting.co.za> |
2018-06-27 23:17:21 | stefan.richthofer | set | recipients:
+ stefan.richthofer, fwierzbicki, zyasoft, doublep, jeff.allen |
2018-06-27 23:17:21 | stefan.richthofer | link | issue1743 messages |
2018-06-27 23:17:21 | stefan.richthofer | create | |
|