【问题标题】:How to Open Lua scripts in NetBeans IDE 8.0.2 From a Terminal : Using a ubuntu 14.0.4如何从终端打开 NetBeans IDE 8.0.2 中的 Lua 脚本:使用 ubuntu 14.0.4
【发布时间】:2015-03-13 13:58:54
【问题描述】:

我想使用 ubuntu 14.0.4 从终端打开 Netbeans IDE 8.0.2 中的 lua 脚本文件

我已遵循此表扬:

打开 /Applications/NetBeans/NetBeans\ 7.0\ M2.app/ && /Applications/NetBeans/NetBeans\ 7.0\ M2.app/Contents/MacOS/netbeans --open dummy.r

【问题讨论】:

    标签: scripting lua terminal ubuntu-14.04 netbeans-8


    【解决方案1】:

    如果您通过软件中心安装 Netbeans,您应该在 /usr/bin/ 中找到一个 shell 脚本。

    您可以使用以下命令调用程序:

    netbeans
    

    如果这不起作用,您必须添加 Netbeans 的路径。否则,你只需要传递文件名:

    netbeans /pathtofile/file.lua
    

    【讨论】:

      猜你喜欢
      • 2015-07-29
      • 1970-01-01
      • 2015-12-05
      • 1970-01-01
      • 2013-08-23
      • 1970-01-01
      • 1970-01-01
      • 2017-12-28
      • 1970-01-01
      相关资源
      最近更新 更多