Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to open a .launch file in Eclipse

Tags:

eclipse

I have a deploy.launch file that I checked out with a project that does not include the Eclipse project in source control, it only includes the .launch files.

How can I add the existing .launch files to my Eclipse project without having to click "new external tools configuration" and then cut and paste the fields from the .launch file into the wizard to effectivly recreate the .launch file? I would much rather just, well, launch it.

like image 933
Arthur Ulfeldt Avatar asked Mar 01 '11 19:03

Arthur Ulfeldt


People also ask

What is .launch file in Eclipse?

A launch configuration is a description of how to launch a program. The program itself may be a Java program, another Eclipse instance in the form of a runtime workbench, a C program, or something else. Launch configurations are manifested in the Eclipse UI through Run > Run....


1 Answers

File > Import... > Run/Debug > Launch Configurations

like image 51
Timmos Avatar answered Oct 03 '22 01:10

Timmos