hello, i have many run configurations in eclipse to launch applets. i provide parameters to these applets via the parameters tab of the run configurations.
here i would like to add some global variables like ${playerid} like it can be done in the parameters section of normal applications. so if i change the value of playerid in the string substitution section of eclipse, all my applets will use the new value.
thanks!