Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Probelm with ZEST...
icon9.gif  Probelm with ZEST... [message #756428] Sun, 13 November 2011 09:52 Go to next message
michele  is currently offline michele Friend
Messages: 6
Registered: November 2011
Junior Member
Good morning to everyone!

I'm new in this forum and I'm sorry first for my English Smile 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 Sad
Sad Sad
Re: Probelm with ZEST... [message #756436 is a reply to message #756428] Sun, 13 November 2011 10:36 Go to previous messageGo to next message
Deepak Azad is currently offline Deepak AzadFriend
Messages: 543
Registered: July 2009
Senior Member
On 11/13/2011 3:22 PM, michele wrote:

> 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)
Re: Probelm with ZEST... [message #756537 is a reply to message #756436] Mon, 14 November 2011 09:08 Go to previous messageGo to next message
michele  is currently offline michele Friend
Messages: 6
Registered: November 2011
Junior Member
I tried that, but I have no answer... 427 people have seen the topic but no one answered Sad
Do you have any suggestions on what to do?
How do I include the jar files in my project?
Re: Probelm with ZEST... [message #756545 is a reply to message #756537] Mon, 14 November 2011 09:22 Go to previous messageGo to next message
Deepak Azad is currently offline Deepak AzadFriend
Messages: 543
Registered: July 2009
Senior Member
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?

http://www.wikihow.com/Add-JARs-to-Project-Build-Paths-in-Eclipse-(Java)
see 'Method 3' under adding external jars

Based on snippets from http://www.eclipse.org/gef/zest/snippets.php I
would guess that you needs to look for a jar named org.eclipse.zest.core
Re: Probelm with ZEST... [message #756607 is a reply to message #756545] Mon, 14 November 2011 14:04 Go to previous message
michele  is currently offline michele Friend
Messages: 6
Registered: November 2011
Junior Member
thank you very much! now It work!! Smile
Previous Topic:no grammar constraints dtd or xml schema detected for the document
Next Topic:Custom LaunchShortcut, debugger does not link source
Goto Forum:
  


Current Time: Thu Apr 18 18:09:14 GMT 2024

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

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

Back to the top