Hi, I have a gwt project, myProject1 ongoing in eclipse and I want to add another project into this, myProject2. This is what I have done so far: 1. Open my first gwt project in eclipse, myProject1. 2. Selected Import->Existing project into workspace and selected myProject2. The project explorer in eclipse now shows the two projects. 3. Added myProject2 to the Properties->Java Build Path->Projects tab in myProject1. 4. Added "import <package name of myProject2>.myClass2" at the top of the java file in myProject1 that is my client GUI file. I am now able to use the myClass2 class (that is found in myProject2) in the myProject1. BUT, here is my problem: I can not compile the GWT project and I can not go to the Design view of my java file anymore. I will get the error: [ERROR] Line 1283: No source code is available for type <package name of myProject2>.myClass2; did you forget to inherit a required module?
How do I solve this? The myProject2 contains java files and also uses a jar file. -- 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.
