一.在server视图右键选择Add and Remove时,如果想要部署的项目不在左侧的待选列表中,或是弹出警告There are no resources that can be added or removed from the server..那么首先检查想要部署的项目是否open.如果没有,open project之后再试试. 二.若还是不行,则右键项目-->properties-->Projects Facets把下图的三个勾给打上.点击确定等待重新编译,编译完成且未出现警告的话,
上传了个tomcat7的压缩包上linux服务器,解压后,想直接启动,发现报错: Cannot find ./catalina.sh The file is absent or does not have execute permission This file is nee 解决方法: 1.在tomcat 的bin目录下 执行这条命令chmod +x *.sh 2.再次执行 sh catalina.sh通过, 3.然后用sh startup.sh启动成功
编辑中 # ld -V GNU ld version 2.15.92.0.2 20040927 Supported emulations: elf_x86_64 elf_i386 i386linux #ld -m elf_i386 Along with the -m32 flag in gcc, you may need to include the -melf_i386 flag for ld to properly link the 32bit object files to the 32b