文章 | 文章列表>> |
2007-09-17 11:04:51
2007-09-12 07:37:12
After installed gwt-linux-1.4.59 and run the code in "GWT in action". got error message like "Can't load IA 32-bit .so on a IA 32-bit platform) "
found the solution:
http://groups.google.com/group/Google-Web-Toolkit/msg/1664624e8e3ebec0
what i done:
under opt/gwt-linux-1.4.59, where i instlled my gwt, run command
find . -name '*.so' -exec chmod 755 {} \;
find . -type d -exec chmod 755 {} \;
after this i can run my code as mormal user rather than sudo.
found the solution:
http://groups.google.com/group/Google-Web-Toolkit/msg/1664624e8e3ebec0
what i done:
under opt/gwt-linux-1.4.59, where i instlled my gwt, run command
find . -name '*.so' -exec chmod 755 {} \;
find . -type d -exec chmod 755 {} \;
after this i can run my code as mormal user rather than sudo.


博客统计信息
51CTO推荐博客
自定义区块
speedooo 的BLOG
公告
最新评论
友情链接
文章
51CTO推荐博文