博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
用eclipse导入新工程
阅读量:4153 次
发布时间:2019-05-25

本文共 867 字,大约阅读时间需要 2 分钟。

1. new java project named "try"

2. right click "try" ,select import,file system,browse your target project which you want import

    then all the files in project will copy to your workplace/try

3. right click 'try', select propery, java build path , remove the 'try/src' which is default generated, then click add foler,only select the 'try'.

    Then select libraries, add external jars if needed

4, ok for all the modify

5. run your program

6. if your program need input arguments, property, run/debug settings. if there are no "launch configurations for 'try'", please new.

    Edit the launch configuration 

if the main class is empty, you must set it , usually type the the absolute packet path of the class contained the main function. Luckily, the main class has been set automatically,.

Then, you should select the arguments

type your arguments in the "Program arguments" 

转载地址:http://hfeti.baihongyu.com/

你可能感兴趣的文章
NGINX
查看>>
Qt文件夹选择对话框
查看>>
DeepLearning tutorial(7)深度学习框架Keras的使用-进阶
查看>>
第三方SDK:JPush SDK Eclipse
查看>>
第三方开源库:imageLoader的使用
查看>>
Android studio_迁移Eclipse项目到Android studio
查看>>
JavaScript setTimeout() clearTimeout() 方法
查看>>
CSS border 属性及用border画各种图形
查看>>
转载知乎-前端汇总资源
查看>>
JavaScript substr() 方法
查看>>
JavaScript slice() 方法
查看>>
JavaScript substring() 方法
查看>>
HTML 5 新的表单元素 datalist keygen output
查看>>
(转载)正确理解cookie和session机制原理
查看>>
jQuery ajax - ajax() 方法
查看>>
将有序数组转换为平衡二叉搜索树
查看>>
最长递增子序列
查看>>
从一列数中筛除尽可能少的数,使得从左往右看这些数是从小到大再从大到小...
查看>>
判断一个整数是否是回文数
查看>>
腾讯的一道面试题—不用除法求数字乘积
查看>>