Reputation: 7855
I need to open up a file in eclipse from another program for example just from a bash in Linux or the Command prompt in Windows.
Something like eclipse.exe myfile.js
which works, but I don't want it to start another eclipse instance for each file but open the file in the current eclipse instance if one exists.
Is there any chance of opening a file in that way?
Upvotes: 0
Views: 86
Reputation: 8849
You can open file in eclipse from command line Check the wiki page . eclipse open file feature
Upvotes: 1