Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » What libs need to be distributed with SWT/JFace apps?
What libs need to be distributed with SWT/JFace apps? [message #458703] Tue, 19 July 2005 16:25 Go to next message
Eclipse UserFriend
Originally posted by: bewing.discoverypartners.com

Can someone please explain what jar's need to be shipped with an app that
use version 3.1.0 of SWT and JFace?

With eclipse 3.0.x, we shipped these libs:
swt.jar
jface.jar
jfacetext.jar
osgi.jar
runtime.jar
text.jar

We realize that with eclipse 3.1, these files have been renamed (in a
better way).

The problem we're having is that we can no longer get our apps to run
outside of eclipse. We need to be able to install them on machines that
do not have eclipse on them.
Re: What libs need to be distributed with SWT/JFace apps? [message #458895 is a reply to message #458703] Mon, 25 July 2005 18:49 Go to previous message
Grant Gayed is currently offline Grant GayedFriend
Messages: 2150
Registered: July 2009
Senior Member
You'll need...
org.eclipse.swt
org.eclipse.swt.<platform fragment>
org.eclipse.jface
org.eclipse.jface.text

and it looks like the jface dependencies are now...
org.eclipse.core.commands
org.eclipse.core.runtime
org.eclipse.osgi
org.eclipse.text

(if this still does not help then you should re-ask on the eclipse.platform
newsgroup)

Grant

"BE" <bewing@discoverypartners.com> wrote in message
news:6a245a1f4d014813ea4066cd2734eb6b$1@www.eclipse.org...
> Can someone please explain what jar's need to be shipped with an app that
> use version 3.1.0 of SWT and JFace?
>
> With eclipse 3.0.x, we shipped these libs:
> swt.jar
> jface.jar
> jfacetext.jar
> osgi.jar
> runtime.jar
> text.jar
>
> We realize that with eclipse 3.1, these files have been renamed (in a
> better way).
>
> The problem we're having is that we can no longer get our apps to run
> outside of eclipse. We need to be able to install them on machines that
> do not have eclipse on them.
>
>
Previous Topic:how to control the different view by input?
Next Topic:Cell focus in a table
Goto Forum:
  


Current Time: Thu Apr 25 21:58:57 GMT 2024

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

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

Back to the top