> > Could not find the GWT compiler jarfile. Serialization errors might occur > when accessing the persistent unit cache. > Starting > http://10.43.9.45:56704/com.google.gwt.user.cellview.CellView.JUnit/junit-standards.html?gwt.codesvr=10.43.9.45:56702on > browser FF17 > 200 - GET > /com.google.gwt.user.cellview.CellView.JUnit/junit-standards.html?gwt.codesvr= > 10.43.9.45:56702 (10.43.9.45) 2625 bytes > 200 - GET > /com.google.gwt.user.cellview.CellView.JUnit/com.google.gwt.user.cellview.CellView.JUnit.nocache.js > > (10.43.9.45) 8184 bytes > 200 - GET > /com.google.gwt.user.cellview.CellView.JUnit/com.google.gwt.user.cellview.CellView.JUnit.devmode.js > > (10.43.9.45) 15713 bytes > [WARN] Unable to read: > jar:file:/D:/sts-3.5.0/plugins/com.google.gwt.eclipse.sdkbundle_2.6.0/gwt-2.6.0/gwt-user.jar!/com/google/gwt/core/Core.gwtar. > > Skipping: java.io.InvalidClassException: > com.google.gwt.dev.javac.CompilationUnit; local class incompatible: stream > classdesc serialVersionUID = 3631357674639647071, local class > serialVersionUID = 5263131532433775474 > [WARN] Unable to read: > jar:file:/D:/sts-3.5.0/plugins/com.google.gwt.eclipse.sdkbundle_2.6.0/gwt-2.6.0/gwt-user.jar!/com/google/gwt/regexp/RegExp.gwtar. > > Skipping: java.io.InvalidClassException: > com.google.gwt.dev.javac.CompilationUnit; local class incompatible: stream > classdesc serialVersionUID = 3631357674639647071, local class > serialVersionUID = 5263131532433775474 > [WARN] Unable to read: > jar:file:/D:/sts-3.5.0/plugins/com.google.gwt.eclipse.sdkbundle_2.6.0/gwt-2.6.0/gwt-user.jar!/com/google/gwt/user/User.gwtar. > > Skipping: java.io.InvalidClassException: > com.google.gwt.dev.javac.CompilationUnit; local class incompatible: stream > classdesc serialVersionUID = 3631357674639647071, local class > serialVersionUID = 5263131532433775474 > [WARN] Unable to read: > jar:file:/D:/sts-3.5.0/plugins/com.google.gwt.eclipse.sdkbundle_2.6.0/gwt-2.6.0/gwt-user.jar!/com/google/web/bindery/event/Event.gwtar. > > Skipping: java.io.InvalidClassException: > com.google.gwt.dev.javac.CompilationUnit; local class incompatible: stream > classdesc serialVersionUID = 3631357674639647071, local class > serialVersionUID = 5263131532433775474 >
Looks like you have GWT 2.6 on class path. If you import gwt-user/gwt-dev correctly GPE should detect that you are using GWT from source. Under "project settings -> Google -> GWT" the SDK selection should be disabled and "use specific SDK" should be pre-selected. It should point to your GWT project. -- J. -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
