GWT designer with Eclipse 3.4M7

GWT Designer allows you to quickly create the modules, composites, panels, remote services and other elements that comprise Google Web Tookit applications.

Moderators: Konstantin.Scheglov, gnebling, Alexander.Mitin, jwren, Eric Clayberg

GWT designer with Eclipse 3.4M7

Postby peper » Sun May 11, 2008 11:51 am

Hello,

I am trying to use GWT designer with Eclipse 3.4M7 and when switching to the "Design" view I get:

Code: Select all
Plug-in Provider: Instantiations

Plug-in Name: GWT Designer Evaluation

Plug-in ID: com.swtdesigner

Plug-in Version: 4.0.0.200805110156



java.lang.NoSuchMethodException: org.eclipse.swt.browser.Mozilla.OnStateChange(long, long, long, long)

    at java.lang.Class.getDeclaredMethod(Class.java:1937)

    at com.instantiations.designer.gwt.moz.BrowserShell64.hackOnStateChange(BrowserShell64.java:79)

    at com.instantiations.designer.gwt.moz.BrowserShell.<init>(BrowserShell.java:59)

    at com.instantiations.designer.gwt.moz.BrowserShell64.<init>(BrowserShell64.java:14)

    at com.swtdesigner.gwt.support.browser.moz.GWTStateMoz.createBrowserShell(GWTStateMoz.java:57)

    at com.swtdesigner.gwt.model.widgets.support.GWTState.<init>(GWTState.java:126)

    at com.swtdesigner.gwt.support.browser.moz.GWTStateMoz.<init>(GWTStateMoz.java:31)

    at com.swtdesigner.gwt.support.browser.moz.BrowserSupportFactory.createState(BrowserSupportFactory.java:12)

    at com.swtdesigner.gwt.model.widgets.support.GWTState.createState(GWTState.java:1665)

    at com.swtdesigner.gwt.model.widgets.UIObjectInfo.getState(UIObjectInfo.java:412)

    at com.swtdesigner.gwt.model.widgets.UIObjectInfo.classByName(UIObjectInfo.java:186)

    at com.swtdesigner.gwt.model.widgets.UIObjectInfo.<init>(UIObjectInfo.java:68)

    at com.swtdesigner.gwt.model.widgets.WidgetInfo.<init>(WidgetInfo.java:52)

    at com.swtdesigner.gwt.model.widgets.panel.AbstractContainerInfo.<init>(AbstractContainerInfo.java:37)

    at com.swtdesigner.gwt.model.widgets.panel.PanelInfo.<init>(PanelInfo.java:25)

    at com.swtdesigner.gwt.model.widgets.panel.ComplexPanelInfo.<init>(ComplexPanelInfo.java:26)

    at com.swtdesigner.gwt.model.widgets.panel.AbsolutePanelInfo.<init>(AbsolutePanelInfo.java:36)

    at com.swtdesigner.gwt.model.widgets.panel.RootPanelInfo.<init>(RootPanelInfo.java:23)

    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)

    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)

    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)

    at com.swtdesigner.gwt.model.GWTJavaInfoFactory.create(GWTJavaInfoFactory.java:163)

    at com.swtdesigner.model.parser.factory.JavaInfoFactory.create(JavaInfoFactory.java:113)

    at com.swtdesigner.model.parser.factory.JavaInfoFactory.create(JavaInfoFactory.java:96)

    at com.swtdesigner.model.parser.factory.JavaInfoFactory.create(JavaInfoFactory.java:89)

    at com.swtdesigner.model.parser.JavaInfoParser$ParserVisitor.isComponentCreation(JavaInfoParser.java:3776)

    at com.swtdesigner.model.parser.JavaInfoParser$ParserVisitor.endVisit(JavaInfoParser.java:1887)

    at org.eclipse.jdt.core.dom.MethodInvocation.accept0(MethodInvocation.java:247)

    at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478)

    at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:2525)

    at org.eclipse.jdt.core.dom.VariableDeclarationFragment.accept0(VariableDeclarationFragment.java:225)

    at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478)

    at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2548)

    at org.eclipse.jdt.core.dom.VariableDeclarationStatement.accept0(VariableDeclarationStatement.java:273)

    at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478)

    at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2548)

    at org.eclipse.jdt.core.dom.Block.accept0(Block.java:136)

    at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478)

    at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:2525)

    at org.eclipse.jdt.core.dom.MethodDeclaration.accept0(MethodDeclaration.java:502)

    at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478)

    at com.swtdesigner.model.parser.JavaInfoParser$ParserVisitor.visit(JavaInfoParser.java:3013)

    at org.eclipse.jdt.core.dom.TypeDeclaration.accept0(TypeDeclaration.java:467)

    at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478)

    at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2548)

    at org.eclipse.jdt.core.dom.CompilationUnit.accept0(CompilationUnit.java:214)

    at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478)

    at com.swtdesigner.model.parser.JavaInfoParser.parse(JavaInfoParser.java:320)

    at com.swtdesigner.gef.DesignerEditor.parseCompilationUnit(DesignerEditor.java:1149)

    at com.swtdesigner.gef.DesignerEditor$17.execute(DesignerEditor.java:1077)

    at com.swtdesigner.model.swing.properties.custom.DesignTimeHelper.execute(DesignTimeHelper.java:54)

    at com.swtdesigner.gef.DesignerEditor.handleActivate(DesignerEditor.java:1071)

    at com.swtdesigner.gef.DesignerEditor.handleActivate(DesignerEditor.java:1062)

    at com.swtdesigner.editors.MultiPageEditor.showDesignEditor(MultiPageEditor.java:391)

    at com.swtdesigner.editors.MultiPageEditor$2.widgetSelected(MultiPageEditor.java:178)

    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:227)

    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)

    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1154)

    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1178)

    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1163)

    at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1004)

    at org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.java:3238)

    at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:2013)

    at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:316)

    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)

    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1154)

    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3398)

    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3030)

    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2394)

    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2358)

    at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2210)

    at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:494)

    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)

    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:489)

    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)

    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:112)

    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)

    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)

    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)

    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:379)

    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)

    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    at java.lang.reflect.Method.invoke(Method.java:597)

    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)

    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)

    at org.eclipse.equinox.launcher.Main.run(Main.java:1236)

    at org.eclipse.equinox.launcher.Main.main(Main.java:1212)



