[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.platform] Re: Help on jar file creation
|
- From: Jannis Hermanns <jannis@xxxxxxxxx>
- Date: Sun, 19 Mar 2006 13:35:17 +0100
- Newsgroups: eclipse.platform
- Organization: EclipseCorner
- User-agent: Thunderbird 1.5 (Macintosh/20051201)
Ted wrote:
> I am developing an app using the Eclipse platform and I am having a
> problem exporting a jar file.
>
> The app run without error on the IDE but when I create a jar file it
> will not run, but terminates immediately. This did not happen previously
> when the jar file was created and was executable. I do specify the main
> class when creating the jar.
>
> Anyone have any ideas about what is going on?
Maybe you're missing some external jars your project needs to run? If
so, you could try the fatjar exporter, it works great and includes all
required external jars into one jar.
Cheers,
Jannis.