Hi,

I have solved my problem.
Below I give solution.

BR
Rafal Laczek
Solution: add the java nature
1.Close your project.
2.Open your project file (which is located in your root directory of the 
appropriate project) called .project with your default editor. Search for
  <natures>
  </natures>
and change it to
    <natures>
        <nature>org.eclipse.jdt.core.javanature</nature>
    </natures>
Store the changed file.
3.Open the project again - now it's a java project.


Dnia 12-04-2010 o godz. 16:16 Rafał Laczek napisał(a):
> Hi,
> 
> I have imported the project from the server to the workspace in my pc.
> I have a problem with highlighting syntax errors.
> Can you advise me how to set up the project.
> NB: I use Eclipse.
> 
> Thanks!
> Best regards,
> Rafal
> 
> 
> --
> You received this message because you are subscribed to the Google
> Groups "Java EE (J2EE) Programming with Passion!" group.
> To post to this group, send email to
> java-ee-j2ee-programming-with-passion@googlegroups.com
> To unsubscribe from this group, send email to
> java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en?hl=en
> 
> To unsubscribe, reply using "remove me" as the subject.


-- 
You received this message because you are subscribed to the Google
Groups "Java EE (J2EE) Programming with Passion!" group.
To post to this group, send email to
java-ee-j2ee-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to
java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en?hl=en

Reply via email to