Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » How to have the program work alone on windows without platform
How to have the program work alone on windows without platform [message #277394] Fri, 10 December 2004 06:49 Go to next message
Eclipse UserFriend
Originally posted by: dtxtreme_f117.yahoo.com

I am still new to the game of programming but I have created a program
that I want to run on windows without having to open eclipse or even need
to use eclipse to run it. How would I go about doing that?
Thank you
Anthony Wherry
Re: How to have the program work alone on windows without platform [message #277404 is a reply to message #277394] Fri, 10 December 2004 11:14 Go to previous message
Guillaume Pothier is currently offline Guillaume PothierFriend
Messages: 107
Registered: July 2009
Senior Member
The simplest solution is to launch it directly with java. You can export
your project into a jar, create a manifest that specifies the main
class, and then "java -jar yourproject.jar".
You can have eclipse automatically generate a manifest file specifying
the main class, as it seems (in the jar export dialog).

Anthony Wherry wrote:
> I am still new to the game of programming but I have created a program
> that I want to run on windows without having to open eclipse or even
> need to use eclipse to run it. How would I go about doing that?
> Thank you
> Anthony Wherry
>
Previous Topic:ObjectContribution submenu
Next Topic:Welcome page in Eclipse 3.0.1
Goto Forum:
  


Current Time: Fri Aug 23 11:18:26 GMT 2024

Powered by FUDForum. Page generated in 0.04078 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top