我已经习惯了的环境变量,如LANG和LC_*,但我最近发现一个LANGUAGE我的Ubuntu桌面上的变量。它的价值是pt_BR:pt:en,我想知道究竟是什么意思。LANG,一方面,是pt_BR.UTF-8,所以如果第一个字段应该是默认的语言环境/字符集,它与LANG设置不一致。
那么, 的确切含义和格式是LANGUAGE什么?
command-line internationalization locale environment-variables
为什么没有可用的 JBoss 包?Tomcat 服务很好,但是在 Ubuntu 中传递给 jboss 包的内容完全没有用。
编辑
由于人们似乎回答不打扰寻找到的包有问题,让我详细我的答案通过展示它:
$ dpkg -L jbossas4
/.
/usr
/usr/share
/usr/share/doc
/usr/share/doc/jbossas4
/usr/share/doc/jbossas4/README.Debian
/usr/share/doc/jbossas4/copyright
/usr/share/doc/jbossas4/changelog.Debian.gz
/usr/share/java
/usr/share/java/jboss-run-4.2.3.GA.jar
/usr/share/java/jboss-shutdown-4.2.3.GA.jar
/usr/share/java/jboss-run.jar
/usr/share/java/jboss-shutdown.jar
$ cat /usr/share/doc/jbossas4/README.Debian
jbossas4 is currently in a very alpha stage of packaging. I can be used
to build other libraries depending on JBoss like libhibernate3-java but
it is not complete and cannot be used as an application server yet.
-- Torsten Werner <twerner@debian.org> Mon, 19 Nov 2007 16:53:36 +0100
Run Code Online (Sandbox Code Playgroud)