Full stack trace (to see full context):

org.apache.commons.lang.exception.NestableError: org.apache.commons.lang.exception.NestableError: com.swtdesigner.properties.PropertyException: java.lang.reflect.InvocationTargetException

    at com.swtdesigner.model.parser.JavaInfoParser$ParserVisitor.isComponentCreation(JavaInfoParser.java:3787)

    at com.swtdesigner.model.parser.JavaInfoParser$ParserVisitor.endVisit(JavaInfoParser.java:1887)

    at org.eclipse.jdt.core.dom.MethodInvocation.accept0(MethodInvocation.java:247)

    at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478)

    at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:2525)

    at org.eclipse.jdt.core.dom.VariableDeclarationFragment.accept0(VariableDeclarationFragment.java:225)

    at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478)

    at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2548)

    at org.eclipse.jdt.core.dom.VariableDeclarationStatement.accept0(VariableDeclarationStatement.java:273)

    at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478)

    at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2548)

    at org.eclipse.jdt.core.dom.Block.accept0(Block.java:136)

    at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478)

    at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:2525)

    at org.eclipse.jdt.core.dom.MethodDeclaration.accept0(MethodDeclaration.java:502)

    at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478)

    at com.swtdesigner.model.parser.JavaInfoParser$ParserVisitor.visit(JavaInfoParser.java:3013)

    at org.eclipse.jdt.core.dom.TypeDeclaration.accept0(TypeDeclaration.java:467)

    at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478)

    at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2548)

    at org.eclipse.jdt.core.dom.CompilationUnit.accept0(CompilationUnit.java:214)

    at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478)

    at com.swtdesigner.model.parser.JavaInfoParser.parse(JavaInfoParser.java:320)

    at com.swtdesigner.gef.DesignerEditor.parseCompilationUnit(DesignerEditor.java:1149)

    at com.swtdesigner.gef.DesignerEditor$17.execute(DesignerEditor.java:1077)

    at com.swtdesigner.model.swing.properties.custom.DesignTimeHelper.execute(DesignTimeHelper.java:54)

    at com.swtdesigner.gef.DesignerEditor.handleActivate(DesignerEditor.java:1071)

    at com.swtdesigner.gef.DesignerEditor.handleActivate(DesignerEditor.java:1062)

    at com.swtdesigner.editors.MultiPageEditor.showDesignEditor(MultiPageEditor.java:391)

    at com.swtdesigner.editors.MultiPageEditor$2.widgetSelected(MultiPageEditor.java:178)

    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:227)

    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)

    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1154)

    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1178)

    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1163)

    at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1004)

    at org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.java:3238)

    at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:2013)

    at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:316)

    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)

    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1154)

    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3398)

    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3030)

    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2394)

    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2358)

    at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2210)

    at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:494)

    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)

    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:489)

    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)

    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:112)

    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)

    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)

    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)

    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:379)

    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)

    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    at java.lang.reflect.Method.invoke(Method.java:597)

    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)

    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)

    at org.eclipse.equinox.launcher.Main.run(Main.java:1236)

    at org.eclipse.equinox.launcher.Main.main(Main.java:1212)

