To be able to use pictures from the web, since 2014 it is necasary to turn off a security feature. ! No net secu !....wups
CORBS
with googlechrome:
...\chrome.exe --allow-file-access-from-files --disable-web-security
with firefox:
about:config -> security.fileuri.strict_origin_policy -> false
Here are some links:
http://joshuamcginnis.com/2011/02/28/how-to-disable-same-origin-policy-in-chrome/
http://stackoverflow.com/questions/17088609/disable-firefox-same-origin-policy... read more
adding the classes int the gwt.xml and inside the jars adding the class.xml file:
so there are two things to do, if adding a external library:
1. adding the class in the com.gwt.xml (projectname.gwt.xml) and
2. adding a classname.gwt.xml file with the name of the class inside
...more you can find here, how to handle eclipse and gwt:
http://www.vogella.com/tutorials/GWTModules/article.html
searching the net: >> Using external jars / Java projects in GWT <<... read more
I was not able to use external classes at version 4.
Maby with later releases the binding becomes clear.
For version 4 i was simply adding sourcecode directories :)
for the classes:
neuroph...
gwt-text
gwtwidgets
....
ufff
....
gwt 2.6
google appengine 1.8.9
neuroph 2.7 ! (( 2.8 is comming ))
gwtext 2.0.6
gwtwidgets 0.0.4
......
!!!
In all bibliothecs above, the .gwt.xml files added manual.
Verry much work, but it is easy after understanding, what and how it is working.
Also eclipse is showing verry nice all classes which need .gwt.xml files.... read more