To work around the 32/64-bit compatibility issue, I followed the instructions given herein as recommended: http://code.google.com/p/gwt-examples/wiki/gwtEclipseFaqs#Running_32bit_JVM_for_GWT
Now, while debugging, the hosted mode browser is fired but it complains about a missing plugin and tries to fetch it from http://plugins.netscape.com/plug-in_finder.adp?application/x-gwt-hosted-mode which I believe are the ghost links due to the GWT integrated mozilla-1.7.2 browser and hence does not proceed further. Since this does not work, I have tried the Compile/Browse option of the hosted mode, which results in the following error: # An unexpected error has been detected by Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x0625665c, pid=8036, tid=3759754128 # # Java VM: Java HotSpot(TM) Server VM (10.0-b23 mixed mode linux-x86) # Problematic frame: # V [libjvm.so+0x25665c] # # An error report file with more information is saved as: # /home/<home.dir>/workspace-3.5.1/LoginManager/hs_err_pid8036.log # # If you would like to submit a bug report, please visit: # http://java.sun.com/webapps/bugreport/crash.jsp # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug. # /usr/lib/gecko: No such file or directory. [thread -136627312 also had an error] If I am not wrong, this seems to be due to the missing 32-bit gecko engine on this 64-bit system. Is the only way for this is to have a 32-bit gecko /mozilla/fireox installed on this or life can be made a bit simpler? -- 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.
