Re: [Jprogramming] Can I write an Android App in J?

2014-04-13 Thread Pascal Jasmin
If we define app as .ijs files, I assume its straightforward to place and run .ijs files on android? From: bill lam To: "[email protected]" Sent: Saturday, April 12, 2014 8:22:03 PM Subject: Re: [Jprogramming] Can I write an Android App in J? creati

Re: [Jprogramming] Can I write an Android App in J?

2014-04-13 Thread Henry Rich
I define 'app' as 'something cool with a graphical interface and connected to the Internet'. I. e. something the kids would get excited about. Henry Rich On 4/13/2014 10:58 AM, Pascal Jasmin wrote: If we define app as .ijs files, I assume its straightforward to place and run .ijs files on a

[Jprogramming] Unable to get addons for J8

2014-04-13 Thread Devon McCormick
Hi - I normally use pacman to load and update packages in J7 like this: 'install' jpkg 'all' 'upgrade' jpkg 'all' but the same sequence in J8 does nothing for the "upgrade" step except tell me this: "Installed addons are up to date, 57 addons are not yet installed. There is a newer version

Re: [Jprogramming] Unable to get addons for J8

2014-04-13 Thread bill lam
what is JVERSION? Вс, 13 апр 2014, Devon McCormick писал(а): > Hi - > > I normally use pacman to load and update packages in J7 like this: >'install' jpkg 'all' >'upgrade' jpkg 'all' > > but the same sequence in J8 does nothing for the "upgrade" step except tell > me this: > "Installed a

Re: [Jprogramming] Unable to get addons for J8

2014-04-13 Thread Pascal Jasmin
install 'all' will do what you want.  it's using packman.  There is no upgrade command, but I assume install also upgrades. - Original Message - From: Devon McCormick To: J-programming forum Cc: Sent: Sunday, April 13, 2014 12:20:08 PM Subject: [Jprogramming] Unable to get addons for

Re: [Jprogramming] Unable to get addons for J8

2014-04-13 Thread Devon McCormick
JVERSION Engine: j701/2011-01-10/11:25 Library: 8.01.024 Platform: Win 32 Installer: j801 beta install InstallPath: c:/program files/j801 I tried "install 'all'" but get the same message about 57 addons not yet installed. On Sun, Apr 13, 2014 at 12:28 PM, Pascal Jasmin wrote: > install 'all

Re: [Jprogramming] Unable to get addons for J8

2014-04-13 Thread bill lam
may be do it step by step 'upgrade'jpkg'base library' if it works, restart J to continue. Вс, 13 апр 2014, Devon McCormick писал(а): >JVERSION > Engine: j701/2011-01-10/11:25 > Library: 8.01.024 > Platform: Win 32 > Installer: j801 beta install > InstallPath: c:/program files/j801 > > I trie

Re: [Jprogramming] Unable to get addons for J8

2014-04-13 Thread Devon McCormick
It looks like a complete re-install from scratch fixed it. On Sun, Apr 13, 2014 at 12:36 PM, bill lam wrote: > may be do it step by step > 'upgrade'jpkg'base library' > > if it works, restart J to continue. > > Вс, 13 апр 2014, Devon McCormick писал(а): > >JVERSION > > Engine: j701/2011-01-

Re: [Jprogramming] Unable to get addons for J8

2014-04-13 Thread Devon McCormick
Though now it seems to fail - after I customized the startup - because it's looking for "jpath'~system/config/version.ijs'" which does not exist. On Sun, Apr 13, 2014 at 1:11 PM, Devon McCormick wrote: > It looks like a complete re-install from scratch fixed it. > > > On Sun, Apr 13, 2014 at 12

Re: [Jprogramming] Unable to get addons for J8

2014-04-13 Thread Devon McCormick
But this is all on me for changing the startup. On Sun, Apr 13, 2014 at 1:16 PM, Devon McCormick wrote: > Though now it seems to fail - after I customized the startup - because > it's looking for "jpath'~system/config/version.ijs'" which does not exist. > > > On Sun, Apr 13, 2014 at 1:11 PM, De

Re: [Jprogramming] Unable to get addons for J8

2014-04-13 Thread chris burke
Dear All Once again - please use the general forum for installation and related questions. See http://www.jsoftware.com/jwiki/System/Forums for an overview of the forums. There is very little interest in the programming forum in this kind of issue. Thanks. Chris On Mon, Apr 14, 2014 at 1:31