I want to change the IP address of my server manualy using Eclipse (in order to work with Android mobile devices). I found this page: local android network.
But it says that I have to go to run/configuration under arguments(x), but i didn’t find it on my Eclipse. Would you tell me where to find it?
You can find the dialog you are looking for by clicking on
Runmenu,Run Configurations...submenu, and then on theArgumentstab. You can also click on the following button on your toolbar (and then onRun Configurations...andArguments):Don’t forget to select the project or class you are intending to run and/or configure before clicking
OkorApply.