Caused by: org.apache.commons.lang.exception.NestableError: com.swtdesigner.properties.PropertyException: java.lang.reflect.InvocationTargetException

    at com.swtdesigner.model.parser.factory.JavaInfoFactory.create(JavaInfoFactory.java:119)

    at com.swtdesigner.model.parser.factory.JavaInfoFactory.create(JavaInfoFactory.java:96)

    at com.swtdesigner.model.parser.factory.JavaInfoFactory.create(JavaInfoFactory.java:89)

    at com.swtdesigner.model.parser.JavaInfoParser$ParserVisitor.isComponentCreation(JavaInfoParser.java:3776)

    ... 63 more

Caused by: com.swtdesigner.properties.PropertyException: java.lang.reflect.InvocationTargetException

    at com.swtdesigner.gwt.model.GWTJavaInfoFactory.create(GWTJavaInfoFactory.java:171)

    at com.swtdesigner.model.parser.factory.JavaInfoFactory.create(JavaInfoFactory.java:113)

    ... 66 more

Caused by: java.lang.reflect.InvocationTargetException

    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)

    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)

    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)

    at com.swtdesigner.gwt.model.GWTJavaInfoFactory.create(GWTJavaInfoFactory.java:163)

    ... 67 more

Caused by: org.apache.commons.lang.exception.NestableError: org.apache.commons.lang.exception.NestableError: org.apache.commons.lang.exception.NestableError: org.apache.commons.lang.exception.NestableError: java.lang.NoSuchMethodException: org.eclipse.swt.browser.Mozilla.OnStateChange(long, long, long, long)

    at com.swtdesigner.gwt.model.widgets.UIObjectInfo.classByName(UIObjectInfo.java:188)

    at com.swtdesigner.gwt.model.widgets.UIObjectInfo.<init>(UIObjectInfo.java:68)

    at com.swtdesigner.gwt.model.widgets.WidgetInfo.<init>(WidgetInfo.java:52)

    at com.swtdesigner.gwt.model.widgets.panel.AbstractContainerInfo.<init>(AbstractContainerInfo.java:37)

    at com.swtdesigner.gwt.model.widgets.panel.PanelInfo.<init>(PanelInfo.java:25)

    at com.swtdesigner.gwt.model.widgets.panel.ComplexPanelInfo.<init>(ComplexPanelInfo.java:26)

    at com.swtdesigner.gwt.model.widgets.panel.AbsolutePanelInfo.<init>(AbsolutePanelInfo.java:36)

    at com.swtdesigner.gwt.model.widgets.panel.RootPanelInfo.<init>(RootPanelInfo.java:23)

    ... 72 more

