Yes. Changing the locale does indeed solve my problem. Thanks
> Message: 2 > Date: Thu, 3 Feb 2011 17:07:27 +0800 > From: bill lam > Subject: Re: [Jgeneral] trouble with gtkide on MacOSX > To: [email protected] > Message-ID: <[email protected]> > Content-Type: text/plain; charset=utf-8 > > I guess you use french locale in which comma and period for formatting > numbers are opposite to US locale. I was not sure this would also affect > macosx. In the mean time, try change the script jgtk.command > > #!/bin/sh > "`dirname "$0"`/jconsole" gtkide > > to > > #!/bin/sh > LC_ALL=C;export LC_ALL > "`dirname "$0"`/jconsole" gtkide > > ???, 03 ??? 2011, John-Philip BUTLER ?????(?): > > I am trying out 7.01 under under MacOSX 10.6. Jconsole and the web > > interfaces work fine, but I cannot get the gtk interface to work. The gtk > > addon downloaded alright, > > but then I get: > > > > Macintosh:~ philip$ /Applications/j701/bin/jgtk.command ; exit; > > |ill-formed number: conf_gtkide > > |[-6] > > > > I get the same message if I try in jconsole > > load 'gtkide' > > |ill-formed number: conf_gtkide > > |[-6] > > > > What could be wrong? > > > > Philip Butler > > ---------------------------------------------------------------------- > > For information about J forums see http://www.jsoftware.com/forums.htm > > -- > regards, > ==================================================== > GPG key 1024D/4434BAB3 2008-08-24 > gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
