[appengine-java] Re: the question in ubuntu9.10 and eclipse 3.5

2009-11-08 Thread James Young
yes, thank you, everyone.
It is lucky that I could join you.

On Mon, Nov 9, 2009 at 1:33 PM, Roy Smith wrote:

> The clue is "libstdc++.so.5: cannot open shared object file: No such file
> or directory"
>
> Try googling this along with "apt-get".
>
> 9.10 switched from stdc5 to stdc6, so you need to install the legacy stdc5
> package. It's a common "problem" with 9.10 and nothing to do with Eclipse or
> GAE
>
>
>
> On Mon, Nov 9, 2009 at 5:08 AM, Iqbal Yusuf Dipu  > wrote:
>
>>
>> I'm a total newbi as far as Ubuntu/Linux is concern. I'm using Ubuntu
>> 9.10, Eclipse 3.5 and having the problem as mentioned above even
>> though I've set my environment as
>>
>> export GDK_NATIVE_WINDOWS=1
>>
>> ** Unable to load Mozilla for hosted mode **
>> java.lang.UnsatisfiedLinkError: /home/iyusuf/bin/packages/eclipse3.5/
>> plugins/com.google.gwt.eclipse.sdkbundle.linux_1.7.1.v200909221731/gwt-
>> linux-1.7.1/mozilla-1.7.12/libxpcom.so: libstdc++.so.5: cannot open
>> shared object file: No such file or directory
>> at java.lang.ClassLoader$NativeLibrary.load(Native Method)
>>at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1778)
>>at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1674)
>>at java.lang.Runtime.load0(Runtime.java:770)
>>at java.lang.System.load(System.java:1003)
>>at com.google.gwt.dev.shell.moz.MozillaInstall.load
>> (MozillaInstall.java:190)
>>at com.google.gwt.dev.BootStrapPlatform.initHostedMode
>> (BootStrapPlatform.java:53)
>>at
>> com.google.gwt.dev.HostedModeBase.(HostedModeBase.java:362)
>>at
>> com.google.gwt.dev.SwtHostedModeBase.(SwtHostedModeBase.java:
>> 127)
>>at com.google.gwt.dev.HostedMode.(HostedMode.java:271)
>>at com.google.gwt.dev.HostedMode.main(HostedMode.java:230)
>>
>>
>>
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~--~~~~--~~--~--~---



[appengine-java] Re: the question in ubuntu9.10 and eclipse 3.5

2009-11-07 Thread James Young
Yes, they work completely,
I advise you use ubuntu strongly.
If you fear something, you can use wubi,

o(∩_∩)o.Enjoy it.


On Sat, Nov 7, 2009 at 10:41 AM, Rick  wrote:

>
> Did you get Ubuntu 9.10, Eclipse 3.5 and App Engine to work
> completely? I was hoping to use Ubuntu.
>
> On Nov 6, 5:45 am, James Young  wrote:
> > HI
> >
> > Thank you very much, matthieu!
> >
> > Best regards!
> >
> > On Fri, Nov 6, 2009 at 4:32 PM, matthieu vidal  >wrote:
> >
> >
> >
> >
> >
> > > Hi
> >
> > > Have you seen this workaround about Eclipse < 3.6 and Ubuntu 9.10 ?
> >
> > > You have to set this env variable before lauching eclipse
> >
> > > export GDK_NATIVE_WINDOWS=1
> >
> > > see here :
> > >http://www.norio.be/blog/2009/10/problems-eclipse-buttons-ubuntu-910
> >
> > > Regards
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~--~~~~--~~--~--~---



[appengine-java] Re: the question in ubuntu9.10 and eclipse 3.5

2009-11-05 Thread James Young
No  No,
oh, I need install libstdc++5,, I don't know it don't conflict with
libstdc++6, Now everything is all right.

sorry!

On Fri, Nov 6, 2009 at 7:26 AM, James Young  wrote:

>
>
>
> On Thu, Nov 5, 2009 at 11:57 PM, zhurizhe  wrote:
>
>> when I run the app in ubuntu9.10 and eclipse 3.5,the console view the
>> info :
>> ** Unable to load Mozilla for hosted mode **
>> java.lang.UnsatisfiedLinkError: /home/jamesyoung/eclipse/plugins/
>> com.google.gwt.eclipse.sdkbundle.linux_1.7.1.v200909221731/gwt-
>> linux-1.7.1/mozilla-1.7.12/libxpcom.so: libstdc++.so.5: cannot open
>> shared object file: No such file or directory
>>
>> But ubuntu 9.10 has install libstdc++6, oh, god ,what I should do
>> next ?
>>
>> Thank you ,everyone!
>> I don't like windows, and if nobody could help me, I have to put up
>> with windows.
>
>
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~--~~~~--~~--~--~---



[appengine-java] Re: the question in ubuntu9.10 and eclipse 3.5

2009-11-05 Thread James Young
oh, I need install libstdc++6,, I don't know it don't conflict with
libstdc++5, Now everything is all right.


On Thu, Nov 5, 2009 at 11:57 PM, zhurizhe  wrote:

> when I run the app in ubuntu9.10 and eclipse 3.5,the console view the
> info :
> ** Unable to load Mozilla for hosted mode **
> java.lang.UnsatisfiedLinkError: /home/jamesyoung/eclipse/plugins/
> com.google.gwt.eclipse.sdkbundle.linux_1.7.1.v200909221731/gwt-
> linux-1.7.1/mozilla-1.7.12/libxpcom.so: libstdc++.so.5: cannot open
> shared object file: No such file or directory
>
> But ubuntu 9.10 has install libstdc++6, oh, god ,what I should do
> next ?
>
> Thank you ,everyone!
> I don't like windows, and if nobody could help me, I have to put up
> with windows.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~--~~~~--~~--~--~---