English 中文(简体)
Java-向太平洋渔业局添加名录?
原标题:Java - Adding directories to PATH?
  • 时间:2011-03-30 22:20:50
  •  标签:
  • java
  • sdk

I m 正在通过Java E 6 Tutorials,在第68页“SDK”设施Tips”下:

“在你安装玻璃天花服务器后,在您的PATH上添加以下目录,以避免在你使用指挥时必须指明全部道路:

as-install-parent/bin as-install/bin

你们如何在“PATH”中添加这些内容? 难道这是我需要内在的系统特性、先进表格、环境变量箱吗? 如果我已经在太平洋建筑工程公司中看到其他名录,那么什么? SDK是否会被混淆,或者它是否无关紧要?

最佳回答

Is it the System Properties, Advanced tab, Environment Variables box that I need to edit inside?

这是一种方式,见Windows。 在这种情况下,如果你有一个开放的千年发展目标窗口,你需要打开一个新窗口,以便它能够进入新的环境。

如果我已经在太平洋建筑工程公司中看到其他名录,那么什么?

“太平洋建筑工程”变量是一份由半殖民地分离的名录清单。 只是增加半殖民地和新目录。 例:

C:Program FilesMercurial;C:cygwinin

在开放的CMD窗口中,你还可以使用<条码><>>。

set PATH=%PATH%;C:glassfishas-install-parentin;C:glassfishas-installin

In Unix, use export, and colons otherwise.

export PATH=$PATH:/usr/glassfish/as-install-parent/bin:/usr/glassfish/as-install/bin

www.un.org/Depts/DGACM/index_spanish.htm 当然,,记得用你安装玻璃鱼的实际目录取代我的例子中的C:glassfish。

One last thing, keep in mind this variable is only used by the operating system to find the executables in the bin folders; it s not used by Java nor Glassfish.

问题回答

暂无回答




相关问题
Spring Properties File

Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...

Logging a global ID in multiple components

I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...

Java Library Size

If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...

How to get the Array Class for a given Class in Java?

I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....

SQLite , Derby vs file system

I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...

热门标签