So i'm trying a integration on Xamarin with MobileFirst Platform and i am following this steps: http://www.ibm.com/developerworks/library/mo-develop-a-xamarin-forms-app-for-ibm-mobilefirst/index.html
I already added the IBM MobileFirst SDK to my project and added the add-in to xamarin studio, and with this it should start the server with no problems, but when i go to tool -> start server nothing happens.
The CLI and the Java are set in the right location, so i can't see what i'm doing wrong.
- I'm using Xamarin Studio version 5.9, the SDK and the add-on are in version 7.0.0.1 and the CLI is in version 7.0.0.
There is another way of integrate the mobilefirst server with xamarin? or any ideias of what's happing?
This is the error i got:
ERROR [2015-06-02 16:05:40Z]: Error while executing command: Start Server
System.ArgumentException: Item has already been added. Key in dictionary: 'JAVA_HOME' Key being added: 'JAVA_HOME'
at System.Collections.Hashtable.Insert(Object key, Object nvalue, Boolean add)
at System.Collections.Hashtable.Add(Object key, Object value)
at System.Collections.Specialized.StringDictionaryWithComparer.Add(String key, String value)
at IBMWorklight.WLCommandExecuter.executeWLCommand(String wlCommand, String executionFolder)
at IBMWorklight.WLCommandExecuter.init()
at IBMWorklight.StartServerHandler.Run()
at MonoDevelop.Components.Commands.CommandHandler.Run(Object dataItem)
at MonoDevelop.Components.Commands.CommandHandler.InternalRun(Object dataItem)
at MonoDevelop.Components.Commands.CommandManager.DefaultDispatchCommand(ActionCommand cmd, CommandInfo info, Object dataItem, Object target, CommandSource source)
at MonoDevelop.Components.Commands.CommandManager.DispatchCommand(Object commandId, Object dataItem, Object initialTarget, CommandSource source)
thanks.