简体   繁体   English

离线设置Eclipse和Glassfish

[英]Setting up Eclipse and Glassfish offline

I have a Glassfish 3.1 server set up running on my development machine, and I'm trying to write a Java application that uses the OpenMQ JMS server built into Glassfish. 我在我的开发计算机上设置了运行的Glassfish 3.1服务器,并且尝试编写一个Java应用程序,该应用程序使用Glassfish中内置的OpenMQ JMS服务器。 I'm using Eclipse EE 3.6 for development (and have to as the application I'm developing is a plug-in for a Eclipse framework application - no changing to NetBeans!). 我正在使用Eclipse EE 3.6进行开发(并且由于我正在开发的应用程序必须是Eclipse框架应用程序的插件-无需更改为NetBeans!)。

The problem is that my development machine isn't connected to the internet, so I can't download the Glassfish adapter from within Eclipse as told to do so in pretty much every online tutorial and guide I've found. 问题是我的开发机器没有连接到Internet,所以我无法从Eclipse中下载Glassfish适配器,因为在我找到的几乎所有在线教程和指南中都没有这样做。

Is it possible to download the adapter on another computer, transfer it to the development machine, and install it into Eclipse 'offline'? 是否可以将适配器下载到另一台计算机上,将其转移到开发机器上,然后将其安装到Eclipse“脱机”中? And if so, how? 如果是这样,怎么办?

如果适配器可以用作eclipse插件(必须可用,如果可以通过eclipse插件更新站点进行更新),则只需将其下载并保留在eclipse_home / plugin文件夹中,然后重新启动eclipse。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM