【问题标题】:How netbeans installation file (bash file) contains Java code?netbeans 安装文件(bash 文件)如何包含 Java 代码?
【发布时间】:2010-06-11 02:08:33
【问题描述】:

我想知道,bash 文件如何包含负责安装 netbeans IDE(众所周知是基于 Java 的程序)的 Java 代码? 这是netbeans的情况:

$ file netbeans-6.8-ml-java-linux.sh 
netbeans-6.8-ml-java-linux.sh: POSIX shell script text executable
$ more netbeans-6.8-ml-java-linux.sh
#!/bin/sh
# 
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
# 
# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.

这怎么会发生?

【问题讨论】:

    标签: linux bash shell netbeans


    【解决方案1】:

    在我看来,它就像一个 shar 文件(shell 存档)。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2019-04-26
      • 1970-01-01
      • 2020-07-05
      • 1970-01-01
      • 1970-01-01
      • 2018-05-02
      • 2013-04-06
      • 2014-05-07
      相关资源
      最近更新 更多