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
Eclipse UserFriend
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
Eclipse UserFriend
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
Eclipse UserFriend
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
Eclipse UserFriend
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
Eclipse UserFriend
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
Eclipse UserFriend
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
Eclipse UserFriend
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
Eclipse UserFriend
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
Eclipse UserFriend
No Message Body

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

Report message to a moderator

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


Current Time: Sun Feb 16 08:46:52 GMT 2025

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

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

Back to the top