Caused by: org.apache.commons.lang.exception.NestableError: org.apache.commons.lang.exception.NestableError: org.apache.commons.lang.exception.NestableError: java.lang.NoSuchMethodException: org.eclipse.swt.browser.Mozilla.OnStateChange(long, long, long, long)

    at com.swtdesigner.gwt.model.widgets.UIObjectInfo.getState(UIObjectInfo.java:419)

    at com.swtdesigner.gwt.model.widgets.UIObjectInfo.classByName(UIObjectInfo.java:186)

    ... 79 more

Caused by: org.apache.commons.lang.exception.NestableError: org.apache.commons.lang.exception.NestableError: java.lang.NoSuchMethodException: org.eclipse.swt.browser.Mozilla.OnStateChange(long, long, long, long)

    at com.swtdesigner.gwt.model.widgets.support.GWTState.<init>(GWTState.java:142)

    at com.swtdesigner.gwt.support.browser.moz.GWTStateMoz.<init>(GWTStateMoz.java:31)

    at com.swtdesigner.gwt.support.browser.moz.BrowserSupportFactory.createState(BrowserSupportFactory.java:12)

    at com.swtdesigner.gwt.model.widgets.support.GWTState.createState(GWTState.java:1665)

    at com.swtdesigner.gwt.model.widgets.UIObjectInfo.getState(UIObjectInfo.java:412)

    ... 80 more

Caused by: org.apache.commons.lang.exception.NestableError: java.lang.NoSuchMethodException: org.eclipse.swt.browser.Mozilla.OnStateChange(long, long, long, long)

    at com.instantiations.designer.gwt.moz.BrowserShell.<init>(BrowserShell.java:62)

    at com.instantiations.designer.gwt.moz.BrowserShell64.<init>(BrowserShell64.java:14)

    at com.swtdesigner.gwt.support.browser.moz.GWTStateMoz.createBrowserShell(GWTStateMoz.java:57)

    at com.swtdesigner.gwt.model.widgets.support.GWTState.<init>(GWTState.java:126)

    ... 84 more

Caused by: java.lang.NoSuchMethodException: org.eclipse.swt.browser.Mozilla.OnStateChange(long, long, long, long)

    at java.lang.Class.getDeclaredMethod(Class.java:1937)

    at com.instantiations.designer.gwt.moz.BrowserShell64.hackOnStateChange(BrowserShell64.java:79)

    at com.instantiations.designer.gwt.moz.BrowserShell.<init>(BrowserShell.java:59)

    ... 87 more



Designer Configuration Details:



Product: GWT Designer Evaluation

Version: 4.0.0.200805110156

Expected: Eclipse 3.3

Actual: Eclipse 3.4.0.v20080421-1805

Actual Eclipse Build Name:

Actual Eclipse Build ID: I20080502-0100

IDE Actual Name: Eclipse SDK

IDE Actual Version: 3.4.0.v200805020100

IDE Actual NL: en_US

Activation Key: GWTDesignerEval-EK0SH-JM1AP-JZGY9

Physical Address: 00-16-36-7D-19-47

Code Gen: Flat Mode, Use Existing, First Assignment, Make Final

Events: Anonymous Class

GWT Home: /home/peper/devel/gwt/gwt-linux-1.4.62

Platform Product: Eclipse SDK

Platform Version: 3.4.0.v200805020100

OS Name: Linux

OS Architecture: amd64

OS Version: 2.6.24-rc7-g4fd3670e-dirty


btw. the reason i'm trying to use 3.4M7 is that i can't get the Internal web browser working with Eclipse 3.3.2 nor 3.3.1.1. When trying to open the "Design" view or Window > Show View > Other > General > Internal Web Browser I get:

