aspose file tools
The moose likes IDEs, Version Control and other tools and the fly likes Dummies guide to .launch file ? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
Reply Bookmark "Dummies guide to .launch file ?" Watch "Dummies guide to .launch file ?" New topic
Author

Dummies guide to .launch file ?

justin smythhe
Ranch Hand

Joined: Jul 06, 2012
Posts: 107
In simple words, please give me a rough idea of what a .launch file does and why is it needed ?
I got a java project and corrupted some of the content in its .launch file. Everything seems to be
running fine.
<update>
I deleted the file. Everything is till the same.

Then why have this .launch file ?


Paul Clapham
Bartender

Joined: Oct 14, 2005
Posts: 16483
    
    2

This looks like it's a question about some IDE, rather than a general question about Java. So I'll move it to the forum about IDEs where somebody might be able to guess which IDE you had in mind.

Or you could post back and tell us. But in any case I'll move the thread.
justin smythhe
Ranch Hand

Joined: Jul 06, 2012
Posts: 107
Paul Clapham wrote:This looks like it's a question about some IDE, rather than a general question about Java. So I'll move it to the forum about IDEs where somebody might be able to guess which IDE you had in mind.

Or you could post back and tell us. But in any case I'll move the thread.


Eclipse Indigo. Sorry, I forgot to mention that.
Tim Holloway
Saloon Keeper

Joined: Jun 25, 2001
Posts: 14491
    
    7

Actually, I think that the ".launch" file is part of a JNLP web-based launch package and isn't related to IDEs at all.


Customer surveys are for companies who didn't pay proper attention to begin with.
justin smythhe
Ranch Hand

Joined: Jul 06, 2012
Posts: 107
Tim Holloway wrote:Actually, I think that the ".launch" file is part of a JNLP web-based launch package and isn't related to IDEs at all.


What is the purpose of having that file, when its removal has no effect on my code ?
Stuart A. Burkett
Ranch Hand

Joined: May 30, 2012
Posts: 322
A quick google (which included a link to another javaranch thread) and it does seem to be an Eclipse feature.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Dummies guide to .launch file ?
 
Similar Threads
Create Java executables
problem in opening jar file on double click
issues with updating jar files which are being used in a program
Execute a .bat file?
Is there a Eclipse Console log file?