I can't compile if the number of oracle records is too high (around 1150 but
it depends on the content of each)
It will quite happily screw up any project I move it to.

Anyone know of a fix?

Ian


[ERROR] Unexpected internal compiler error
java.lang.NoClassDefFoundError: Could not initialize class
com.google.gwt.dev.jjs.InternalCompilerException
at
com.google.gwt.dev.js.ast.JsVisitor.translateException(JsVisitor.java:445)
at com.google.gwt.dev.js.ast.JsVisitor.doTraverse(JsVisitor.java:431)
at com.google.gwt.dev.js.ast.JsVisitor.doAccept(JsVisitor.java:404)
at com.google.gwt.dev.js.ast.JsVisitor.accept(JsVisitor.java:94)
at
com.google.gwt.dev.jjs.JavaToJavaScriptCompiler.compile(JavaToJavaScriptCompiler.java:472)
at com.google.gwt.dev.GWTCompiler.realizePermutation(GWTCompiler.java:511)
at com.google.gwt.dev.GWTCompiler.compilePermutations(GWTCompiler.java:442)
at com.google.gwt.dev.GWTCompiler.distill(GWTCompiler.java:358)
at com.google.gwt.dev.GWTShell.compile(GWTShell.java:639)
at
com.google.gwt.dev.GWTShell$BrowserWidgetHostImpl.compile(GWTShell.java:220)
at
com.google.gwt.dev.GWTShell$BrowserWidgetHostImpl.compile(GWTShell.java:227)
at
com.google.gwt.dev.shell.BrowserWidget$Toolbar.widgetSelected(BrowserWidget.java:132)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)
at com.google.gwt.dev.GWTShell.pumpEventLoop(GWTShell.java:720)
at com.google.gwt.dev.GWTShell.run(GWTShell.java:593)
at com.google.gwt.dev.GWTShell.main(GWTShell.java:357)

--~--~---------~--~----~------------~-------~--~----~
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-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to