在 Mac 上设置 Tomcat 服务器

发布于 2024-10-17 05:56:20 字数 429 浏览 2 评论 0原文

我需要在本地设置 Java 工作,以便我可以开始本地编码并进行构建。

我知道Mac自动内置了Java。我运行的是1.6.0_22版本

我找到了一篇关于如何安装tomcat的文章: Mac 上的 Tomcat

我将 Tomcat 服务器运行到可以看到默认值的位置雄猫页面。

开始深入挖掘,但在达到可以使用 IDE 进行编码的程度时遇到了巨大的困难。

我下载了 mac 版 Eclipse(因为它是免费的,而且似乎是更流行的)

那么我需要从这里去哪里才能获得一个工作环境来测试我们的 svn 代码呢? 我能读到的任何好文章。很难找到一些(最近的)文档来说明如何在 Mac 上运行此功能。

I need to get a local setup of Java working so I can start coding locally and doing builds.

I know that Java is built into macs automatically. I am running version 1.6.0_22

I found an article on how to install tomcat:
Tomcat on a Mac

I got the Tomcat server running to where i can see the default Tomcat Page.

Started to dig deeper but hit a huge wall on getting to a point where i could use an IDE to get coding.

I downloaded Eclipse for the mac (because it was free and seemed to be the more popular one out there)

So where do i need to go from here to get a working environment to test code from our svn?
Any good articles that i can read. It was hard to find some (recent) documentation on how to get this working on a mac.

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

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

发布评论

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

评论(2

森末i 2024-10-24 05:56:20

您下载的是哪个版本的 Eclipse?我猜您下载了面向 Java 开发人员的 Eclipse IDE< /em>,它没有你可能想要的 WTP 东西。

您需要更重口味的 Eclipse,例如 面向 Java EE 开发人员的 Eclipse IDE。我不确定是否有一种更轻(介于两者之间)的口味,具有 WTP 等,而不包含所有 Java EE 内容。

Which version of Eclipse did you download? I'm guessing you downloaded Eclipse IDE for Java Developers, which doesn't have the nice WTP stuff that you probably want.

You'll need a heavier flavor of Eclipse, like Eclipse IDE for Java EE Developers. I'm not sure if there's a lighter (in-between) flavor that has WTP, etc., without all the Java EE stuff.

亽野灬性zι浪 2024-10-24 05:56:20

假设您有某种 SVN 客户端并且知道如何在本地计算机上创建主干,那么就执行此操作,然后您所要做的就是在 Eclipse 中打开该主干中的 java 项目。打开该文件后,只需在 Eclipse 工具栏上构建代码,确保其有效,然后以相同的方式运行它。

Assuming you have some sort of SVN client and know how to create a trunk on your local machine, do that, and then all you have to do from there is open the java project in that trunk within Eclipse. Once you have that open, on the Eclipse toolbar just build your code, make sure that works, and then run it in the same fashion.

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