博客首页 注册 建议与交流 排行榜 加入友情链接
推荐 投诉 搜索: 帮助 

天堂あ飞翔

Things do not change; we change...
heavenflying.cublog.cn
关于作者  
     ^V^^V^^V^^V^^V^^V^
     LOVE MY GF FOREVER
     ^V^^V^^V^^V^^V^^V^

我的分类  




how to develop the java project of linux

I'm busy with developing a project with java in linux this month. I'll note something learned from this project. The software configuration of the project is tomcat5.5+jdk5+debian3.1+eclipse3.2+windowsXP.
    I'm coding mainly on the windows and write some shell scripts in the linux. The linux system operation is running on the virtual machine. I share the folder named WebContent in the workspace of the eclipse on windows at first. Then , I connect to the shared network folder in the linux and map it to the webapps folder of the tomcat. What's we should do is install a tool called smbfs in the linux. You just type the command 'apt-get install smbfs' to do the job.  After the smbfs tool installed, mount the shared folder to the linux. Now you can write the codes with the eclipse on windows and restart the tomcat in the linux. If you just debug the UI of the project, shutdown the tomcat of the linux and start the tomcat on the window.
    The following shell command is the way to connect to the shared folder of the windows.
    mount -t smbfs -o username=guest,password=guest //192.168.190.1/webcontent /usr/local/apache-tomcat-5.5.25/webapps

 发表于: 2008-05-19,修改于: 2008-05-19 12:24
 已浏览182次,有评论0条
推荐 投诉

  网友评论

  发表评论



Copyright © 2001-2006 ChinaUnix.net All Rights Reserved

感谢所有关心和支持过ChinaUnix的朋友们
页面生成时间:0.013

京ICP证041476号