Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » The import ***** cannot be resolved
The import ***** cannot be resolved [message #888064] Sun, 17 June 2012 16:18 Go to next message
Aya Zoghby is currently offline Aya ZoghbyFriend
Messages: 1
Registered: June 2012
Junior Member
Hi,
I am new in using Eclipse, and I am trying the code of the book "Semantic Web Programming" presented at its website: semwebprogramming.org/?page_id=11


I am now try the project of Chapter 2 that is attached with the post , but once I loaded the code in Eclipse, I got a lot of errors like:

"The import ***** cannot be resolved" at :

import java.io.IOException;
import java.io.InputStream;
import java.util.Iterator;


and "Implicit super constructor Object() is undefined for default constructor. Must define an explicit constructor" at the HelloSemanticWeb Class.

Also other errors are appeared in the rest of the file.

I think I have a problem in my settings, so please help me going on in the studing of the rest book's code.

Thanks so much in Advance,
Aya.
Re: The import ***** cannot be resolved [message #888362 is a reply to message #888064] Mon, 18 June 2012 03:16 Go to previous message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 06/17/2012 10:18 AM, Aya Zoghby wrote:
> Hi,
> I am new in using Eclipse, and I am trying the code of the book
> "Semantic Web Programming" presented at its website:
> semwebprogramming.org/?page_id=11
>
>
> I am now try the project of Chapter 2 that is attached with the post ,
> but once I loaded the code in Eclipse, I got a lot of errors like:
>
> "The import ***** cannot be resolved" at :
>
> import java.io.IOException;
> import java.io.InputStream;
> import java.util.Iterator;
>
>
> and "Implicit super constructor Object() is undefined for default
> constructor. Must define an explicit constructor" at the
> HelloSemanticWeb Class.
>
> Also other errors are appeared in the rest of the file.
>
> I think I have a problem in my settings, so please help me going on in
> the studing of the rest book's code.
>
> Thanks so much in Advance,
> Aya.

Hard to say as you say '******' instead of a real symbol, but do you
have a proper Sun JDK installed and wired up to Eclipse?
Previous Topic:Eclipse not opening
Next Topic:can not deactivate handler (only toolbar)
Goto Forum:
  


Current Time: Wed Apr 24 18:54:40 GMT 2024

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

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

Back to the top