1) I installed the following zips:
- eclipse-SDK-3.5M6-win32.zip
- emf-runtime-2.5.0M6.zip
2) Launch Eclispe
3) Click on "Debug>Debug Configurations..." toolbar button
4) Create a new configuration for Eclipse Application
5) On the "Arguments" tab, I change the program arguments to:
-os ${target.os} -ws ${target.ws} -arch ${target.arch} -nl en_AA
6) On the "Plug-ins" tab, I can see a list of the code plug-ins and
NL plug-ins (but grayed out)
7) I select "plug-ins selected below only"
8) I did run into a problem launching this configuration the first time,
therefore, I deselect the following plug-ins
- org.eclipse.core.net.win32.x86.nl_en_AA
- org.eclipse.equinox.launcher.win32.win32.x86.nl_en_AA
(I will open a separate bug and investigate this)
9) Then, I just click on the "Debug" button, the second instance of Eclipse
is launched
Is you setup different from mine? Please try this.