Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Preload jar on Application-Start
Preload jar on Application-Start [message #444811] Tue, 21 February 2006 09:57 Go to next message
Eclipse UserFriend
Hi,

I've incooperatated Jasper-Reports into my application recently. The
first time generating a report takes extremly long because many
different jar-libs have to be loaded. If I could load them on
application start this would be a really great thing.

Tom
Re: Preload jar on Application-Start [message #444823 is a reply to message #444811] Tue, 21 February 2006 11:17 Go to previous messageGo to next message
Eclipse UserFriend
Usually plugins are loaded as they are needed - but there is also the
possibility to load them when eclipse starts.

As far as i know, the only thing you must do is to extend the extension
point org.eclipse.ui.startup.


Regards,
Stefan

Tom Schindl schrieb:
> Hi,
>
> I've incooperatated Jasper-Reports into my application recently. The
> first time generating a report takes extremly long because many
> different jar-libs have to be loaded. If I could load them on
> application start this would be a really great thing.
>
> Tom
Re: Preload jar on Application-Start [message #445001 is a reply to message #444823] Sat, 25 February 2006 15:01 Go to previous message
Eclipse UserFriend
Since you just want to initialize something that is not a the criticla
path you probably want to do that in a thread

Stefan Zugal wrote:
> Usually plugins are loaded as they are needed - but there is also the
> possibility to load them when eclipse starts.
>
> As far as i know, the only thing you must do is to extend the extension
> point org.eclipse.ui.startup.
>
>
> Regards,
> Stefan
>
> Tom Schindl schrieb:
>> Hi,
>>
>> I've incooperatated Jasper-Reports into my application recently. The
>> first time generating a report takes extremly long because many
>> different jar-libs have to be loaded. If I could load them on
>> application start this would be a really great thing.
>>
>> Tom
Previous Topic:Validating input in a TableViewer
Next Topic:Rcp app and 3rd party libraries
Goto Forum:
  


Current Time: Fri Jul 04 20:03:05 EDT 2025

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

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

Back to the top