I'm new in this forum and I'm sorry first for my English and second for the question..
I have a problem with the installation of zest or at least I think...
I would try to use the programs on the page: eclipse.org/gef/zest/snippets
I have the eclipse 3.7.1 INDIGO and to install gef I used: help---> install new software and I install the gef sdk 3.7.1
I don't know why but after that if I try to create a package with the name of the example: package org.eclipse.zest.tests.swt; eclipse write: Invalid package name. 'package org' is not a valid Java identifier
And if I use a different package and I copy the code of the the program (obviously with the new package), eclipse report for every import: the import org.eclipse... cannot be resolved.
Someone would be able to help me? I'm really in trouble
> And if I use a different package and I copy the code of the the program
> (obviously with the new package), eclipse report for every import: the
> import org.eclipse... cannot be resolved.
The errors means that Eclipse cannot find the types to be imported. You
need to add the required 'library jar' to the 'Build Path.
(If you do not know which 'jar' you need to add, please post a question
on 'Zest' forums)
I tried that, but I have no answer... 427 people have seen the topic but no one answered
Do you have any suggestions on what to do?
How do I include the jar files in my project?
On 11/14/2011 2:38 PM, michele wrote:
> I tried that, but I have no answer... 427 people have seen the topic but
> no one answered :(
> Do you have any suggestions on what to do?
> How do I include the jar files in my project?