Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » jface in eclipse app
jface in eclipse app [message #89644] Sat, 02 April 2005 03:42
Emerson Cargnin is currently offline Emerson CargninFriend
Messages: 125
Registered: July 2009
Senior Member
I have this problem, so here goes the answer:

http://bytemellc.com/dotText/kerrys/archive/2005/03/17.aspx

JFace ApplicationWindow issue resolved:
OK... duh... I read a couple of different articles tonight about using the
ApplicationWindow class from JFace, but I missed both times that I had to
include the org.eclipse.ui.workbench_<version>/workbench.jar and
org.eclipse.core.runtime_<version>/runtime.jar to get it to work.
I was having another problem with my JFace demo application tonight when it
cames to Actions. I had created a couple of private inner classes to handle
exit and another action that I was playing around with. Unfortunately,
whenever I clicked on the menu item or the toolbar entry, I would get a
stack trace in the Console window in Eclipse.
After doing some searching on Google for the past hour, I finally found out
that you also have to include org.eclipse.osgi_<version>/core.jar. I am
not sure exactly what this is for as of yet, but it allows everything to
work properly, so it got added. :)
Previous Topic:Using xml-Schema-Editor
Next Topic:M3 and M6
Goto Forum:
  


Current Time: Wed Jan 15 07:19:21 GMT 2025

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

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

Back to the top