Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Jface
Jface [message #436447] Thu, 08 September 2005 17:39 Go to next message
Eclipse UserFriend
Originally posted by: davidyoung_2001.yahoo.co.uk

I'm trying to code the following

import org.eclipse.jface.window.*;

it's clerly not in my path but where do I find the relevant file
Re: Jface [message #436449 is a reply to message #436447] Thu, 08 September 2005 22:51 Go to previous messageGo to next message
Dan Phifer is currently offline Dan PhiferFriend
Messages: 72
Registered: July 2009
Member
have you included org.eclipse.ui on the dependencies tab in your
plugin.xml file?
Re: Jface [message #436532 is a reply to message #436449] Mon, 12 September 2005 10:29 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: davidyoung_2001.yahoo.co.uk

OK obviously not made my request clear - I'm trying to write a Java
Application using the RCP APIs without doing it as a Plugin Project.

So I want to just import thre relevant files and code the RCP calls - is
this possible
Re: Jface [message #436541 is a reply to message #436532] Mon, 12 September 2005 21:54 Go to previous message
Boris Bokowski is currently offline Boris BokowskiFriend
Messages: 272
Registered: July 2009
Senior Member
It is possible to just use JFace and SWT in a standalone Java application,
see bugzilla 49497. The result will not be a RCP application though.

Add the respective jar files for SWT and JFace to your project's classpath.
You will also need the jar file for org.eclipse.core.runtime, or if you are
concerned about the size of the latter jar file, compile the classes found
in CVS under org.eclipse.jface/runtime-util into a runtime-util.jar to be
used instead of the full runtime jar file.

Boris.

"david young" <davidyoung_2001@yahoo.co.uk> wrote in message
news:7d7fd56e292beab2f6eadea71300f9cb$1@www.eclipse.org...
> OK obviously not made my request clear - I'm trying to write a Java
> Application using the RCP APIs without doing it as a Plugin Project.
>
> So I want to just import thre relevant files and code the RCP calls - is
> this possible
>
Previous Topic:Help: set Property Sheet column widths programmatically
Next Topic:StatusBar
Goto Forum:
  


Current Time: Sat Dec 07 18:52:36 GMT 2024

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

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

Back to the top