As a guess, your OS might have this set to some name that Java is not recognizing. Take a look in system preferences, and try changing it to something else and back again.
Chuck From: <[email protected]<mailto:[email protected]>> on behalf of Calven Eggert <[email protected]<mailto:[email protected]>> Date: Monday, October 26, 2015 at 7:02 AM To: WebObjects-Dev <[email protected]<mailto:[email protected]>>, Gino Pacitti <[email protected]<mailto:[email protected]>> Subject: Re: El Capitan - setting java timezone Unfortunately, that didn't work. I've tried adding it in two different ways based on google searches: -Duser.timezone=EST -Doracle.jdbc.timezoneAsRegion=false Is anyone else using Java 1.8 and has this working? On Oct 23, 2015, at 4:25 PM, Gino Pacitti <[email protected]<mailto:[email protected]>> wrote: What about in the Run Configuration? <Screen Shot 2015-10-23 at 15.24.22.png><Screen Shot 2015-10-23 at 15.24.32.png> On 23 Oct 2015, at 15:24, Calven Eggert <[email protected]<mailto:[email protected]>> wrote: I've been working on a new install of El Capitan. I found a problem with running the app inside Eclipse until it was discovered that the java timezone was not set and therefore, not allowing a connection to the database. This was fixed by adding an argument to the Run Configuration "-Duser.timezone=EST". After building my .woa using the "WOLips Ant Tools/Install", the application cannot connect to a database. it's the same problem because if I type: ./APPNAME -Duser.timezone=EST the application works as expected. Does anyone know how to set the timezone in eclipse so that I don't need to add the parameter on the command line?? Calven _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]<mailto:[email protected]>) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/ginokris%40mac.com This email sent to [email protected]<mailto:[email protected]> Calven
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
