Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 343664 - --launcher.openFile not properly working for multiple eclipse instances
Summary: --launcher.openFile not properly working for multiple eclipse instances
Status: CLOSED DUPLICATE of bug 316821
Alias: None
Product: Equinox
Classification: Eclipse Project
Component: Launcher (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-22 14:59 EDT by Ruben Jenster CLA
Modified: 2011-04-25 11:23 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ruben Jenster CLA 2011-04-22 14:59:29 EDT
Build Identifier: 

If a second instance of eclipse is opened and closed again all successive calls of 'eclipse --launcher.openFile <file>' will start a new eclipse instance.

Expected behaviour: 'eclipse --launcher.openFile <file>' should use the existing (here the first) eclipse instance

Reproducible: Always

Steps to Reproduce:
1. run 'eclipse', to start a first instance
2. run 'eclipse', to start a second instance
3. close the second instance
4. run 'eclipse --launcher.openFile <file>'
Comment 1 Andrew Niefer CLA 2011-04-25 11:23:07 EDT
This is a problem on the SWT side.

*** This bug has been marked as a duplicate of bug 316821 ***