简体   繁体   English

如何一次向Eclipse中的多个现有项目(带有Oracle工具的Kepler)添加服务器运行时

[英]How to add a server runtime to multiple existing projects in Eclipse (Kepler with Oracle tools) at once

I know how to add a server runtime to one existing project. 我知道如何将服务器运行时添加到一个现有项目。 Is there a way to add the same server runtime to (45 in my case) existing projects at once? 有没有办法一次性添加相同的服务器运行时(在我的情况下为45)现有项目? Just looking to space myself the hassle of adding each one individually. 只是想让自己找到单独添加每个人的麻烦。

Thanks for any suggestions 谢谢你的任何建议

yeah it's possible, just make sure that the projects you have all have compatible configurations with the single server runtime. 是的,这是可能的,只需确保您拥有的项目都具有与单个服务器运行时兼容的配置。

If you're on Eclipse, it's just a matter of right clicking the project, click 'Run As' > 'Run On Server' > then choose the server that is currently running. 如果您使用的是Eclipse,只需右键单击该项目,单击“运行方式”>“运行在服务器上”>然后选择当前正在运行的服务器。 You will see an error message if the configurations do not match. 如果配置不匹配,您将看到错误消息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在Eclipse Kepler中添加Web Tools Platform(WTP) - How to add Web Tools Platform(WTP) in Eclipse Kepler 如何在Eclipse Kepler中添加JFreeChart? - How to add JFreeChart in Eclipse Kepler? 如何在eclipse kepler中添加javafx插件 - How to add the javafx plugin in eclipse kepler Eclipse Kepler服务器未创建 - Eclipse Kepler Server not Creating 如何一次更改多个Eclipse项目的外部JAR? - How do I change an external JAR for multiple Eclipse projects at once? 如何在 eclipse kepler (Sts 3.4) 中添加 JBOSS EAP 7.2 服务器,因为 7.2 没有可用的适配器服务 - How to add JBOSS EAP 7.2 server in eclipse kepler (Sts 3.4) as there is no adapter service available for 7.2 日食开普勒如何添加按钮以连接到另一种形式 - eclipse kepler how to add button to connect to another form 将Glassfish服务器与eclipse kepler集成 - Integrate Glassfish server with eclipse kepler 如何在Eclipse中为多个现有LibGDX项目创建仅一个带有EGit的Git存储库,而无需修改这些项目的现有结构? - How to create just one Git repository w/ EGit for multiple existing LibGDX projects in Eclipse w/o revising the existing structure of those projects? 如何将Glassfish 4.1 Server运行时添加到Eclipse Indigo? - How to add Glassfish 4.1 Server runtime to Eclipse Indigo?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM