GWT-Linux permmission problem
2007-09-12 07:37:12
版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章 原始出处 、作者信息和本声明。否则将追究法律责任。http://speedooo.blog.51cto.com/226772/42025 |
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. 本文出自 “我爱我家” 博客,请务必保留此出处http://speedooo.blog.51cto.com/226772/42025 本文出自 51CTO.COM技术博客 |


speedooo
博客统计信息
热门文章
最新评论
友情链接