您的位置:首页 > 编程语言 > Delphi

Delphi系统托盘组件 TTrayIcon 简介

2013-08-22 01:19 281 查看
本文转自我的ChinaUnix博客: http://blog.chinaunix.net/u3/107162/showart_2188996.html

 

2010-03-02

 

今天安装TOMCAT5,下载的是其ZIP安装包,在Linux下unzip后,无论如何,也无法正常启动TOMCAT,总是错误如下:

The BASEDIRenvironmentvariable is not defined correctly
This environmentvariable is needed to run this program

之前就是:

Cannot find ./catalina.sh
This file is needed to run this program

经过无数次磨练后,才猛然发现那些.sh文件都不是可执行文件,于是chmod +x *.sh,一切就全都搞定!

哈哈
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: