Re: Simple question about jars

2010-11-18 Thread Jan
Alright, thank you Isuru -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.c

Re: Simple question about jars

2010-11-18 Thread Isuru Madusanka
For my knowledge. You must put all external libraries in the lib folder. Unless how program access the library. And it is not a bug. On Thu, Nov 18, 2010 at 7:11 PM, Jan wrote: > Hi community members, > > I am using classes which are part of org.w3c.css.sac. They are located > inside the GWT dev

Simple question about jars

2010-11-18 Thread Jan
Hi community members, I am using classes which are part of org.w3c.css.sac. They are located inside the GWT development jar "gwt-user.jar", which means I don't have to add external jars during coding. However if I run my GWT project I am getting the error java.lang.NoClassDefFoundError: org/w3c/c