Compiling Java source files in module 'com.mycompany.my'
   Removing units with errors
      Errors in 'file:/C:/Documents%20and%20Settings/semanticweb/
Desktop/gwt-windows-1.5.3/src/com/mycompany/client/my.java'
         Line 18: The import com.hp cannot be resolved
         Line 30: OntModel cannot be resolved to a type

Finding entry point classes
   Unable to find type 'com.mycompany.client.my'
      Hint: Previous compiler errors may have made this type
unavailable
      Hint: Check the inheritance chain from your module; it may not
be inheriting a required module or a module may not be adding its
source path entries properly


i have problem. i can't import the files that i have referenced.

i tried some codes in gwt.xml but didn't run

<entry-point class="com.hp.hpl.jena.ontology.OntModel"/>
        <stylesheet src='OntModel.css'/>


or

<entry-point class="com.hp.hpl.jena.ontology.OntModel."/>

how can i solve this problem

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to