Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » WindowBuilder » Frameworks Missing Packages(Windows created with various frameworks have import errors.)
icon5.gif  Frameworks Missing Packages [message #1002579] Fri, 18 January 2013 21:53 Go to next message
Brian Austin is currently offline Brian AustinFriend
Messages: 6
Registered: January 2013
Junior Member
I have only recently downloaded Eclipse and I do not have much experience with Java in general. When creating WindowBuilder files to try out the different GUI Toolkits, I have encountered errors with import statements. The code:
SWT JFace:
import org.eclipse.jface.action.MenuManager;
import org.eclipse.jface.action.StatusLineManager;
import org.eclipse.jface.action.ToolBarManager;
import org.eclipse.jface.window.ApplicationWindow;

SWT:
import org.eclipse.swt.SWT;

XWT:
import org.eclipse.e4.xwt.XWT;

Swing does not give any errors. Why do the other frameworks not work?
Re: Frameworks Missing Packages [message #1003607 is a reply to message #1002579] Mon, 21 January 2013 15:54 Go to previous messageGo to next message
Eric Clayberg is currently offline Eric ClaybergFriend
Messages: 979
Registered: July 2009
Location: Boston, MA
Senior Member
Sounds like you haven't set up an SWT/JFace/RCP/XWT project with the proper classpath entries.

A simple Java project will not have the necessary classpath entries, so you would need to add them.
Re: Frameworks Missing Packages [message #1004246 is a reply to message #1002579] Tue, 22 January 2013 21:30 Go to previous messageGo to next message
Brian Austin is currently offline Brian AustinFriend
Messages: 6
Registered: January 2013
Junior Member
Thank you for responding. I believe that I have fixed the issue with SWT, but with XWT , I get an IsSafeRunnable error. JFace does not have any of the eclipse.jface packages installed.
Re: Frameworks Missing Packages [message #1004335 is a reply to message #1004246] Wed, 23 January 2013 02:05 Go to previous messageGo to next message
Eric Clayberg is currently offline Eric ClaybergFriend
Messages: 979
Registered: July 2009
Location: Boston, MA
Senior Member
I would suggest asking XWT-related questions in the Eclipse 4 forum.
Re: Frameworks Missing Packages [message #1004492 is a reply to message #1004335] Wed, 23 January 2013 10:52 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
XWT is it's own project now and has its own newsgroup.

Tom

Am 23.01.13 03:05, schrieb Eric Clayberg:
> I would suggest asking XWT-related questions in the Eclipse 4 forum.
Re: Frameworks Missing Packages [message #1004856 is a reply to message #1002579] Thu, 24 January 2013 02:10 Go to previous messageGo to next message
Eric Clayberg is currently offline Eric ClaybergFriend
Messages: 979
Registered: July 2009
Location: Boston, MA
Senior Member
Do you have a link? I coud not find a dedicated XWT forum.

All the relevant XWT traffic I could find was in the Eclipse 4 forum.
Re: Frameworks Missing Packages [message #1005022 is a reply to message #1004856] Thu, 24 January 2013 10:31 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Well I'm not using the forums ;-) but in my thunderbird I see it as
eclipse.xwt and to my knowledge there was a project proposal for XWT
which According to
https://bugs.eclipse.org/bugs/show_bug.cgi?id=373668#c24 which was
successful.

I don't know why it does not show up on the forum page. It is true that
some people who know XWT hang out at the e4 forum (I'm not one of them;-)

Tom

Am 24.01.13 03:10, schrieb Eric Clayberg:
> Do you have a link? I coud not find a dedicated XWT forum.
>
> All the relevant XWT traffic I could find was in the Eclipse 4 forum.
Re: Frameworks Missing Packages [message #1005517 is a reply to message #1004492] Fri, 25 January 2013 20:51 Go to previous messageGo to next message
Brian Austin is currently offline Brian AustinFriend
Messages: 6
Registered: January 2013
Junior Member
Thomas Schindl wrote on Wed, 23 January 2013 05:52
XWT is it's own project now and has its own newsgroup.


Thank you. I'll try there if this becomes a major issue.
Re: Frameworks Missing Packages [message #1005518 is a reply to message #1004492] Fri, 25 January 2013 20:53 Go to previous message
Brian Austin is currently offline Brian AustinFriend
Messages: 6
Registered: January 2013
Junior Member
No Message Body

[Updated on: Fri, 25 January 2013 20:53]

Report message to a moderator

Previous Topic:I18N - Modern Eclipse Messages Class doesn't show
Next Topic:Plzz Help me
Goto Forum:
  


Current Time: Fri Apr 19 23:15:23 GMT 2024

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

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

Back to the top