eclipse where is args[] stored? -
i know eclipse save entered args?(in file?) because these args entered -say- month ago remembered.
see snapshot:
i'd suggest save launch config shared file in project folder. find option in commons tab in screenshot.
if open text-editor find following 2 tags
<stringattribute key="org.eclipse.jdt.launching.program_arguments" value="your program arguments"/> <stringattribute key="org.eclipse.jdt.launching.vm_arguments" value="your vm arguments"/>
i share projects launch config in company's scm.
Comments
Post a Comment