简体   繁体   English

Eclipse项目导出到另一台PC

[英]Eclipse project exporting to another pc

I have project with swing windowbuilder packages on eclipse Mars 4.5.1 in one PC. 我在一台PC上的Eclipse Mars 4.5.1上有带有swing windowbuilder软件包的项目。 When I tried copy project folder to another pc I couldn't open design mode for my classes. 当我尝试将项目文件夹复制到另一台PC时,无法为我的课程打开设计模式。 How can I export my project for using same dev environment on both PC's? 如何在两台PC上使用相同的开发环境导出项目?

Instead of manually copying and pasting a project's folder try the "Export" option under File menu. 代替手动复制和粘贴项目的文件夹,请尝试“文件”菜单下的“导出”选项。

You need to choose the "export destination" ie the packaging type of your export say a JAR file. 您需要选择“导出目的地”,即导出的包装类型,例如JAR文件。 Copy this jar file on your destination machine. 将此jar文件复制到目标计算机上。

Then, you just need to import this JAR on the destination machine. 然后,您只需要在目标计算机上导入此JAR。

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

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