Mary-Anne Wolf
unread,Dec 5, 2009, 7:20:06 PM12/5/09Sign 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 Google Web Toolkit
I have been puzzling over your post for days.
Thank-you, but I still do not understand.
I am running GWT 1.5.3, which is <2.0 as you had guessed.
I am trying to run it within Eclipse using a .launch file.
I have an existing .launch file which is filled with Windows-specific
pointers to libraries, I have created a second .launch file
which copies the first and substitutes in Linux equivalents.
It is this second file which I am trying to use on Gentoo Linux,
and which seems to be referencing mozilla-hosted-browser.conf.
When I open the .html file using a browser from within Eclipse,
which I assume must be Xulrunner, without running .launch,
I get a blank page, so I must assume that the .launch is
setting up some essential things the plain HTML is not.
This is what the .launch contains:
<launchConfiguration
type="org.eclipse.jdt.launching.localJavaApplication">
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
<listEntry value="/SharedLib/lib/gwt-dev-linux.jar"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="1"/>
</listAttribute>
<booleanAttribute
key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
<listAttribute key="org.eclipse.jdt.launching.CLASSPATH">
<listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?
>
<runtimeClasspathEntry
containerPath="org.eclipse.jdt.launching.JRE_CONTAINER"
javaProject="FormDesigner" path="1" type="4"/>
"/>
<listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?
>
<runtimeClasspathEntry internalArchive="/FormDesigner/src" path="3"
type="2"/>
"/>
<listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?
>
<runtimeClasspathEntry internalArchive="/SharedLib/lib/gwt-dev-
linux.jar" path="3" type="2"/>
"/>
<listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?
>
<runtimeClasspathEntry
id="org.eclipse.jdt.launching.classpathentry.defaultClasspath">
<memento exportedEntriesOnly="false" project="FormDesigner"/>
</runtimeClasspathEntry>
"/>
<listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?
>
<runtimeClasspathEntry internalArchive="/SharedLib/src" path="3"
type="2"/>
"/>
</listAttribute>
<booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH"
value="false"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE"
value="com.google.gwt.dev.GWTShell"/>
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS"
value="-out www org.purc.purcforms.FormDesigner/FormDesigner.html"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR"
value="FormDesigner"/>
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-
Xmx256M"/>
</launchConfiguration>
While I know that using GWTShell is no longer as common in later
versions of GWT, I think it is still recommended in 1.5.3.
Mary-Anne