使用 TextMate 编译多个 Java 包

发布于 2024-10-16 16:40:15 字数 315 浏览 2 评论 0原文

我最近转向使用 TextMate,将其作为一种多样化且功能强大的程序员工具。但它似乎缺乏 Java 支持。所以,我一直在尝试摆弄提供的 Java 包(编译和运行),但它只包含一行:

javamate_bootstrap.sh

我在我的机器上找不到这个文件,但它似乎只适用于简单的 Java 类(即,不包含在包中的类)。

首先,为什么 TextMate 对于 Java 编程如此无用,其次(也是最重要的):有谁知道我可以使用的捆绑包,或者有关于如何在 TextMate 中为更大规模的 Java 开发创建一个捆绑包的说明? 提前致谢。

I've recently been converted to TextMate as a diverse and powerful programmer's tool. But it appears to be lacking in Java support. So, I've been trying to mess around with the supplied Java bundle (Compile & Run) but it only contains one line:

javamate_bootstrap.sh

I can't find this file on my machine, but it appears to only work for simple Java classes (ie, classes not contained within a package).

First of all, why is TextMate so useless for Java programming, and secondly (and most importantly) : Does anyone know of a bundle I can use, or have instructions on how to create one for larger scale Java development in TextMate?
Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

失退 2024-10-23 16:40:15

首先,为什么TextMate对于Java编程这么没用

主要是因为有三个免费的(像啤酒一样免费)java IDE,IntelliJ IDEANetBeansEclipse 几乎所有专业 java 开发人员都使用。其中任何一个都将为您提供您想要的 TextMate 的所有功能以及更多功能。鉴于此,TextMate、BBEdit、Notepad++ 等中对 java 功能的需求并不大。这并不是说人们不使用它们。他们确实这样做了,但数量还不够多,不足以让维护人员值得添加功能以使 Java 开发变得更容易。

First of all, why is TextMate so useless for Java programming

Mostly because there are three free (free as in beer) java IDE's, IntelliJ IDEA, NetBeans and Eclipse that almost all professional java developers use. Any one of them will give you all the functionality you want out of TextMate and much, much more. Given that, there's not much demand for java features in TextMate or BBEdit, or Notepad++, etc. That's not to say people don't use them. They definitely do, but not in a high enough volume to make it worth it to the maintainers to add features to make java development easier.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文