Hey,
I'm trying to run GWT in the hosted mode (external Tomcat container):
=====
<path id="gwt.classpath">
<pathelement location="${src.dir}"/>
<pathelement location="${classes.dir}"/>
<pathelement location="${gwt.home}/gwt-user.jar"/>
<pathelement location="${gwt.home}/gwt-dev-linux.jar"/>
</path>
<target name="Run-GWT">
<java classpathref="gwt.classpath" fork="true"
classname="com.google.gwt.dev.GWTShell">
<arg line="-logLevel DEBUG"/>
<arg line="-noserver"/>
<arg line="-port 8080"/>
<arg line="home.html"/>
</java>
</target>
=====
But I got this exception:
java.lang.UnsatisfiedLinkError: /media/sda4/Frameworks/gwt-
linux-1.4.61/mozilla-1.7.12/libxpcom.so: libstdc++.so.5: cannot open
shared object file: No such file or directory
Platform:
Java 1.6.0_06
Ubuntu 8.04
GWT 1.4.61
Any ideas?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---