On 10-1-2017 23:57, Patrick Zhou wrote:
> Hi Irmen,
>
> I have successfully got it to work with both side as python but so far having
> trouble with pyrolite.jar which is downloaded from
> https://mvnrepository.com/artifact/net.razorvine/pyrolite/4.4
>
>
[...]
>
> which "getDst" works on Ja
Hi Irmen,
I have successfully got it to work with both side as python but so far having
trouble with pyrolite.jar which is downloaded from
https://mvnrepository.com/artifact/net.razorvine/pyrolite/4.4
Having simple codes as:
public static void main(String[] args) {
//System.out.pr
On 4-1-2017 23:14, zxpat...@gmail.com wrote:
> Hi everyone,
>
> I ran into a case that I need to create a work process of an application
(Jython so has to call using java.exe) which will collect the data based on
what main process indicates.
>
> (1) I tried multiprocessing package, no luck. Java.e
On Thursday, January 5, 2017 at 5:49:46 PM UTC-5, Irmen de Jong wrote:
> On 4-1-2017 23:14, zxpat...@gmail.com wrote:
> > Hi everyone,
> >
> > I ran into a case that I need to create a work process of an application
> > (Jython so has to call using java.exe) which will collect the data based on
Hi everyone,
I ran into a case that I need to create a work process of an application
(Jython so has to call using java.exe) which will collect the data based on
what main process indicates.
(1) I tried multiprocessing package, no luck. Java.exe can't be called from
Process class?
(2) I tried
On 4-1-2017 23:14, zxpat...@gmail.com wrote:
> Hi everyone,
>
> I ran into a case that I need to create a work process of an application
> (Jython so has to call using java.exe) which will collect the data based on
> what main process indicates.
>
> (1) I tried multiprocessing package, no luck
Hi everyone,
I ran into a case that I need to create a work process of an application
(Jython so has to call using java.exe) which will collect the data based on
what main process indicates.
(1) I tried multiprocessing package, no luck. Java.exe can't be called from
Process class?
(2) I trie