java - Checking out code from github into netbeans/ecplise -
it first time trying checkout else code github.
i have downloaded jar
https://github.com/wittawatj/jtcc
however, there src
folder unsure of how insert netbeans or ecplise without having rename packages , classes.
i believe there shorter way.
i edit java code own source code make tweaks
for netbeans can directly clone source repository within netbeans:
use team -> git -> close checkout source code github , supply necessary information in following dialog:
in final page of wizard can enable "scan netbeans project" option:
as project not contain netbeans project, netbeans prompt create new project after code has been downloaded:
use option "java project existing sources" setup netbeans project sources github.
details on setting project in netbeans can found in manual:
http://docs.oracle.com/cd/e50453_01/doc.80/e50452/create_japps.htm#babcgjjb
Comments
Post a Comment