Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Ecllipse Application Launcher
Ecllipse Application Launcher [message #453364] Thu, 27 July 2006 14:36 Go to next message
ChrisTina Lewin is currently offline ChrisTina LewinFriend
Messages: 10
Registered: July 2009
Junior Member
In the main tab there is a field "Bootstrap Entries" where
you can put additional java classpath entries. They are
added to the java.class.path.
My question is:
If I define a product and export said product I lose these
entries and my application doesn't run.
I tried entries in eclipse.ini like
-Djava.class.path c:\temp or
-Ddev c:\temp

it didn't work. The entry was just ignored.

What is the equivalent to Bootstrap Entries for an
exported product?

I've tried so much, read zillions of blogs and web entries,
but found nothing so far.

Cheers,
Christine
Re: Ecllipse Application Launcher [message #453403 is a reply to message #453364] Fri, 28 July 2006 13:02 Go to previous message
Eclipse UserFriend
Originally posted by: baldin.gmail.com

Christine,

Try convert you external JAR to Plugin from existing JAR archives, export
packages in this new plugin in runtime tab, and put this plugin in
dependencies tab from you major plugin.

Think that, you never pain with others dependencies !!!

regards,

Davi

"ChrisTina Lewin" <christine.lewin@wincor-nixdorf.ch> escreveu na mensagem
news:eaaj1r$k4h$1@utils.eclipse.org...
> In the main tab there is a field "Bootstrap Entries" where
> you can put additional java classpath entries. They are
> added to the java.class.path.
> My question is:
> If I define a product and export said product I lose these
> entries and my application doesn't run.
> I tried entries in eclipse.ini like
> -Djava.class.path c:\temp or
> -Ddev c:\temp
>
> it didn't work. The entry was just ignored.
>
> What is the equivalent to Bootstrap Entries for an
> exported product?
>
> I've tried so much, read zillions of blogs and web entries,
> but found nothing so far.
>
> Cheers,
> Christine
>
Previous Topic:dynamic menus in a RCP standalone appplication like "Window --> Show View"
Next Topic:What is best way to set a property outside RCP application for use by the RCP ap
Goto Forum:
  


Current Time: Mon Oct 07 04:34:45 GMT 2024

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

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

Back to the top