Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    adding external jar files

    Hi everyone

    in my application i need to add an external jar file. the database connections, methods to execute storedprocedures are written in this jar file. i added into the
    build path and also copied to lib folder but when i compile/run i am getting the error as

    " The import com.adasoftware cannot be resolved" where com.adasoftware is a package inside the jar file.

    also
    Code:
             [ERROR] Line 16: No source code is available for type org.w3c.dom.Document; did you forget to inherit a required module?
    
             [ERROR] Line 19: No source code is available for type java.util.Properties; did you forget to inherit a required module?
    is getting. the code is written in server side.

    please help

    #2
    Double check that you are not using it in client side code.
    Br//Marije

    Comment


      #3
      i am using DMI to call the java classes..
      am the java files are in server package. which is being called from client package.

      is there any seperate settings by which gwt will know that this is server package and this is client package.

      i am new to this. so this is a bit confusing to me. earlier i was using JSF.

      is RPC is the only way to have a client and server arcituture.

      please help

      Comment


        #4
        Please see this thread:
        http://forums.smartclient.com/showthread.php?t=12617
        Br//Marije

        Comment

        Working...
        X