Re: [PATCH] Changed java-example to use java.so directly to start example Hello application

2016-10-14 Thread Waldek Kozaczuk
Tomasz, You can ignore this patch. I create new issue #800 and send corresponding patch that addresses the problem in a better way. I will be sending another patch that cleans the apps later. Waldek On Thursday, September 22, 2016 at 11:44:59 AM UTC-4, Tomasz Grabiec wrote: > > On Wed, Sep

Re: [PATCH] Changed java-example to use java.so directly to start example Hello application

2016-09-21 Thread Tomasz Grabiec
On Wed, Sep 21, 2016 at 5:05 PM, Waldek Kozaczuk wrote: > Please see my answers below. > > Sent from my iPhone > > On Sep 21, 2016, at 03:17, Tomasz Grabiec wrote: > > > > On Wed, Sep 21, 2016 at 6:32 AM, Waldemar Kozaczuk >

Re: [PATCH] Changed java-example to use java.so directly to start example Hello application

2016-09-21 Thread Waldek Kozaczuk
Please see my answers below. Sent from my iPhone > On Sep 21, 2016, at 03:17, Tomasz Grabiec wrote: > > > >> On Wed, Sep 21, 2016 at 6:32 AM, Waldemar Kozaczuk >> wrote: >> This change makes the java-example app universal so that it can be used

Re: [PATCH] Changed java-example to use java.so directly to start example Hello application

2016-09-21 Thread Tomasz Grabiec
On Wed, Sep 21, 2016 at 6:32 AM, Waldemar Kozaczuk wrote: > This change makes the java-example app universal so that it can be used > with any > Java runtime module like so: > > ./scripts/build image=java,java-example > ./scripts/build image=openjdk8-fedora,java-example >