Alain Le Cur
Unregistered
|
|
When I ran the sample program in the JFace primer of Rich clients with the SWT and JFace, I got a run time error when I clicked the exit button, for example. By tracing this error I guessed (and believe me it was a guess!) that it came from a class in the osgi plugin being missing. When I included the jar for osgi in the libray I was using in JBuilder Developer 9 everything worked out fine!
|
Jesse Carroll
Unregistered
|
|
Same happened to me. Also, I was getting a crash when the program started until I included runtime.jar from org.eclipse.core.runtime. This was with SWT 3.0, though.
|