Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [platform-dev] How TO Use Eclipse to make a java application stand alone executable

This is a question for the eclipse.platform.rcp newsgroup. There are many things that can go wrong running it outside of Eclipse. Try a search in the newsgroup.
 
   http://www.eclipse.org/newsgroups/index.html
   or www.eclipse.org > search
 
Also see the troubleshooting section in article 1.
 
As far as turning it into an executable, you need an install program. Try googling for java install; some popular ones include InstallShield, InstallAnywhere, NSIS, WIX, and Install4J.
 
Also see https://bugs.eclipse.org/bugs/show_bug.cgi?id=49592 .
 

________________________________

	From: Steve Frierdich
	Sent: Tuesday, January 18, 2005 12:48 PM

	Does anyone know how to use eclipse version 3.0 to make a java application executable so the application can be distributed. 



Back to the top