Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] JFace Actions and Eclipse 3.0 - InvalidSyntaxException

Hello all,
 
hope this is the right mailing list, I'm trying to build an SWT app with jFace using Eclipse 3.0, but when I for example use the jface Actions i get an org/osgi/framework/InvalidSyntaxException
 
All the examples and tutorials i found where for an earlier Eclipse platform, not for 3.0 ... i was not able to figure out which .jars and libraries i have to set up in the project properties, i tried to include
 
plugins/org.eclipse.core.runtime_3.0.0/runtime.jar
plugins/org.eclipse.jface_3.0.0/jface.jar
plugins/org.eclipse.swt.win32_3.0.0/ws/win32/swt.jar
 
and the program compiles fine, but i get the runtime error mentioned above every time i use jface (for example: actions or jface tree).
 
even the ibm jface example doesnt work, i get the same error... could it be that i included a wrong library, but then the application shouldn't even compile!?
 
Many thanks for your help
 
Andreas

--------------------------------------------------------------------------------------------------------------------
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom
they are addressed.
If you have received this email in error please notify the
originator of the message. This footer also confirms that this
email message has been scanned for the presence of computer viruses.

Any views expressed in this message are those of the individual
sender, except where the sender specifies and with authority,
states them to be the views of The Royal College Of Surgeons in Ireland.

--------------------------------------------------------------------------------------------------------------------


Back to the top