Re: Environment variables [Partly solved]

2014-02-26 Thread Michael Hall
On Feb 25, 2014, at 2:39 PM, Michael Hall wrote: > I think I did get setting R_HOME to work last night, instead of hanging the > app actually crashed. Any tricks to getting crash logs these days I might of > missed? Fwiw. Set but set incorrectly. Managed to see the error message correctly fina

Re: Environment variables

2014-02-25 Thread Michael Hall
On Feb 25, 2014, at 10:49 AM, David DeHaven wrote: > >>> Requiring R_HOME to be set in the environment seems sketchy to me. At worst >>> you should be able to set it through a system property, not rely on the >>> environment. Is it open source? Maybe it could be fixed and contributed >>> back

Re: Environment variables

2014-02-25 Thread David DeHaven
>> Requiring R_HOME to be set in the environment seems sketchy to me. At worst >> you should be able to set it through a system property, not rely on the >> environment. Is it open source? Maybe it could be fixed and contributed back. >> >> The ugly workaround might be to drill down through JNI

Re: Environment variables

2014-02-24 Thread Michael Hall
On Feb 24, 2014, at 5:15 PM, David DeHaven wrote: > >> Application. Signed, not sandboxed. Something recently, Lion -> Mountain >> Lion maybe? seemed not to work unless I signed it. So I self-signed. I first >> looked at this a while ago I think before it was even signed and still >> couldn't

Re: Environment variables

2014-02-24 Thread David DeHaven
> Application. Signed, not sandboxed. Something recently, Lion -> Mountain Lion > maybe? seemed not to work unless I signed it. So I self-signed. I first > looked at this a while ago I think before it was even signed and still > couldn't get it to work. I don't know what the core issue is but

Re: Environment variables

2014-02-24 Thread Michael Hall
On Feb 24, 2014, at 4:10 PM, David DeHaven wrote: > >> I think I asked this before. I'm not sure it was answered, not remembering >> the answer anyhow. >> Should java System.getenv pick up ones that are added with LSEnvironment in >> the Info.plist file? >> It doesn't seem to. >> What would b

Re: Environment variables

2014-02-24 Thread David DeHaven
> I think I asked this before. I'm not sure it was answered, not remembering > the answer anyhow. > Should java System.getenv pick up ones that are added with LSEnvironment in > the Info.plist file? > It doesn't seem to. > What would be a workaround for java code that depends on things like a H