Hi Mike, On Fri, Jul 30, 2010 at 10:13 AM, Mike M <[email protected]> wrote:
> I'm relatively new to Java. I have cloned the "libraries" repository > just fine. I'm trying to use it in a GWT project I'm doing, but can't > get Eclipse to find the Java resources in the directories. What I did > after cloning was to go to the project's properties -> Java Build Path > -> Libraries -> Add External Class Folder per the instructions at > > http://wiki.eclipse.org/FAQ_How_do_I_add_an_extra_library_to_my_project%27s_classpath%3F > . > In Eclipse's Package Explorer, it lists any CSS or XML files, but none > of the Java files. > > How do I fix this so I can import the code properly? > I believe it is not really an external class folder since it contains only source files. At the moment I suggest that you create a new Java Project with as existing source the current libraries project. You can then, on your GWT project, go to Project Properties -> Java Build Path -> Projects and add the libraries project. This should hopefully do the trick for you. Greetings, Lennard P.S. Be sure to sync up since the third_party folders have been added to the library project. -- You received this message because you are subscribed to the Google Groups "Wave Protocol" 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/wave-protocol?hl=en.