Code: Select all
# Java VM: Java HotSpot(TM) 64-Bit Server VM (10.0-b22 mixed mode linux-amd64)
# Problematic frame:
# C  [libmozjs.so+0x26b13]

Attaching a full report.

Any clues for either of these problems?
peper
 
Posts: 4
Joined: Sun May 11, 2008 11:37 am

Re: GWT designer with Eclipse 3.4M7

Postby peper » Sun May 11, 2008 11:53 am

hmm, can't upload the full report, i'm getting "The extension log is not allowed." error.

Uploaded it to my server: http://piotrj.org/eclipse_report.log
peper
 
Posts: 4
Joined: Sun May 11, 2008 11:37 am

Re: GWT designer with Eclipse 3.4M7

Postby peper » Sun May 11, 2008 3:15 pm

I have installed xulrunner and reinstalled swt and things look a bit better now - I can run the internal web browser now.

When switching to Design view I got:
Code: Select all
java.lang.UnsatisfiedLinkError: no gwt-ll in java.library.path


So i added GWT to LD_LIBRARY_PATH and now I am getting:

Code: Select all
java.lang.UnsatisfiedLinkError: /home/peper/devel/gwt/gwt-linux-1.4.62/libgwt-ll.so: /home/peper/devel/gwt/gwt-linux-1.4.62/libgwt-ll.so: wrong ELF class: ELFCLASS32 (Possible cause: architecture word width mismatch)


And the question is whether it's possible at all to use GWT Designer with 64bit JVM and Eclipse.
peper
 
Posts: 4
Joined: Sun May 11, 2008 11:37 am

Re: GWT designer with Eclipse 3.4M7

Postby Alexander.Mitin » Mon May 12, 2008 4:43 am

peper wrote:When switching to Design view I got:
Code: Select all
java.lang.UnsatisfiedLinkError: no gwt-ll in java.library.path

We've added the support for 64-bit Linux very recently, please give a try to the latest stable build.
Also you should note that GWT itself does not support 64-bit Linux. Thats why you've got the error after adding GWT to LD_LIBRARY_PATH. And this means that you won't be able to run GWT in hosted mode.
Alexander Mitin
Alexander.Mitin
Moderator
 
Posts: 155
Joined: Fri Jan 19, 2007 3:57 am

Re: GWT designer with Eclipse 3.4M7

Postby peper » Mon May 12, 2008 5:13 am

Alexander.Mitin wrote:We've added the support for 64-bit Linux very recently, please give a try to the latest stable build.

Where very recently = today, nice job. I was thinking about rebuilding libgwt-ll on my own, but thought i would ask first :)

Alexander.Mitin wrote:Also you should note that GWT itself does not support 64-bit Linux. Thats why you've got the error after adding GWT to LD_LIBRARY_PATH. And this means that you won't be able to run GWT in hosted mode.

I do have a 32bit JVM so i just set it as my project JVM and it works fine.

Many thanks, everything seems to work now.

P.S. Is the 3.4M7 not supported currently or do I have something misconfigured?
peper
 
Posts: 4
Joined: Sun May 11, 2008 11:37 am

Re: GWT designer with Eclipse 3.4M7

Postby Alexander.Mitin » Mon May 12, 2008 9:36 am

peper wrote:Where very recently = today, nice job. I was thinking about rebuilding libgwt-ll on my own, but thought i would ask first :)

Rebuilding the libgwt-ll is not good idea, because we've modified it to be able to work with any modern GRE installed in the system, but GWT guys use the own mozilla binaries.
peper wrote:I do have a 32bit JVM so i just set it as my project JVM and it works fine.

Excellent, we possibly have to update our docs.
peper wrote:P.S. Is the 3.4M7 not supported currently or do I have something misconfigured?

Not fully supported yet. :)
Alexander Mitin
Alexander.Mitin
Moderator
 
Posts: 155
Joined: Fri Jan 19, 2007 3:57 am


Return to GWT Designer

Who is online

Users browsing this forum: No registered users and 3 guests