将使用 MyEclipse 开发的现有 Struts 1 个应用程序导入到 Intellij IDEA 15.0.3
Importing Existing Struts 1 application Developed using MyEclipse to Intellij IDEA 15.0.3
我正在尝试将使用 MyEclipse 6.0 IDE 开发的项目导入 Intellij 15.0.3。
我无法导入以下包
import javax.ejb.CreateException;
import javax.ejb.EJBHome;
尝试使用 IntelliJ 下载 JEE 6 jar 我收到错误:
Failed to download 'http://download.jetbrains.com/idea/j2ee_libs/JavaEE/6/javax.annotation.jar':Cannot download 'http://download-cf.jetbrains.com/idea/j2ee_libs/JavaEE/6/javax.annotation.jar':Connection closed at byte 969. Expected 7713 bytes. response: 200 OK
您开发的组件应连接到 Internet 以允许传出连接。如果您使用代理连接到互联网,请检查浏览器中的代理设置。下面是您可以用来配置代理设置以允许 IDEA 连接到互联网的按钮。
文件
http://download.jetbrains.com/idea/j2ee_libs/JavaEE/6/javax.annotation.jar
可以从浏览器下载,只需copy/paste到导航栏开始下载即可。
我正在尝试将使用 MyEclipse 6.0 IDE 开发的项目导入 Intellij 15.0.3。
我无法导入以下包
import javax.ejb.CreateException;
import javax.ejb.EJBHome;
尝试使用 IntelliJ 下载 JEE 6 jar 我收到错误:
Failed to download 'http://download.jetbrains.com/idea/j2ee_libs/JavaEE/6/javax.annotation.jar':Cannot download 'http://download-cf.jetbrains.com/idea/j2ee_libs/JavaEE/6/javax.annotation.jar':Connection closed at byte 969. Expected 7713 bytes. response: 200 OK
您开发的组件应连接到 Internet 以允许传出连接。如果您使用代理连接到互联网,请检查浏览器中的代理设置。下面是您可以用来配置代理设置以允许 IDEA 连接到互联网的按钮。
文件
http://download.jetbrains.com/idea/j2ee_libs/JavaEE/6/javax.annotation.jar
可以从浏览器下载,只需copy/paste到导航栏开始下载即可。