Arun Sundar
unread,Oct 19, 2011, 7:41:57 AM10/19/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gwtai
would like to know if third party libraries could be used in Applets
embedded within GWT ,if possible,plz let me know what configurations
need to be done.
I tried the following configuration just to check if the skype jar
file comes up in the war directory after GWT compile
1)in applet interface,added the following code
@Archive("GwtAI-Client-0.3.jar,GwtAI-Demo.jar,skype-java-
api-1.1.jar")
2)added the skype library in Eclipse classpath
then performed Google->GWT compile through eclipse,but couldnt find
skype jar in war directory.
Please correct me,thanks.