Hi All,Has somebody tried starting Appium server on mac using java client 3.2.0, if yes please share code.
Regards,Venkatesh
This issue was fixedhttps://github.com/appium/java-client/issues/252
As a workaround I advice to use IDEA instead of Eclipse or set environmental variable in Eclipse. How to do it? This is described it the mentioned issue.
There are two fixes which are coming out with new a java_client version
https://github.com/appium/java-client/pull/255
https://github.com/appium/java-client/pull/273
The main problem was the way how Eclipse for UNIX-like OS's works with environment variables. Else there was a problem with the starting of non-default Node.JS (e.g. NSolid)
Also there are enhancements:
https://github.com/appium/java-client/pull/267
https://github.com/appium/java-client/pull/261