简体   繁体   中英

Open File in eclipse programmatically

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?

You can open file in eclipse from command line Check the wiki page . eclipse open file feature

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM