Thursday, October 8, 2009

ADF Error timezone region not found

When i deploy/run adf applications, i receive error:
timezone region  not found

In order to solve this, right click on Model project and select Project properties. In "Run/Debug/Profile" select "Edit" in "Run Configurations" and add "-Duser.timezone=UTC" in JavaOptions. Repeat same steps for ViewController Project.

No comments: