May be the libj.so is not updated, I don't know how you can fix
it by yourself. I'm sorry about that.
May be you can download and re-install the Micheal's apk again.
Вт, 02 июл 2013, June Kim (김창준) писал(а):
> I tried:
>
> load 'pacman'
> 'install' jpkg 'gui/android'
>
> and then another error
I tried:
load 'pacman'
'install' jpkg 'gui/android'
and then another error came up when restarted.
So I did:
'install' jpkg 'api/expat'
after which another error came up again. Then I did:
'install' jpkg 'api/jni'
Finally, when restarted:
|domain error: cd
| 'JNIVM_z_ JNIENV_z_'=:,>}.
Thanks but how am I supposed to install that addon on my android?
On Tue, Jul 2, 2013 at 2:48 PM, bill lam wrote:
> I suspect you had updated the base library and it needs that
> addon. Please try intall it to see if the problem can be
> solved.
>
> Вт, 02 июл 2013, June Kim (김창준) писал(а):
> >
I suspect you had updated the base library and it needs that
addon. Please try intall it to see if the problem can be
solved.
Вт, 02 июл 2013, June Kim (김창준) писал(а):
> what's the current status?
>
> I recently ran the j console on android, which used to work without a
> problem last time, and
what's the current status?
I recently ran the j console on android, which used to work without a
problem last time, and the following error was shown:
not found:
/data/data/org.dykman.j.android/app_jconsole/addons/gui/android/android.ijs
|file name error: script
| 0!:0 y[4!:55<'y'
sent fr
I did some experimentation and found that xrange will show a suprange of
the plotted data.
NB.
require'plot'
f=: 70}.i:100 NB. _30..100
c=: 9%~5*f-32 NB. convert to °c
pd'reset'
pd f;c
pd'xrange -30 20' NB. shows a subrange
pd'show'
NB.---
I am having problems setting the origin of my xrange at anything other
than '0'. ... I am trying to set the x range to the days (31) of the
current month and do not understand why the following is failing.
pd 'xrange 1 ',(": $ days)
I am looking for the scale to be set from 1 to 31 and above giv