beta is a different package so that some path names will be different.

All libj.so are contained inside app. You  can just unzip the apk to get
all files.

However IIRC Android file system is protected so that executable and shared
libraries do not have the execution permission, in other words, you can’t
do se libj.so in any folders that you have write access.

Shared libraries are copied to a special folder during installation.

On Sun, 3 Oct 2021 at 6:07 PM Jan-Pieter Jacobs <janpieter.jac...@gmail.com>
wrote:

> Thanks Bill,
>
> I was about to ask about the Android version as well.
>
> I did run into something strange though, can it be the jconsole packaged
> with the beta apk is still j902-Release-a? I generally run jconsole via
> termux on my phone (since it's less prone of being preempted, and it works
> better with my keyboard, which is for some reason hidden at every
> execution t
> in the jandroid GUI) and even though calling jconsole in the right folder,
> I can't get it to run the beta-u, but end up with j902-Release-a instead.
> The GUI version does have the right version.
>
> That said, would there be a possibility to also have a j.dll on android? I
> took a look at compiling one, but didn't find an option to do so. Reason I
> ask is I was experimenting (on my phone) with interfacing J and Lua. For
> now, I can build a dynamic library that I can use to use Lua from J, but
> for the opposite, I'd need j.dll. I'm developing on my phone because I
> don't have a lot of time recently, and it's very convenient to have all
> needed packed up in my pocket :).
>
> Thanks for the effort of keeping cranking out new versions!
>
> Jan-Pieter
>
> On Sat, Oct 2, 2021, 13:03 bill lam <bbill....@gmail.com> wrote:
>
> > J903-beta-u is available for Android
> >
> > https://www.jsoftware.com/download/j903/install/
> >
> > The name of this beta package is J Android beta
> > it's icon is gray in color
> >
> >
> > On Fri, Oct 1, 2021 at 10:13 PM Eric Iverson <eric.b.iver...@gmail.com>
> > wrote:
> >
> > > J903-beta-u is available for windows/linux/macos.
> > >
> > > If you already run J903-beta, then upgrade is easy:
> > >    load'pacman'
> > >    'upgrade'jpkg'jengine'
> > >
> > > If you have not yet installed J903-beta, time to get started!
> > >    https://code.jsoftware.com/wiki/System/Installation/J903
> > >
> > > Release notes:
> > >    https://code.jsoftware.com/wiki/System/ReleaseNotes/J903
> > >
> > > Questions/bug reports/etc. should go to the beta forum.
> > > ----------------------------------------------------------------------
> > > For information about J forums see http://www.jsoftware.com/forums.htm
> > >
> > ----------------------------------------------------------------------
> > For information about J forums see http://www.jsoftware.com/forums.htm
> >
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
>
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to